summaryrefslogtreecommitdiffstats
path: root/examples/painting/deform
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/deform')
-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 d1c8938ad0..2bfc5d32cd 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
}