aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <nicolas@kdab.com>2012-02-07 16:42:17 +0100
committerEike Ziller <eike.ziller@nokia.com>2012-02-22 13:47:54 +0100
commit24aa17e318c9717a83cb684fa20e99892aa07623 (patch)
tree3dc9958328d878da57cd1ceb01dcb9069cc9efb9 /src/qtcreatorplugin.pri
parent009e73a50ce93c9d1b18d4d10b2215a57a12d50b (diff)
Add Nokia plugins in the path for non Nokia provider.
Nokia plugins (like Core) are needed for any other plugin. Automatically add them, even if the PROVIDER is not Nokia. Change-Id: I2b32d27b34fc1043f5f4a1e1607b24dc01c9c631 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index a3b7a27a3f..1e659e6ab8 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -5,6 +5,8 @@ isEmpty(PRECOMPILED_HEADER):PRECOMPILED_HEADER = $$PWD/shared/qtcreator_gui_pch.
isEmpty(PROVIDER) {
PROVIDER = Nokia
+} else {
+ LIBS += -L$$IDE_PLUGIN_PATH/Nokia
}
isEmpty(USE_USER_DESTDIR) {