summaryrefslogtreecommitdiffstats
path: root/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/plugandpaintplugins/plugandpaintplugins.pro')
-rw-r--r--examples/tools/plugandpaintplugins/plugandpaintplugins.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/plugandpaintplugins/plugandpaintplugins.pro b/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
index 5e783df478..8eab48e92d 100644
--- a/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
+++ b/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
@@ -3,9 +3,9 @@ SUBDIRS = basictools \
extrafilters
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaintplugins.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
INSTALLS += target sources
QT += widgets