aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.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 /src/qtcreatorplugin.pri
parent5cbbeb17938efb4ebb71132c8b62b0f88b1642dd (diff)
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 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 09a0eee70e..01a7c63b6b 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -60,6 +60,7 @@ macx {
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
CONFIG += plugin plugin_with_soname
+linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
!macx {
target.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER