summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-11-19 13:09:00 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2009-11-19 13:09:00 +0100
commit114efc17bcc32bebf5639d5d2ef8a543bb9fe952 (patch)
tree5dad1c35e6da37ac6ed4a0c18d80c6e065cb8e18 /src/qbase.pri
parentacb5cd795f4ea75794cfd31eaf768ec5a3e62844 (diff)
Revert "Revert "Fix detection of linux-g++""
This reverts commit baab5f7e77c1216ede839766c97abef1a708b365. Reviewed-by: Paul
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index 64281306a8..0aae24d964 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -36,7 +36,7 @@ CONFIG += qt warn_on depend_includepath
CONFIG += qmake_cache target_qt
CONFIG -= fix_output_dirs
win32|mac:!macx-xcode:CONFIG += debug_and_release
-linux-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
+linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions