summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2011-03-15 12:44:24 +0100
committerThiago Macieira <thiago.macieira@nokia.com>2011-03-15 12:50:59 +0100
commit4615a8f88c7cfe065bc11fb262e777329af6dfa9 (patch)
tree8dd725da3631357acc7691ed79b9e4473150a1b2 /qtcreator.pri
parent5cbbeb17938efb4ebb71132c8b62b0f88b1642dd (diff)
downloadqt-creator-4615a8f88c7cfe065bc11fb262e777329af6dfa9.tar.gz
Make sure plugins on Linux resolve all dependencies
Remove the previous code which hardcoded options and didn't work for linux-icc. Reviewed-By: dt
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index a2215a28b1..73f0574df9 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -146,12 +146,6 @@ unix {
UI_DIR = $${OUT_PWD}/.uic
}
-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
-}
-
win32-msvc* {
#Don't warn about sprintf, fopen etc being 'unsafe'
DEFINES += _CRT_SECURE_NO_WARNINGS