summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-01-22 16:34:58 +0100
committerKai Koehne <kai.koehne@digia.com>2014-01-23 12:21:14 +0100
commit79f72f7a8948e2ffba8a23076aaa109aabeb0380 (patch)
treee969d8bd5143b5e80a238bd791c7bdd5951714b9
parentc9f2ca836886fda40c2508e82f6580487b35f314 (diff)
downloadqt-creator-79f72f7a8948e2ffba8a23076aaa109aabeb0380.tar.gz
Pick up QTC_PLUGIN_DIRS from environment
Setting QTC_PLUGIN_DIRS as an environment variable is easier to manage than passing it every time explicitly to e.g. the qmake call. It also is in line with other environment variables used in Qt Creator, like WITH_LLDB, QT_BREAKPAD_ROOT_PATH etc. Change-Id: Ief94aaf7c2a16ee62dcbf27c9f217496b1f74ad5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--qtcreator.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 261fadef77..4f6e4de32d 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -155,6 +155,7 @@ INCLUDEPATH += \
$$IDE_SOURCE_TREE/src/libs \
$$IDE_SOURCE_TREE/tools
+QTC_PLUGIN_DIRS = $$(QTC_PLUGIN_DIRS)
QTC_PLUGIN_DIRS += $$IDE_SOURCE_TREE/src/plugins
for(dir, QTC_PLUGIN_DIRS) {
INCLUDEPATH += $$dir