diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-04-20 15:41:06 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-21 09:33:53 (GMT) |
commit | c425b9933dca054328df1f76da2509f953347f43 (patch) | |
tree | 6209033d719602b6d2af3c29de1f65f8705944a5 | |
parent | 0adc1cf1bcf6077c0bc439bdd2ef54fc9a523c38 (diff) | |
download | Qt-c425b9933dca054328df1f76da2509f953347f43.zip Qt-c425b9933dca054328df1f76da2509f953347f43.tar.gz Qt-c425b9933dca054328df1f76da2509f953347f43.tar.bz2 |
Build fix for mingw
This was preventing the activeQt tools to build
Don't know exactly why though....
Task-number: 10003
Reviewed-by: Zeno Albisser
(cherry picked from commit 90bac7f779b642ef1db5363012a994784ad029c4)
-rw-r--r-- | src/src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro index e8a3e98..9c4831c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -5,12 +5,12 @@ unset(SRC_SUBDIRS) win32:SRC_SUBDIRS += src_winmain symbian:SRC_SUBDIRS += src_s60main SRC_SUBDIRS += src_corelib src_xml src_network src_sql src_testlib -win32:SRC_SUBDIRS += src_activeqt !symbian:contains(QT_CONFIG, dbus):SRC_SUBDIRS += src_dbus !contains(QT_CONFIG, no-gui): SRC_SUBDIRS += src_gui !wince*:!symbian:!vxworks:contains(QT_CONFIG, qt3support): SRC_SUBDIRS += src_qt3support !wince*:!symbian-abld:!symbian-sbsv2:include(tools/tools.pro) +win32:SRC_SUBDIRS += src_activeqt contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2): SRC_SUBDIRS += src_opengl contains(QT_CONFIG, openvg): SRC_SUBDIRS += src_openvg |