aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/default/default.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/default/default.pro')
-rw-r--r--examples/qml/referenceexamples/default/default.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/referenceexamples/default/default.pro b/examples/qml/referenceexamples/default/default.pro
index 36ef39fc55..130e45bb47 100644
--- a/examples/qml/referenceexamples/default/default.pro
+++ b/examples/qml/referenceexamples/default/default.pro
@@ -7,7 +7,7 @@ HEADERS += person.h \
birthdayparty.h
RESOURCES += default.qrc
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/default
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/default
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS default.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/default
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/default
INSTALLS += target sources