diff options
author | dt <qtc-committer@nokia.com> | 2011-01-20 12:41:03 +0100 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2011-01-21 13:35:22 +0100 |
commit | 4160e9557cd3f9a5feb064d2469033e3da06cc55 (patch) | |
tree | dbf972a77d600a1831e1fd7eaf84ea078873e5aa /qtcreator.pri | |
parent | 27dc0d870876aa12c2e6d5e710c327337aea52f4 (diff) | |
download | qt-creator-4160e9557cd3f9a5feb064d2469033e3da06cc55.tar.gz |
Creator: Also warn off undefined symbols on linux-g++
Patch by Fabo
Diffstat (limited to 'qtcreator.pri')
-rw-r--r-- | qtcreator.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri index 45949bb8cd..6c4a448869 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -147,7 +147,7 @@ unix { UI_DIR = $${OUT_PWD}/.uic } -linux-g++-* { +linux-g++* { # Bail out on non-selfcontained libraries. Just a security measure # to prevent checking in code that does not compile on other platforms. QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined |