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>
This commit is contained in:
Christian Kandeler
2011-05-26 16:42:20 +02:00
committed by Friedemann Kleint
parent 64ba06e221
commit 70ca0e32bb
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
#include "maemoprofilesupdatedialog.h" #include "maemoprofilesupdatedialog.h"
#include <proparser/profileevaluator.h>
#include <projectexplorer/buildstep.h> #include <projectexplorer/buildstep.h>
#include <qt4projectmanager/qt4buildconfiguration.h> #include <qt4projectmanager/qt4buildconfiguration.h>
#include <qt4projectmanager/qt4project.h> #include <qt4projectmanager/qt4project.h>

View File

@@ -2,7 +2,6 @@ TEMPLATE = lib
TARGET = RemoteLinux TARGET = RemoteLinux
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
include(../../shared/proparser/proparser.pri)
include(remotelinux_dependencies.pri) include(remotelinux_dependencies.pri)
message(target.path = $$target.path) message(target.path = $$target.path)