summaryrefslogtreecommitdiffstats
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-09 21:02:19 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-12 13:02:08 +0200
commiteb0849338fc951c7efe758de5b50276b83219ac4 (patch)
tree1a54252039a4012d863dba8313dcff8e7e1d5dd1 /qtactiveqt.pro
parentb556a302532fffc5f03671906b0ae4769a9a37be (diff)
don't build under mingw
equivalent of 0c70be512bfc40e8a2a09f60a66b7ecb114e748e in monolithic qt. Change-Id: I9546128ea14178412c88fbf3b46a19381cfac88e Reviewed-on: http://codereview.qt-project.org/4566 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 91317de..251487b 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -11,7 +11,10 @@ activeqt_examples.subdir = $$IN_PWD/examples
activeqt_examples.target = sub-examples
activeqt_examples.depends = activeqt_src
-win32 {
+win32-g++* {
+ message("ActiveQt cannot be built with MinGW - skipping")
+}
+else:win32 {
SUBDIRS = activeqt_src \
activeqt_tools \
activeqt_examples