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 0a97ef3..5543434 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -2,6 +2,6 @@ CONFIG += tests_need_tools
load(qt_parts)
!win32 {
- message("ActiveQt is a Windows-only module - will not be built")
- SUBDIRS =
+ message("ActiveQt is a Windows-only module. Will just generate a docs target.")
+ SUBDIRS = src
}