summaryrefslogtreecommitdiffstats
path: root/qmake-features
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-08-05 14:47:37 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-08-05 16:19:22 +0200
commit1b3a165b78a97805a0c596e1d13543f1d83b56ef (patch)
treececb1317d10bd8f70e379832771a91c63e5e7817 /qmake-features
parent92ed0c7845a15adfaef442a6d26ac337a88c3d47 (diff)
Make all files known to QtCreator
This makes it way easier to do a global search&replace in the project. Plus you actually always see what's there, even if it's not built by default. Change-Id: If51a8c502a0b07efc8cae55ecd37aa5c64244482 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'qmake-features')
-rw-r--r--qmake-features/am-qml-testcase.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake-features/am-qml-testcase.prf b/qmake-features/am-qml-testcase.prf
index c7f2396a..b475deed 100644
--- a/qmake-features/am-qml-testcase.prf
+++ b/qmake-features/am-qml-testcase.prf
@@ -93,3 +93,6 @@ for (f , FILES) {
check.depends = do_copydata
QMAKE_EXTRA_TARGETS += do_copydata
}
+
+# Make sure that possible apps are in OTHER_FILES
+for (app, TEST_APPS): OTHER_FILES += apps/$${app}/*.yaml apps/$${app}/*.qml apps/$${app}/*.png