summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-20 18:50:12 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-03 10:25:33 +0000
commit780d21e1290cb289ae330c46597a381c61b2d86c (patch)
treefa702ef60fed57b15df8d0cac02a9806d0ea1296 /examples/corelib/tools/customtypesending
parent1ae1f0da0d3b39fe5477161b1e70a7960c4785e3 (diff)
fix example installs
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/corelib/tools/customtypesending')
-rw-r--r--examples/corelib/tools/customtypesending/customtypesending.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/tools/customtypesending/customtypesending.pro b/examples/corelib/tools/customtypesending/customtypesending.pro
index 672f6569c2..da351ce828 100644
--- a/examples/corelib/tools/customtypesending/customtypesending.pro
+++ b/examples/corelib/tools/customtypesending/customtypesending.pro
@@ -6,5 +6,5 @@ SOURCES = main.cpp \
QT += widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/customcompleter
+target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/customtypesending
INSTALLS += target