From aba67cc3f020f03d8ed8ef5303d413044031bc58 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 22 Nov 2012 11:33:28 +0100 Subject: Fix installation of examples. Enable examples to be built in the target tree. This entails installing the project files and possibly other missing stuff. Task-number: QTBUG-27977 Change-Id: I159fd8e3ebc7077e1d68e085c4947acc058ce594 Reviewed-by: Friedemann Kleint Reviewed-by: hjk --- examples/quick/canvas/canvas.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/quick/canvas') diff --git a/examples/quick/canvas/canvas.pro b/examples/quick/canvas/canvas.pro index fe7ce9a37a..9f024237a2 100644 --- a/examples/quick/canvas/canvas.pro +++ b/examples/quick/canvas/canvas.pro @@ -6,4 +6,6 @@ SOURCES += main.cpp target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas qml.files = canvas.qml bezierCurve clip quadraticCurveTo roundedrect smile squircle tiger contents qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas -INSTALLS += target qml \ No newline at end of file +sources.files = $$SOURCES canvas.pro +sources.path = $$qml.path +INSTALLS += sources target qml -- cgit v1.2.3