aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/moc_hpp_included/moc_hpp_included.qbp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/moc_hpp_included/moc_hpp_included.qbp')
-rw-r--r--tests/manual/moc_hpp_included/moc_hpp_included.qbp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/moc_hpp_included/moc_hpp_included.qbp b/tests/manual/moc_hpp_included/moc_hpp_included.qbp
new file mode 100644
index 000000000..1cdfb7fad
--- /dev/null
+++ b/tests/manual/moc_hpp_included/moc_hpp_included.qbp
@@ -0,0 +1,18 @@
+import qbs.base 1.0
+
+Project {
+ Product {
+ type: "application"
+ name: "moc_hpp_included"
+
+ Depends { name: "qt.core" }
+
+ files : [ "object.cpp" ]
+
+ Group {
+ files : [ "object.h" ]
+ fileTags: [ "hpp" ]
+ }
+ }
+}
+