From 24f0b5ec05a8461a4aceee6d746954ef80449b99 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jun 2012 12:48:32 +1000 Subject: Install examples to example hierarchy Some examples were installing to an old path of qtdeclarative/qtquick Task-number QTBUG-26205 Change-Id: I6e1840b1f1a87e24c1728de1b7320d6738bd530e Reviewed-by: Martin Jones --- examples/qml/xmlhttprequest/xmlhttprequest.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/qml/xmlhttprequest/xmlhttprequest.pro') diff --git a/examples/qml/xmlhttprequest/xmlhttprequest.pro b/examples/qml/xmlhttprequest/xmlhttprequest.pro index 468afdfc65..e58ada7540 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/qtquick/xmlhttprequest +target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/xmlhttprequest qml.files = xmlhttprequest.qml get.qml -qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/xmlhttprequest -INSTALLS += target qml \ No newline at end of file +qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/xmlhttprequest +INSTALLS += target qml -- cgit v1.2.3