summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-29 18:09:08 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-29 18:09:08 +0200
commit32864e200ec2ef97d488db65358c8a362254b367 (patch)
tree97d581e83e14938e29b68b36efac2118013cc55c /examples
parent4245a82a3eed3ec21b6affc5836af5b2ad2d42e4 (diff)
don't build activeqt examples on mingw
amends 0c70be512bfc40e8a2a09f60a66b7ecb114e748e
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index cf12dd6dc1..0c4c9cb003 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -63,7 +63,7 @@ contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, openvg): SUBDIRS += openvg
contains(QT_CONFIG, dbus): SUBDIRS += dbus
contains(QT_CONFIG, declarative): SUBDIRS += declarative
-win32: SUBDIRS += activeqt
+win32:!win32-g++*: SUBDIRS += activeqt
contains(QT_CONFIG, xmlpatterns):!contains(QT_CONFIG, no-gui): SUBDIRS += xmlpatterns
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent