From 89459bc7cf6326bd68f395f1c3e774c1a4b598b6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 23 Jun 2011 16:46:25 +0200 Subject: Add the painting demos-examples to build. Change-Id: Ia6f23719af0ec3091573909b5666ec795ee22410 Reviewed-on: http://codereview.qt.nokia.com/685 Reviewed-by: Qt Sanity Bot Reviewed-by: Casper van Donderen --- examples/painting/deform/deform.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/painting/deform/deform.pro') diff --git a/examples/painting/deform/deform.pro b/examples/painting/deform/deform.pro index 3393b8e83c..673b2e8288 100644 --- a/examples/painting/deform/deform.pro +++ b/examples/painting/deform/deform.pro @@ -13,12 +13,12 @@ contains(QT_CONFIG, opengl) { } # install -target.path = $$[QT_INSTALL_DEMOS]/qtbase/deform +target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/deform sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html -sources.path = $$[QT_INSTALL_DEMOS]/qtbase/deform +sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/deform INSTALLS += target sources symbian { TARGET.UID3 = 0xA000A63D - CONFIG += qt_demo + CONFIG += qt_example } -- cgit v1.2.3