From 2973dc43241249f79904f98ad89e4a774fa70d25 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 24 Sep 2012 15:58:00 +0200 Subject: 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 --- examples/quick/positioners/positioners.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick/positioners') diff --git a/examples/quick/positioners/positioners.pro b/examples/quick/positioners/positioners.pro index dddabfe19e..2f457e60ff 100644 --- a/examples/quick/positioners/positioners.pro +++ b/examples/quick/positioners/positioners.pro @@ -3,8 +3,8 @@ TEMPLATE = app QT += quick qml SOURCES += main.cpp -target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/positioners +target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml -qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/positioners +qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners INSTALLS += target qml -- cgit v1.2.3