summaryrefslogtreecommitdiffstats
path: root/examples/tools/plugandpaint/plugandpaint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/plugandpaint/plugandpaint.pro')
-rw-r--r--examples/tools/plugandpaint/plugandpaint.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/plugandpaint/plugandpaint.pro b/examples/tools/plugandpaint/plugandpaint.pro
index 935b6b3c06..d9b836c7ae 100644
--- a/examples/tools/plugandpaint/plugandpaint.pro
+++ b/examples/tools/plugandpaint/plugandpaint.pro
@@ -17,9 +17,9 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
#! [0]
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaint.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
INSTALLS += target sources
QT += widgets