diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-09-29 16:09:08 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-09-29 16:09:08 (GMT) |
commit | 32864e200ec2ef97d488db65358c8a362254b367 (patch) | |
tree | 97d581e83e14938e29b68b36efac2118013cc55c /examples | |
parent | 4245a82a3eed3ec21b6affc5836af5b2ad2d42e4 (diff) | |
download | Qt-32864e200ec2ef97d488db65358c8a362254b367.zip Qt-32864e200ec2ef97d488db65358c8a362254b367.tar.gz Qt-32864e200ec2ef97d488db65358c8a362254b367.tar.bz2 |
don't build activeqt examples on mingw
amends 0c70be512bfc40e8a2a09f60a66b7ecb114e748e
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index cf12dd6..0c4c9cb 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 |