Remove Q_WS_*, symbian and maemo code in QtDeclarative
[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