summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-07 14:24:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-08 14:12:23 +0100
commit275ce55e1064d7fc7799f2c832991d052c071b19 (patch)
tree2df67e9cde559503a30af6169df2cae4eb0dc686 /qtactiveqt.pro
parenta089ad9241372cca61f0536b746515a9c3ae0656 (diff)
downloadqtactiveqt-275ce55e1064d7fc7799f2c832991d052c071b19.tar.gz
be able to build ActiveQt's docs on non-Windows platforms
We're generating a fake project that only provides the docs target. Change-Id: I69854b97193e0c001f840a5a154ff2170dec41f9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 0a97ef3..5543434 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -2,6 +2,6 @@ CONFIG += tests_need_tools
load(qt_parts)
!win32 {
- message("ActiveQt is a Windows-only module - will not be built")
- SUBDIRS =
+ message("ActiveQt is a Windows-only module. Will just generate a docs target.")
+ SUBDIRS = src
}