summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-03 21:36:05 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 11:44:00 +0200
commit5a38bc17f49a085524bc51e4588231abdec0635c (patch)
treef7c0e2faa0091dec8aea313d8b7e90cf6e4fe486 /qtactiveqt.pro
parentdff58b47a786a84dc5145a73171be2c3db688fe1 (diff)
downloadqtactiveqt-5a38bc17f49a085524bc51e4588231abdec0635c.tar.gz
use centralized handling of QT_BUILD_PARTS
Change-Id: I67515dd79fb01152911a9fe7874b00a0c059730d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro28
1 files changed, 3 insertions, 25 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index ac2e1d0..409aad3 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -1,28 +1,6 @@
-TEMPLATE = subdirs
+load(qt_parts)
-activeqt_src.subdir = src
-activeqt_src.target = sub-src
-
-activeqt_tests.subdir = tests
-activeqt_tests.target = sub-tests
-activeqt_tests.depends = activeqt_src
-activeqt_tests.CONFIG = no_default_install
-!contains(QT_BUILD_PARTS,tests):activeqt_tests.CONFIG += no_default_target
-
-activeqt_tools.subdir = tools
-activeqt_tools.target = sub-tools
-activeqt_tools.depends = activeqt_src
-
-activeqt_examples.subdir = examples
-activeqt_examples.target = sub-examples
-activeqt_examples.depends = activeqt_src
-
-win32 {
- SUBDIRS = activeqt_src \
- activeqt_tests \
- activeqt_tools \
- activeqt_examples
-}
-else {
+!win32 {
message("ActiveQt is a Windows-only module - will not be built")
+ SUBDIRS =
}