aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qrc/i.qbp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/qrc/i.qbp')
-rw-r--r--tests/auto/blackbox/testdata/qrc/i.qbp19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/qrc/i.qbp b/tests/auto/blackbox/testdata/qrc/i.qbp
new file mode 100644
index 000000000..11b9d1be3
--- /dev/null
+++ b/tests/auto/blackbox/testdata/qrc/i.qbp
@@ -0,0 +1,19 @@
+import qbs.base 1.0
+
+Project {
+ Product {
+ type: "application"
+ name: "i"
+
+ Depends {
+ name: "Qt.core"
+ }
+
+ files: [
+ "bla.cpp",
+ "bla.qrc",
+ "stuff.txt"
+ ]
+ }
+}
+