summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-19 12:48:46 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2012-03-20 13:46:28 +0100
commitadae9914fe40b157ebfc3fbf16ac1ab657ed4089 (patch)
tree48e30d11d749c43ca5859e662c298f4858e74883 /src
parentf4050907614c212cd5ff64998395079dff21c459 (diff)
downloadqt-creator-adae9914fe40b157ebfc3fbf16ac1ab657ed4089.tar.gz
CppEditor: Fix double inclusion of .pri files
utils.pri, cplusplus.pri are already included indirectly via cppeditor_dependencies.pri. Change-Id: I2aa42518086e51a2bb113db73740ffdce91f6d24 Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/cppeditor/cppeditor.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro
index 1178b5f70b..5fc351a3b6 100644
--- a/src/plugins/cppeditor/cppeditor.pro
+++ b/src/plugins/cppeditor/cppeditor.pro
@@ -2,8 +2,6 @@ TEMPLATE = lib
TARGET = CppEditor
DEFINES += CPPEDITOR_LIBRARY
include(../../qtcreatorplugin.pri)
-include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
-include($$IDE_SOURCE_TREE/src/libs/cplusplus/cplusplus.pri)
include(cppeditor_dependencies.pri)
HEADERS += cppplugin.h \
cppeditor.h \