aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-11-13 09:11:14 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-11-13 09:17:55 +0100
commitcc5669bd4555f9912bcc332239751af01d287507 (patch)
tree0d9132dcc64e76618d85ce6f5509954673bf57f0 /src
parent88ac03de3dccc7f70f9a39b03e1405495cff8ba7 (diff)
tooling: List the actual QML files in the qmake project
Fixes: QTBUG-88471 Change-Id: Ifc023fdc82b728931ff88c0c634ad71e2b2995a2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/tooling/tooling.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/imports/tooling/tooling.pro b/src/imports/tooling/tooling.pro
index e9edd286b4..8562e5eaa5 100644
--- a/src/imports/tooling/tooling.pro
+++ b/src/imports/tooling/tooling.pro
@@ -1,8 +1,13 @@
TARGETPATH = QtQuick/tooling
QML_FILES = \
- TestCase.qml \
- SignalSpy.qml \
- testlogger.js
+ Component.qml \
+ Enum.qml \
+ Member.qml \
+ Method.qml \
+ Module.qml \
+ Parameter.qml \
+ Property.qml \
+ Signal.qml
load(qml_module)