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/customitems/maskedmousearea/maskedmousearea.pro | 4 ++-- examples/quick/customitems/painteditem/painteditem.pro | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/quick/customitems') diff --git a/examples/quick/customitems/maskedmousearea/maskedmousearea.pro b/examples/quick/customitems/maskedmousearea/maskedmousearea.pro index 1623f7919b..654c3ceeb5 100644 --- a/examples/quick/customitems/maskedmousearea/maskedmousearea.pro +++ b/examples/quick/customitems/maskedmousearea/maskedmousearea.pro @@ -7,8 +7,8 @@ HEADERS += maskedmousearea.h SOURCES += main.cpp \ maskedmousearea.cpp -target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/maskedmousearea +target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/maskedmousearea qml.files = maskedmousearea.qml images -qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/maskedmousearea +qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/maskedmousearea INSTALLS += target qml diff --git a/examples/quick/customitems/painteditem/painteditem.pro b/examples/quick/customitems/painteditem/painteditem.pro index 9526817146..59b0702547 100644 --- a/examples/quick/customitems/painteditem/painteditem.pro +++ b/examples/quick/customitems/painteditem/painteditem.pro @@ -16,10 +16,10 @@ DESTDIR = TextBalloonPlugin qdeclarativesources.files += \ TextBalloonPlugin/qmldir -qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/painteditem/TextBalloonPlugin +qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/painteditem/TextBalloonPlugin sources.files = textballoons.qml -sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/painteditem -target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/painteditem/TextBalloonPlugin +sources.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/painteditem +target.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/painteditem/TextBalloonPlugin INSTALLS = qdeclarativesources sources target -- cgit v1.2.3