summaryrefslogtreecommitdiff
path: root/examples/richtext/textobject/textobject.pro
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-06-07 13:50:18 -0500
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-06-07 13:50:18 -0500
commit6128ab8209ae7edf7a1e1ab88ffeab138f3a72fd (patch)
tree940557b77259de34ea7e28c5ec63ae52494f3d69 /examples/richtext/textobject/textobject.pro
parent9128611212d887ee0d50229fb56e41aa2f40753f (diff)
downloadqtsvg-6128ab8209ae7edf7a1e1ab88ffeab138f3a72fd.tar.gz
Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf
Diffstat (limited to 'examples/richtext/textobject/textobject.pro')
-rw-r--r--examples/richtext/textobject/textobject.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro
index 9e7b23b..5c49e17 100644
--- a/examples/richtext/textobject/textobject.pro
+++ b/examples/richtext/textobject/textobject.pro
@@ -14,8 +14,8 @@ 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)
+symbian: CONFIG += qt_example
+maemo5: CONFIG += qt_example
filesToDeploy.files = files/*.svg
filesToDeploy.path = files
DEPLOYMENT += filesToDeploy