From 1d11fd734469c745e55409d25e447584e9f6390f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 1 Oct 2013 10:33:41 +0200 Subject: qbs project: Add properties for pulling in additional resources. We need this to build plugins located outside the source tree. Change-Id: Ie587b5e838bf0ce67b19d3222bbc40b53b888e69 Reviewed-by: Joerg Bornemann --- qtcreator.qbs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qtcreator.qbs') 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" -- cgit v1.2.3