aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs')
-rw-r--r--tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs b/tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs
new file mode 100644
index 000000000..32456444c
--- /dev/null
+++ b/tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs
@@ -0,0 +1,10 @@
+import qbs
+
+CppApplication {
+ name: "app"
+ files: [
+ "file.cpp",
+ "file.h",
+ "main.cpp",
+ ]
+}