summaryrefslogtreecommitdiffstats
path: root/examples/tools/completer/completer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/completer/completer.pro')
-rw-r--r--examples/tools/completer/completer.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/completer/completer.pro b/examples/tools/completer/completer.pro
index 67008b5dd2..a735b7ceae 100644
--- a/examples/tools/completer/completer.pro
+++ b/examples/tools/completer/completer.pro
@@ -6,9 +6,9 @@ SOURCES = fsmodel.cpp \
RESOURCES = completer.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/completer
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS completer.pro resources
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/completer
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
INSTALLS += target sources
QT += widgets