aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/added-file-persistent/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/added-file-persistent/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/added-file-persistent/project.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/added-file-persistent/project.qbs b/tests/auto/blackbox/testdata/added-file-persistent/project.qbs
new file mode 100644
index 000000000..672886646
--- /dev/null
+++ b/tests/auto/blackbox/testdata/added-file-persistent/project.qbs
@@ -0,0 +1,8 @@
+import qbs
+
+CppApplication {
+ files: [
+ 'main.cpp',
+ /* 'file.cpp' */
+ ]
+}