From 1f0b3a54ffa2ab0dc0cdff1345980ea68d749d24 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 27 May 2020 11:55:05 +0200 Subject: Examples: Fix double installation of .qml files qt_example_installs.prf already generates install rules for all example sources, including content of .qrc files. Pick-to: 5.15 Fixes: QTBUG-84301 Change-Id: I3454b19849af489c5819c51867781cc97f1eb285 Reviewed-by: Joerg Bornemann --- .../chapter5-listproperties/chapter5-listproperties.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/qml/tutorials/extending-qml/chapter5-listproperties') diff --git a/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro b/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro index edbd3c237d..d311c87190 100644 --- a/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro +++ b/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro @@ -14,8 +14,4 @@ RESOURCES += chapter5-listproperties.qrc DESTPATH = $$[QT_INSTALL_EXAMPLES]/qml/tutorials/extending-qml/chapter5-listproperties target.path = $$DESTPATH - -qml.files = *.qml -qml.path = $$DESTPATH - -INSTALLS += target qml +INSTALLS += target -- cgit v1.2.3