aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-08-24 10:18:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-08-24 10:18:08 +0000
commit643c9405bdf32f7df6037f8c6de51f2b3bdd098c (patch)
treec5c8ad398eda7688cf4e75ff7d8b23b02457821a /src/app
parent61c8a93522be5148d0104223a1278cc514d4bca4 (diff)
qbs build: Add cmake project files
... so they show up in the project tree and search results. Change-Id: I42ae1f0c2f96ea07952c7b23bd809cddd938c69f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app_version_header.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/app_version_header.qbs b/src/app/app_version_header.qbs
index 4dd44c2385..7d091bba0e 100644
--- a/src/app/app_version_header.qbs
+++ b/src/app/app_version_header.qbs
@@ -10,6 +10,11 @@ Product {
fileTags: ["hpp.in"]
}
+ Group {
+ name: "other"
+ files: "app_version.h.cmakein"
+ }
+
Depends { name: "qtc" }
Rule {