aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/window/window/window.pro')
-rw-r--r--examples/quick/window/window/window.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/quick/window/window/window.pro b/examples/quick/window/window/window.pro
index e8a022361f..6df7ce8849 100644
--- a/examples/quick/window/window/window.pro
+++ b/examples/quick/window/window/window.pro
@@ -3,9 +3,7 @@ CONFIG += qt
QT += qml
SOURCES += window.cpp
+RESOURCES += window.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
-qml.files = Window.qml nogui.qml standalone.qml twowindows.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
-
-INSTALLS = target qml
+INSTALLS = target