aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/text.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/text.pro')
-rw-r--r--examples/quick/text/text.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/quick/text/text.pro b/examples/quick/text/text.pro
index 2f78548d05..733a99367b 100644
--- a/examples/quick/text/text.pro
+++ b/examples/quick/text/text.pro
@@ -2,8 +2,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ text.qrc \
+ ../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/text
-qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/text
-INSTALLS += target qml
+INSTALLS += target