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