summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-11-19 12:09:00 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-11-19 12:09:00 (GMT)
commit114efc17bcc32bebf5639d5d2ef8a543bb9fe952 (patch)
tree5dad1c35e6da37ac6ed4a0c18d80c6e065cb8e18 /src/corelib/global
parentacb5cd795f4ea75794cfd31eaf768ec5a3e62844 (diff)
downloadQt-114efc17bcc32bebf5639d5d2ef8a543bb9fe952.zip
Qt-114efc17bcc32bebf5639d5d2ef8a543bb9fe952.tar.gz
Qt-114efc17bcc32bebf5639d5d2ef8a543bb9fe952.tar.bz2
Revert "Revert "Fix detection of linux-g++""
This reverts commit baab5f7e77c1216ede839766c97abef1a708b365. Reviewed-by: Paul
Diffstat (limited to 'src/corelib/global')
-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 0fe757d..b916b4d 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-g++*:!static {
+linux*-g++*:!static {
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\')\\\"