From a6065d60f158ffad7a94877883af69731da94295 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 29 Nov 2012 16:02:34 +0100 Subject: centralize and fixup example sources install targets follow respective change in qtbase Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0 Reviewed-by: Oswald Buddenhagen Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com> --- examples/quick/canvas/canvas.pro | 8 +++----- examples/quick/canvas/canvas.qml | 2 +- examples/quick/canvas/main.cpp | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) (limited to 'examples/quick/canvas') diff --git a/examples/quick/canvas/canvas.pro b/examples/quick/canvas/canvas.pro index 9f024237a2..d721805abd 100644 --- a/examples/quick/canvas/canvas.pro +++ b/examples/quick/canvas/canvas.pro @@ -3,9 +3,7 @@ TEMPLATE = app QT += quick qml SOURCES += main.cpp -target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas +target.path = $$[QT_INSTALL_EXAMPLES]/quick/canvas qml.files = canvas.qml bezierCurve clip quadraticCurveTo roundedrect smile squircle tiger contents -qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas -sources.files = $$SOURCES canvas.pro -sources.path = $$qml.path -INSTALLS += sources target qml +qml.path = $$[QT_INSTALL_EXAMPLES]/quick/canvas +INSTALLS += target qml diff --git a/examples/quick/canvas/canvas.qml b/examples/quick/canvas/canvas.qml index 65707f7381..e1e8724149 100644 --- a/examples/quick/canvas/canvas.qml +++ b/examples/quick/canvas/canvas.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.0 -import "../../shared" as Examples +import "../shared" as Examples Item { height: 480 diff --git a/examples/quick/canvas/main.cpp b/examples/quick/canvas/main.cpp index acbef7551b..52c62ace12 100644 --- a/examples/quick/canvas/main.cpp +++ b/examples/quick/canvas/main.cpp @@ -37,5 +37,5 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -#include "../../shared/shared.h" +#include "../shared/shared.h" DECLARATIVE_EXAMPLE_MAIN(canvas) \ No newline at end of file -- cgit v1.2.3