diff options
author | Thiago Macieira <[email protected]> | 2012-09-24 15:58:00 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-11-09 13:33:19 +0100 |
commit | 2973dc43241249f79904f98ad89e4a774fa70d25 (patch) | |
tree | 181aabd381a1aa6ceafc710a49793faaa791395b /examples/qml/referenceexamples/binding | |
parent | 10ba6eb62f04c5e97cd692f57f37655b5b6fe6d6 (diff) |
Install the Qt Quick 2 examples in the "qtquick" dir
Leave the "qtdeclarative" dir for Qt Quick 1, which is where it used
to be in Qt 4.
Change-Id: I44997771d77617564fc608c1aba95e3ada8f9a69
Reviewed-by: Christopher Adams <[email protected]>
Diffstat (limited to 'examples/qml/referenceexamples/binding')
-rw-r--r-- | examples/qml/referenceexamples/binding/binding.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/referenceexamples/binding/binding.pro b/examples/qml/referenceexamples/binding/binding.pro index 0379f93ea7..2cd619a085 100644 --- a/examples/qml/referenceexamples/binding/binding.pro +++ b/examples/qml/referenceexamples/binding/binding.pro @@ -9,7 +9,7 @@ HEADERS += person.h \ happybirthdaysong.h RESOURCES += binding.qrc -target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/binding +target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/binding sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS binding.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/binding +sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/binding INSTALLS += target sources |