aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackAddFile/after/project.qbp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/trackAddFile/after/project.qbp')
-rw-r--r--tests/auto/blackbox/testdata/trackAddFile/after/project.qbp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/trackAddFile/after/project.qbp b/tests/auto/blackbox/testdata/trackAddFile/after/project.qbp
new file mode 100644
index 000000000..2e3a56102
--- /dev/null
+++ b/tests/auto/blackbox/testdata/trackAddFile/after/project.qbp
@@ -0,0 +1,15 @@
+import qbs.base 1.0
+
+Project {
+ Product {
+ name: 'someapp'
+ type: 'application'
+ Depends { name: 'cpp' }
+ files: [
+ "main.cpp",
+ "narf.h", "narf.cpp",
+ "zort.h", "zort.cpp"
+ ]
+ }
+}
+