summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtactiveqt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 45b79f1..1e17fa8 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -3,7 +3,7 @@ requires(qtHaveModule(widgets))
CONFIG += tests_need_tools
load(qt_parts)
-!win32|winrt|wince {
+!win32|winrt {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
SUBDIRS = src
}