summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-28 11:59:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-31 15:51:30 +0100
commit8f61befb532b1f9daf5a9aa7ab2bca5cdcdd9edb (patch)
tree3f907571939f40d7e4cf318de9845ae1e9d7bd26 /examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
parent2b397f985e4ef6ae5c0571a928bb1320fb048c61 (diff)
fix install locations of examples/widgets/tools
amends cb961007c5 Change-Id: I725042c55816832eeb5b0d8a3522911877279aae Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro')
-rw-r--r--examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro b/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
index 56e0cee210..6a8f5ef3a1 100644
--- a/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
+++ b/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
@@ -8,7 +8,7 @@ SOURCES = treemodelcompleter.cpp \
RESOURCES = treemodelcompleter.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/tools/treemodelcompleter
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)