summaryrefslogtreecommitdiff
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 0e9e462..039aaad 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -1,7 +1,7 @@
CONFIG += tests_need_tools
load(qt_parts)
-!win32|winrt {
+!win32|winrt|wince {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
SUBDIRS = src
}