summaryrefslogtreecommitdiffstats
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
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 5543434..0e9e462 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -1,7 +1,7 @@
CONFIG += tests_need_tools
load(qt_parts)
-!win32 {
- message("ActiveQt is a Windows-only module. Will just generate a docs target.")
+!win32|winrt {
+ message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
SUBDIRS = src
}