aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner/cpp/cpp.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-11-15 17:21:26 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2012-11-16 10:21:36 +0100
commitcc02a56c59639f0c0ab40f9d95b597eb913729d5 (patch)
treea495095b4f93dbea93a766c5de1e5eda4b71a8d5 /src/plugins/scanner/cpp/cpp.pro
parent16665154b5372034bb432ca0873b865e4c94e5b8 (diff)
cleanup .pro files
Do not use DEPENDPATH but CONFIG+=depend_includepath. Do not add "." to INCLUDEPATH. Change-Id: I3532833aef13d32f8278074283fcd12256d38143 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/scanner/cpp/cpp.pro')
-rw-r--r--src/plugins/scanner/cpp/cpp.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/scanner/cpp/cpp.pro b/src/plugins/scanner/cpp/cpp.pro
index e5d4d8381..c8a7f080a 100644
--- a/src/plugins/scanner/cpp/cpp.pro
+++ b/src/plugins/scanner/cpp/cpp.pro
@@ -3,11 +3,10 @@ DEFINES += CPLUSPLUS_NO_PARSER
DESTDIR= ../../../../plugins/
TEMPLATE = lib
TARGET = qbs_cpp_scanner
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core
+CONFIG += depend_includepath
unix: CONFIG += plugin
HEADERS += CPlusPlusForwardDeclarations.h Lexer.h Token.h ../scanner.h \