summaryrefslogtreecommitdiff
path: root/examples/richtext/textobject/textobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/textobject/textobject.pro')
-rw-r--r--examples/richtext/textobject/textobject.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro
new file mode 100644
index 0000000..70ed427
--- /dev/null
+++ b/examples/richtext/textobject/textobject.pro
@@ -0,0 +1,18 @@
+HEADERS = svgtextobject.h \
+ window.h
+SOURCES = main.cpp \
+ svgtextobject.cpp \
+ window.cpp
+
+QT += svg
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/richtext/textobject
+sources.files = $$SOURCES $$HEADERS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/richtext/textobject
+INSTALLS += target sources
+
+filesToDeploy.files = files/*.svg
+filesToDeploy.path = files
+DEPLOYMENT += filesToDeploy
+