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/qml/xmlhttprequest/xmlhttprequest.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/qml/xmlhttprequest') diff --git a/examples/qml/xmlhttprequest/xmlhttprequest.pro b/examples/qml/xmlhttprequest/xmlhttprequest.pro index e58ada7540..bb7fae66bf 100644 --- a/examples/qml/xmlhttprequest/xmlhttprequest.pro +++ b/examples/qml/xmlhttprequest/xmlhttprequest.pro @@ -3,7 +3,7 @@ TEMPLATE = app QT += quick qml SOURCES += main.cpp -target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/xmlhttprequest +target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/xmlhttprequest qml.files = xmlhttprequest.qml get.qml -qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/xmlhttprequest +qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/xmlhttprequest INSTALLS += target qml -- cgit v1.2.3