From cc5669bd4555f9912bcc332239751af01d287507 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 13 Nov 2020 09:11:14 +0100 Subject: tooling: List the actual QML files in the qmake project Fixes: QTBUG-88471 Change-Id: Ifc023fdc82b728931ff88c0c634ad71e2b2995a2 Reviewed-by: Fabian Kosmale --- src/imports/tooling/tooling.pro | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/imports') 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) -- cgit v1.2.3