summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-07-06 14:37:45 +1000
committerBill King <bill.king@nokia.com>2010-07-06 14:37:45 +1000
commitc9710052bb3dbad93fdf5e030395f4d9f7f7fb7a (patch)
treedcb38daadc8b567fdcb3b62ce7902dc4472d26ea /src/plugins/cppeditor
parent2ee75bac8cea88054a24080868364724fdf36ceb (diff)
downloadqt-creator-c9710052bb3dbad93fdf5e030395f4d9f7f7fb7a.tar.gz
Fix autotests so that they're compiling again.
Diffstat (limited to 'src/plugins/cppeditor')
-rw-r--r--src/plugins/cppeditor/cppeditor.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro
index 99a6216b46..e4755e63f9 100644
--- a/src/plugins/cppeditor/cppeditor.pro
+++ b/src/plugins/cppeditor/cppeditor.pro
@@ -2,8 +2,9 @@ TEMPLATE = lib
TARGET = CppEditor
DEFINES += CPPEDITOR_LIBRARY
include(../../qtcreatorplugin.pri)
-include(../../libs/utils/utils.pri)
-include(../../shared/indenter/indenter.pri)
+include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
+include($$IDE_SOURCE_TREE/src/shared/indenter/indenter.pri)
+include($$IDE_SOURCE_TREE/src/libs/cplusplus/cplusplus.pri)
include(cppeditor_dependencies.pri)
HEADERS += cppplugin.h \
cppeditor.h \