diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-29 16:06:02 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-29 16:06:02 (GMT) |
commit | 1cb7e3503a907719aebb98096c302a8327e9804d (patch) | |
tree | 451df6118fc8155793ecf32051eb7e2562f94826 /mkspecs/unsupported/qws | |
parent | 0af9699f95bed1d5bd66c2f3e787622674ca22a8 (diff) | |
parent | 8cd4b7622ea425f8fef316ae4ae91133f29f53c5 (diff) | |
download | Qt-1cb7e3503a907719aebb98096c302a8327e9804d.zip Qt-1cb7e3503a907719aebb98096c302a8327e9804d.tar.gz Qt-1cb7e3503a907719aebb98096c302a8327e9804d.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 autotest for QScriptExtensionPlugin
Improve QtScript test coverage
Don't crash when null-pointer is passed to qScriptValueFromValue()
Simplify object lifetime management when moving objects to a QThread
samegame: white space
Move list of trusted benchmarks out of QA dungeon and into Qt
Don't put Objective-C sources in SOURCES
mkspecs: Emit warning when including g++.conf directly
Diffstat (limited to 'mkspecs/unsupported/qws')
-rw-r--r-- | mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf b/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf index 26de9b7..bb760b2 100644 --- a/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf +++ b/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf @@ -61,7 +61,6 @@ QMAKE_PCH_OUTPUT_EXT = .gch QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, -#include(../../common/g++.conf) include(../../common/unix.conf) QMAKE_CFLAGS_THREAD = -D_REENTRANT |