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