diff options
author | axis <qt-info@nokia.com> | 2010-11-08 14:18:11 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-11-08 14:41:45 (GMT) |
commit | 5657b8f13bd6ef456a1da7ae08a2924e256b8ea3 (patch) | |
tree | 5436a19cb63f420345b9ca9d229ba7e2c774b56f /config.tests | |
parent | e5345aa59d6573abb39b50285b63aafcddd9f13b (diff) | |
download | Qt-5657b8f13bd6ef456a1da7ae08a2924e256b8ea3.zip Qt-5657b8f13bd6ef456a1da7ae08a2924e256b8ea3.tar.gz Qt-5657b8f13bd6ef456a1da7ae08a2924e256b8ea3.tar.bz2 |
Started using qtmain.lib for all Qt applications, also corelib ones.
This commit also fixes the issue that 564058a1bb didn't, namely that
config tests broke on Symbian. It does this by continuing to use the
Open C libcrt0.lib library for non-Qt applications. This is also more
correct, since you should not have to compile the Qt libs to compile
a non-Qt app.
Task: QTBUG-14735
RevBy: Miikka Heikkinen
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/symbian/audio/audio.pro | 1 | ||||
-rw-r--r-- | config.tests/symbian/simple/simple.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.tests/symbian/audio/audio.pro b/config.tests/symbian/audio/audio.pro index b2a1986..b496341 100644 --- a/config.tests/symbian/audio/audio.pro +++ b/config.tests/symbian/audio/audio.pro @@ -6,4 +6,5 @@ INCLUDEPATH += $${EPOCROOT}epoc32/include/mmf/common INCLUDEPATH += $${EPOCROOT}epoc32/include/platform LIBS += -lmmfdevsound +CONFIG -= qt QT = diff --git a/config.tests/symbian/simple/simple.pro b/config.tests/symbian/simple/simple.pro index fa086c9..9c60d62 100644 --- a/config.tests/symbian/simple/simple.pro +++ b/config.tests/symbian/simple/simple.pro @@ -1,4 +1,5 @@ TEMPLATE = app +CONFIG -= qt QT = SOURCES += main.cpp |