aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-06-22 13:25:06 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-06-23 17:53:05 +0300
commit7148f2117226f3e6ca63b5d7a1e8d8fec8475a0b (patch)
tree606bff477baeade4e5407b3339ddd302af35a8bd
parent1f9c12807d4b8d353414765cead74014114d5cd7 (diff)
simplematerial example: Fix double installation of main.qml
qt_example_installs.prf already generates install rules for all example sources, including content of .qrc files. This commit amends bbb6071dc69a2513d2586faaf9896841bf724786. Task-number: QTBUG-84301 Change-Id: Idfef30501dfaaaddebf773aaa690206eedb458fc Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--examples/quick/scenegraph/simplematerial/simplematerial.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/quick/scenegraph/simplematerial/simplematerial.pro b/examples/quick/scenegraph/simplematerial/simplematerial.pro
index 131af45974..91193f0c26 100644
--- a/examples/quick/scenegraph/simplematerial/simplematerial.pro
+++ b/examples/quick/scenegraph/simplematerial/simplematerial.pro
@@ -11,10 +11,7 @@ SOURCES += \
RESOURCES += simplematerial.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
-qml.files = main.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
-
-INSTALLS += target qml
+INSTALLS += target
HEADERS += \
simplematerialitem.h