summaryrefslogtreecommitdiffstats
path: root/examples/painting/pathstroke/pathstroke.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/pathstroke/pathstroke.pro')
-rw-r--r--examples/painting/pathstroke/pathstroke.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/painting/pathstroke/pathstroke.pro b/examples/painting/pathstroke/pathstroke.pro
index 9bbf8a6f77..1d1efdc342 100644
--- a/examples/painting/pathstroke/pathstroke.pro
+++ b/examples/painting/pathstroke/pathstroke.pro
@@ -13,12 +13,12 @@ contains(QT_CONFIG, opengl) {
}
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/pathstroke
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/pathstroke
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/pathstroke
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/pathstroke
INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000A63E
- CONFIG += qt_demo
+ CONFIG += qt_example
}