aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 3e1d842900..eb204c8f7c 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -13,6 +13,9 @@ Project {
property path ide_source_tree: path
property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
property string ide_app_target: qbs.targetOS.contains("osx") ? "Qt Creator" : "qtcreator"
+ property pathList additionalPlugins: []
+ property pathList additionalLibs: []
+ property pathList additionalTools: []
property string ide_library_path: {
if (qbs.targetOS.contains("osx"))
return ide_app_target + ".app/Contents/PlugIns"