summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2011-11-07 20:40:13 +1100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 11:38:57 +0100
commitb35de91c05f67da3b22f9f5b0d69530bb79b8797 (patch)
treed83eca78523fe4c26337411a34b1a6e2e565a555 /qtactiveqt.pro
parentbad8ed60958f476329e39c4a90575e786364cac8 (diff)
downloadqtactiveqt-b35de91c05f67da3b22f9f5b0d69530bb79b8797.tar.gz
ActiveQt: Add support for setting properties by reference
Add support for setting properties by reference to allow properties that can only be set by reference to be changed. Change-Id: I2f39f8720ecd1ba97139ab42756d686db2211cad Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 91317de..8fd1d20 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -3,6 +3,12 @@ TEMPLATE = subdirs
activeqt_src.subdir = $$IN_PWD/src
activeqt_src.target = sub-src
+activeqt_tests.subdir = $$IN_PWD/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 = $$IN_PWD/tools
activeqt_tools.target = sub-tools
activeqt_tools.depends = activeqt_src
@@ -13,6 +19,7 @@ activeqt_examples.depends = activeqt_src
win32 {
SUBDIRS = activeqt_src \
+ activeqt_tests \
activeqt_tools \
activeqt_examples
}