aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text')
-rw-r--r--examples/quick/text/text.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/text/text.pro b/examples/quick/text/text.pro
index afd7d1ba07..b3734e29f3 100644
--- a/examples/quick/text/text.pro
+++ b/examples/quick/text/text.pro
@@ -6,5 +6,6 @@ SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/text
qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/text
-INSTALLS += target qml
-
+sources.files = $$SOURCES text.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml