summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2014-01-24 10:59:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 11:11:22 +0100
commit70a8761f6c059d18169b6565886dc9159dabebd3 (patch)
tree3a4c4cc17e6655444213c5e71447be254b3142f1 /src/src.pro
parent76bdce73b53dd505efa9d6a5bd114465c961517d (diff)
Skip compilation on WinRT
Still allow creating documentation like on other platforms. Change-Id: Ie09ec71bca129d7194c19883cc5f4893fd650663 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index f8c9d2c..6cff49f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = activeqt
-win32: SUBDIRS += tools
+win32:!winrt: SUBDIRS += tools
CONFIG += ordered