aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources/imports/QbsProduct.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-resources/imports/QbsProduct.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-resources/imports/QbsProduct.qbs')
-rw-r--r--qbs-resources/imports/QbsProduct.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbs-resources/imports/QbsProduct.qbs b/qbs-resources/imports/QbsProduct.qbs
new file mode 100644
index 000000000..39b0cc5a0
--- /dev/null
+++ b/qbs-resources/imports/QbsProduct.qbs
@@ -0,0 +1,5 @@
+import qbs
+
+Product {
+ Depends { name: "Qt.core" }
+}