summaryrefslogtreecommitdiff
path: root/examples/richtext/richtext.pro
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-04 12:34:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 12:25:09 +0100
commit166e66496114975b9580e489b16963191fd4f600 (patch)
treefea7f51ef2ad93dd2f440429d29894ae795d2673 /examples/richtext/richtext.pro
parent0f146689e6fb53762123c3e8a44fc6c8e71492ba (diff)
downloadqtsvg-166e66496114975b9580e489b16963191fd4f600.tar.gz
Centralize and fixup qtsvg example sources install targets
This follows suit with aeb036e in qtbase. Change-Id: I2e64dcce15b3b39f98395df5627cf0839debdf99 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/richtext/richtext.pro')
-rw-r--r--examples/richtext/richtext.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro
deleted file mode 100644
index 4262d78..0000000
--- a/examples/richtext/richtext.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = subdirs
-!contains(QT_CONFIG, no-widgets): SUBDIRS += textobject
-QT+=widgets
-
-# install
-sources.files = richtext.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/richtext
-INSTALLS += sources