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