From 70ca0e32bb801db243d6cb6f8829be43c46dc88c Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@nokia.com>
Date: Thu, 26 May 2011 16:42:20 +0200
Subject: [PATCH] RemoteLinux: Get rid of unnecessary proparser dependency.

Change-Id: I9c6d3b23b2faceb78f4c2a07e577d83c51889f5c
Reviewed-on: http://codereview.qt.nokia.com/152
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
---
 src/plugins/remotelinux/maemodeployables.cpp | 1 -
 src/plugins/remotelinux/remotelinux.pro      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/plugins/remotelinux/maemodeployables.cpp b/src/plugins/remotelinux/maemodeployables.cpp
index c0a0621093b..83be56a5822 100644
--- a/src/plugins/remotelinux/maemodeployables.cpp
+++ b/src/plugins/remotelinux/maemodeployables.cpp
@@ -33,7 +33,6 @@
 
 #include "maemoprofilesupdatedialog.h"
 
-#include <proparser/profileevaluator.h>
 #include <projectexplorer/buildstep.h>
 #include <qt4projectmanager/qt4buildconfiguration.h>
 #include <qt4projectmanager/qt4project.h>
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 7a61fa5de24..ee92913df6f 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -2,7 +2,6 @@ TEMPLATE = lib
 TARGET = RemoteLinux
 
 include(../../qtcreatorplugin.pri)
-include(../../shared/proparser/proparser.pri)
 include(remotelinux_dependencies.pri)
 
 message(target.path = $$target.path)
-- 
GitLab