aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro')
-rw-r--r--examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro b/examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro
index 6f317b4141..5595ac6f2c 100644
--- a/examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro
+++ b/examples/declarative/qtquick1/cppextensions/imageprovider/imageprovider.pro
@@ -17,12 +17,3 @@ ImageProviderCore_sources.files = \
ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
INSTALLS = sources ImageProviderCore_sources target
-
-symbian:{
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- TARGET.EPOCALLOWDLLDATA = 1
-
- importFiles.sources = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir
- importFiles.path = ImageProviderCore
- DEPLOYMENT = importFiles
-}