diff options
author | axis <qt-info@nokia.com> | 2010-09-01 13:44:47 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-09-02 07:47:29 (GMT) |
commit | cbe62050c28bae3b1f251be72e28cfe509cea14c (patch) | |
tree | e2f25d28af1ea83e136ead3f84814932a517ac0e /src/corelib/global | |
parent | 9af7a61ff462ed1668838be949dac376adfb2c6c (diff) | |
download | Qt-cbe62050c28bae3b1f251be72e28cfe509cea14c.zip Qt-cbe62050c28bae3b1f251be72e28cfe509cea14c.tar.gz Qt-cbe62050c28bae3b1f251be72e28cfe509cea14c.tar.bz2 |
Fixed Symbian builds after introduction of boilerplate code.
Hopefully the linux-armcc and linux-gcce mkspecs will be renamed
later, but until then, we need this fix.
RevBy: Trust me
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/global.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/global.pri b/src/corelib/global/global.pri index 2505e72..260ed59 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*:!static:!linux-armcc:!linux-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\')\\\" |