aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 43c0dc204..1dc49817b 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -22,6 +22,11 @@ Project {
}
}
+ Product {
+ name: "qmake project files for qbs"
+ files: ["**/*.pr[io]"]
+ }
+
AutotestRunner {
Depends { name: "Qt.core" }
Depends { name: "qbs resources" }