summaryrefslogtreecommitdiffstats
path: root/examples/tools/settingseditor/settingseditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/settingseditor/settingseditor.pro')
-rw-r--r--examples/tools/settingseditor/settingseditor.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/settingseditor/settingseditor.pro b/examples/tools/settingseditor/settingseditor.pro
index 79bcdf5dfe..2499b22436 100644
--- a/examples/tools/settingseditor/settingseditor.pro
+++ b/examples/tools/settingseditor/settingseditor.pro
@@ -9,9 +9,9 @@ SOURCES = locationdialog.cpp \
variantdelegate.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/settingseditor
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS settingseditor.pro inifiles
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/settingseditor
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
INSTALLS += target sources
QT += widgets