aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner/cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-03-12 16:28:09 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-03-13 14:46:51 +0100
commit3014544e541836cf6ff13c08f6c863e7c643d05e (patch)
tree1491d373bf03689110427afcfc0d87da74df6c1e /src/plugins/scanner/cpp
parent78d9c6ac5247edbbf2738b8c45c10ad714422641 (diff)
Allow fine-grained tuning of installation.
- Potentially different prefixes for libs and plugins/modules. - Make it possible to disable installation of development files (headers, qbscore.lib on Windows). Change-Id: Ia153d17835f9f1b8d802b23c3689a2f72f656e50 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/scanner/cpp')
-rw-r--r--src/plugins/scanner/cpp/cpp.pro9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/plugins/scanner/cpp/cpp.pro b/src/plugins/scanner/cpp/cpp.pro
index 49114499f..cf8e6c347 100644
--- a/src/plugins/scanner/cpp/cpp.pro
+++ b/src/plugins/scanner/cpp/cpp.pro
@@ -1,18 +1,11 @@
+include(../../plugins.pri)
DEFINES += CPLUSPLUS_NO_PARSER
-DESTDIR= ../../../../plugins/
-TEMPLATE = lib
TARGET = qbs_cpp_scanner
QT = core
-CONFIG += depend_includepath
-unix: CONFIG += plugin
-
HEADERS += CPlusPlusForwardDeclarations.h Lexer.h Token.h ../scanner.h \
cpp_global.h
SOURCES += Lexer.cpp Token.cpp \
cppscanner.cpp
-
-target.path = /plugins
-INSTALLS += target