summaryrefslogtreecommitdiffstats
path: root/examples/painting/deform/deform.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-23 16:46:25 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-27 10:59:28 +0200
commit89459bc7cf6326bd68f395f1c3e774c1a4b598b6 (patch)
treeb77256bf89121e5f5039646aec22b6d29a8d94d9 /examples/painting/deform/deform.pro
parentd15d0b125b11f279ff8a46f32939471fc80f6c38 (diff)
Add the painting demos-examples to build.
Change-Id: Ia6f23719af0ec3091573909b5666ec795ee22410 Reviewed-on: http://codereview.qt.nokia.com/685 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/painting/deform/deform.pro')
-rw-r--r--examples/painting/deform/deform.pro6
1 files changed, 3 insertions, 3 deletions
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
}