summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/customcompleter/customcompleter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/customcompleter/customcompleter.pro')
-rw-r--r--examples/widgets/tools/customcompleter/customcompleter.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/customcompleter/customcompleter.pro b/examples/widgets/tools/customcompleter/customcompleter.pro
index b8ccc83744..4905c0b7d8 100644
--- a/examples/widgets/tools/customcompleter/customcompleter.pro
+++ b/examples/widgets/tools/customcompleter/customcompleter.pro
@@ -8,7 +8,7 @@ SOURCES = main.cpp \
RESOURCES = customcompleter.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)