summaryrefslogtreecommitdiffstats
path: root/examples/tools/undo/undo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/undo/undo.pro')
-rw-r--r--examples/tools/undo/undo.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/undo/undo.pro b/examples/tools/undo/undo.pro
index bf7dc388ee..e61b678a93 100644
--- a/examples/tools/undo/undo.pro
+++ b/examples/tools/undo/undo.pro
@@ -10,9 +10,9 @@ build_all:!build_pass {
RESOURCES += undo.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
INSTALLS += target sources
QT += widgets