diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-04 13:53:37 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-04 13:53:37 (GMT) |
commit | c7b6c35e2b32b5d85f90088906d7ca6ecfe47202 (patch) | |
tree | e489b6c938c9509a10ceb785bcf480798a0cb14a /examples | |
parent | 8b610c28c1300e0aa800569225d8512d0b66ffce (diff) | |
parent | 6a80266dae9e05de0a68d6a69f5f5416f9dd5746 (diff) | |
download | Qt-c7b6c35e2b32b5d85f90088906d7ca6ecfe47202.zip Qt-c7b6c35e2b32b5d85f90088906d7ca6ecfe47202.tar.gz Qt-c7b6c35e2b32b5d85f90088906d7ca6ecfe47202.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
add integrity gbuild to the project file for convenience
don't build activeqt examples on mingw
QNetworkAccessBackend::start() is used although QT_NO_BEARERMANAGEMENT is defined.
Updated Russian translation
Ukrainian translation updated for 4.8
retreving -> retrieving
Removed duplicate Spectrum Analyzer entry from demos doc page.
Removed obsolete QWS_ALPHA_CURSOR feature.
Removed duplicate link from QFinalState documentation.
Clarified keypad navigation specific event documentation.
docs: Typo and link fixes.
Use the right callback in QObject::disconnect()
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 |