source: trunk/examples/declarative/cppextensions/imageprovider/imageprovider.pro@ 1165

Last change on this file since 1165 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 848 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt plugin
3QT += declarative
4
5DESTDIR = ImageProviderCore
6TARGET = qmlimageproviderplugin
7
8SOURCES += imageprovider.cpp
9
10sources.files = $$SOURCES imageprovider.qml imageprovider.pro
11sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider
12
13target.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
14
15ImageProviderCore_sources.files = \
16 ImageProviderCore/qmldir
17ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
18
19INSTALLS = sources ImageProviderCore_sources target
20
21symbian:{
22 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
23 TARGET.EPOCALLOWDLLDATA = 1
24
25 importFiles.sources = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir
26 importFiles.path = ImageProviderCore
27 DEPLOYMENT = importFiles
28}
Note: See TracBrowser for help on using the repository browser.