aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/tutorials
diff options
context:
space:
mode:
authorXizhi Zhu (Steven) <xizhi.zhu@gmail.com>2012-01-23 22:02:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 10:52:54 +0100
commitc6497e5edcfc533574d4066aa9650eb6967693bc (patch)
tree55c15f97aa9cad0164fc2939c9121354bbddcbf5 /examples/declarative/qtquick1/tutorials
parentf42e12e591990496c38e9cd5ed7a6c1105461e87 (diff)
Remove Symbian specific code.
Change-Id: Ifbcc92f1d44d46760ac7c5be24a997384fa22266 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'examples/declarative/qtquick1/tutorials')
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
index 3533096b8b..4b3f4d1bcc 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
@@ -13,8 +13,3 @@ HEADERS += piechart.h \
SOURCES += piechart.cpp \
pieslice.cpp \
chartsplugin.cpp
-
-symbian {
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- TARGET.EPOCALLOWDLLDATA = 1
-}