summaryrefslogtreecommitdiff
path: root/examples/uitools
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-04 17:41:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 15:26:19 +0100
commit0e0dfb027774e0afc38df19a4a5e80dd97ab0356 (patch)
treed9f750910b19372c6206c5783c80777a2fe43697 /examples/uitools
parentefa8c5daedc789eee950218e98caa15f6b992bb5 (diff)
downloadqttools-0e0dfb027774e0afc38df19a4a5e80dd97ab0356.tar.gz
fix installation target paths of examples
Change-Id: I11440d60a709cbe4617aa0953c7971a6d731b73b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/uitools')
-rw-r--r--examples/uitools/multipleinheritance/multipleinheritance.pro3
-rw-r--r--examples/uitools/textfinder/textfinder.pro3
2 files changed, 2 insertions, 4 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro
index cabdefdd4..06f29b3e7 100644
--- a/examples/uitools/multipleinheritance/multipleinheritance.pro
+++ b/examples/uitools/multipleinheritance/multipleinheritance.pro
@@ -4,8 +4,7 @@ HEADERS = calculatorform.h
FORMS = calculatorform.ui
#! [0]
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
+target.path = $$[QT_INSTALL_EXAMPLES]/uitools/multipleinheritance
INSTALLS += target
QT += widgets
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
index 54309621d..0e6421f6c 100644
--- a/examples/uitools/textfinder/textfinder.pro
+++ b/examples/uitools/textfinder/textfinder.pro
@@ -2,8 +2,7 @@ HEADERS = textfinder.h
RESOURCES = textfinder.qrc
SOURCES = textfinder.cpp main.cpp
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
+target.path = $$[QT_INSTALL_EXAMPLES]/uitools/textfinder
INSTALLS += target
QT += widgets uitools