aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-10-29 14:34:48 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-30 16:26:08 +0100
commit01286887e9867723c7854c4af169fb37de946a74 (patch)
treef21ce01c146ed120d6ef91d070ae1ea7aa44b26f /qbs.qbs
parent7c82e9f3f417564dff89b75c802e4bd91e4b1ca7 (diff)
qbs build: Introduce convenience item QbsProduct.
As base product for QbsApp, QbsLibrary etc. Has little functionality at the moment, but will get more soon. Change-Id: I29ac78db2ff1ba109dd09a55e7593b2beeaba741 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 7d084c955..73a08fe49 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -2,6 +2,7 @@ import qbs 1.0
Project {
minimumQbsVersion: "1.3"
+ qbsSearchPaths: ["qbs-resources"]
property bool enableUnitTests: false
property bool enableProjectFileUpdates: false
property bool enableRPath: true