summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/deform/deform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/deform/deform.pro')
-rw-r--r--examples/widgets/painting/deform/deform.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/painting/deform/deform.pro b/examples/widgets/painting/deform/deform.pro
index a420ea941a..eff007464d 100644
--- a/examples/widgets/painting/deform/deform.pro
+++ b/examples/widgets/painting/deform/deform.pro
@@ -14,7 +14,7 @@ contains(QT_CONFIG, opengl) {
QT += widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/deform
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/deform
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/deform
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/deform
INSTALLS += target sources