summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-28 16:06:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 22:15:49 +0100
commit9c21f30a62dfd37d4488d10dc3c652d9b0237030 (patch)
treec85b62e338c11948e1a5ac13d8f59321bf811281 /examples/uitools/textfinder
parentb13381ded17ce65bb9bad783a987afe1102b90e6 (diff)
centralize and fixup example sources install targets
follow respective change in qtbase Change-Id: I6e892deb9fa3868579e9c556fbcf00cc7bc6145c Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/uitools/textfinder')
-rw-r--r--examples/uitools/textfinder/textfinder.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
index 48eaa410d..54309621d 100644
--- a/examples/uitools/textfinder/textfinder.pro
+++ b/examples/uitools/textfinder/textfinder.pro
@@ -4,8 +4,6 @@ SOURCES = textfinder.cpp main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro forms
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-INSTALLS += target sources
+INSTALLS += target
QT += widgets uitools