summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-22 19:52:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 00:46:35 +0200
commit989cada8cc6c4f12e30c28bde3edac8a3833680f (patch)
tree84921030db9296903a17351da4961b121f588010 /src/src.pro
parent9315497d2af6d6944792bbbffd61582c7061ef4c (diff)
don't compile the host tools for wince already in configure
qmake can now produce proper mixed-target projects Change-Id: I797f055f6e1487b9aefb75eee91d6c2cc4e6e56e Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/src.pro b/src/src.pro
index a474b795af..986c955be8 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -9,6 +9,7 @@ src_winmain.depends = sub-corelib # just for the module .pri file
src_corelib.subdir = $$PWD/corelib
src_corelib.target = sub-corelib
+src_corelib.depends = src_tools
src_xml.subdir = $$PWD/xml
src_xml.target = sub-xml
@@ -59,11 +60,7 @@ src_plugins.target = sub-plugins
src_plugins.depends = src_sql src_xml src_network src_platformsupport
# this order is important
-!wince* {
- SUBDIRS += src_tools
- src_corelib.depends += src_tools
-}
-SUBDIRS += src_corelib
+SUBDIRS += src_tools src_corelib
win32:SUBDIRS += src_winmain
SUBDIRS += src_network src_sql src_xml src_testlib
contains(QT_CONFIG, dbus) {