summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-07 23:03:40 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-08 15:29:21 +0200
commite9aaf21517d470807e004a81d3f3972e75ca07f9 (patch)
tree4f89e83b77228d4ec518f136d363e8b02a99f1a1 /qtcreator.pri
parent6aad96d89b5cd4f8b7e06b72cf911054c5d89037 (diff)
downloadqt-creator-e9aaf21517d470807e004a81d3f3972e75ca07f9.tar.gz
Centralize addition of plugin library paths
Change-Id: I9ddcc193b4d927c3d566eeb81c41f79a75920696 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 49ccc1e877..3e4a9490b3 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -217,6 +217,7 @@ qt:greaterThan(QT_MAJOR_VERSION, 4) {
QBSFILE = $$replace(_PRO_FILE_, \\.pro$, .qbs)
exists($$QBSFILE):OTHER_FILES += $$QBSFILE
+!isEmpty(QTC_PLUGIN_DEPENDS):LIBS *= -L$$IDE_PLUGIN_PATH
# recursively resolve plugin deps
done_plugins =
for(ever) {