summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-17 16:27:56 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-23 08:52:30 +0000
commitc6d78dbfe61d2d061d21e5763810cc604730a20d (patch)
tree9dbc7f4b4e762fe54368d5ba850526f57b134d75 /qtactiveqt.pro
parentbd5533b250ae4fb6a144fda69ead425740c61017 (diff)
downloadqtactiveqt-c6d78dbfe61d2d061d21e5763810cc604730a20d.tar.gz
Fixed win32 build of tools
load(qt_parts) causes the inclusion of src, tools etc but on non-win32 platforms (and wince and winrt) we have to add the src subdirectory anyways in order to create the doc target. Task-number: QTBUG-46712 Change-Id: I51cf4050fed744c844acc8ff4fe5f5f1d8c32d1a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 83d709a..039aaad 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -3,5 +3,5 @@ load(qt_parts)
!win32|winrt|wince {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
+ SUBDIRS = src
}
-SUBDIRS = src