summaryrefslogtreecommitdiff
path: root/examples/richtext/textobject/textobject.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-05-23 23:33:26 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-23 23:33:26 +1000
commit0aaa25052204cf2b6ee332cc15cfb6f9a737fa1a (patch)
tree65a36d36acc9bfb98329634447577e9365ab9823 /examples/richtext/textobject/textobject.pro
parent53379a432867addee542d4c2e7a99361ddce7a03 (diff)
parent32e6fcc2696a4b2bc1443449496d2a91913c5f90 (diff)
downloadqtsvg-0aaa25052204cf2b6ee332cc15cfb6f9a737fa1a.tar.gz
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsvg-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtsvg-staging: More examples adjusted to Symbian and Maemo5. (cherry picked from commit a97b9620a584c9b1a2e006873183526b3d7e001e) Squashed commit of changes from the 4.8-temp branch. Squashed commit of the changes from the mobile-examples repository (4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
Diffstat (limited to 'examples/richtext/textobject/textobject.pro')
-rw-r--r--examples/richtext/textobject/textobject.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro
index 70ed427..9e7b23b 100644
--- a/examples/richtext/textobject/textobject.pro
+++ b/examples/richtext/textobject/textobject.pro
@@ -6,13 +6,16 @@ SOURCES = main.cpp \
QT += svg
+RESOURCES = resources.qrc
+
# 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
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
filesToDeploy.files = files/*.svg
filesToDeploy.path = files
DEPLOYMENT += filesToDeploy
-