diff options
Diffstat (limited to 'examples/qml/referenceexamples/properties')
-rw-r--r-- | examples/qml/referenceexamples/properties/properties.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qml/referenceexamples/properties/properties.pro b/examples/qml/referenceexamples/properties/properties.pro index 678cfb9ca4..c1cf877e65 100644 --- a/examples/qml/referenceexamples/properties/properties.pro +++ b/examples/qml/referenceexamples/properties/properties.pro @@ -7,7 +7,7 @@ HEADERS += person.h \ birthdayparty.h RESOURCES += properties.qrc -target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/properties -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS properties.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/properties +target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/properties +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS properties.pro example.qml +sources.path = $$target.path INSTALLS += target sources |