summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
committeraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
commit623c13a70f646e8200900c01ce2e409fc0f2fdec (patch)
treee11919fc7330469dd0d852622f705af929fe0874 /src/corelib
parent3196c9e64dc3d966547bd0b38c440e55eb913479 (diff)
downloadQt-623c13a70f646e8200900c01ce2e409fc0f2fdec.zip
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.gz
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.bz2
Renamed the symbian/linux-* mkspecs to symbian-*.
This was done for a number of reasons: - In order to get better consistency with the other mkspecs, which have the target system name followed by a hyphen and the compiler name. - There is no real reason why we should have specific mkspecs for compiling Symbian under Linux, when it is equally likely to work under other operating systems. RevBy: Thomas Zander Conflicts: src/s60main/s60main.pro
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/global.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/global.pri b/src/corelib/global/global.pri
index 86800ef..65de6e0 100644
--- a/src/corelib/global/global.pri
+++ b/src/corelib/global/global.pri
@@ -19,7 +19,7 @@ INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
# Only used on platforms with CONFIG += precompile_header
PRECOMPILED_HEADER = global/qt_pch.h
-linux*:!static:!linux-armcc:!linux-gcce {
+linux*:!static:!symbian-armcc:!symbian-gcce {
QMAKE_LFLAGS += -Wl,-e,qt_core_boilerplate
prog=$$quote(if (/program interpreter: (.*)]/) { print $1; })
DEFINES += ELF_INTERPRETER=\\\"$$system(readelf -l /bin/ls | perl -n -e \'$$prog\')\\\"