summaryrefslogtreecommitdiff
path: root/examples/richtext/richtext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/richtext.pro')
-rw-r--r--examples/richtext/richtext.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro
index be9c6c3..4262d78 100644
--- a/examples/richtext/richtext.pro
+++ b/examples/richtext/richtext.pro
@@ -1,3 +1,8 @@
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