eaa48cd901d66d21345dbc78103fd387865d2c60
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / imageprovider / imageprovider.pro
1 TEMPLATE = lib
2 CONFIG += qt plugin
3 QT += declarative
4
5 DESTDIR = ImageProviderCore
6 TARGET  = qmlimageproviderplugin
7
8 SOURCES += imageprovider.cpp
9
10 sources.files = $$SOURCES imageprovider.qml imageprovider.pro
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/imageprovider
12
13 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/imageprovider/ImageProviderCore
14
15 ImageProviderCore_sources.files = \
16     ImageProviderCore/qmldir 
17 ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/imageprovider/ImageProviderCore
18
19 INSTALLS = sources ImageProviderCore_sources target
20
21 symbian:{
22     CONFIG += qt_example
23     TARGET.EPOCALLOWDLLDATA = 1
24
25     importFiles.files = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir
26     importFiles.path = ImageProviderCore
27     DEPLOYMENT += importFiles
28 }
29 maemo5: CONFIG += qt_example