summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-11-23 17:11:42 +0100
committerOlivier Goffart <olivier.goffart@nokia.com>2010-11-24 16:29:08 +0100
commita17a8bfe860b6a055f60068ef04f9e31278cd6c4 (patch)
tree5f73247916d7c9bd94e0dea4e466601de1f21aa6
parent236e57bc9d85c4b05514dd3b792bf8e144320023 (diff)
downloadqt4-tools-a17a8bfe860b6a055f60068ef04f9e31278cd6c4.tar.gz
Enable the no-undefined flag on the linker for icc
Reviewed-by: Thiago
-rw-r--r--src/qbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index 42176185a1..8460b9c3c3 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*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions