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
|
Rev | Line | |
---|
[844] | 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]/declarative/imageprovider
|
---|
| 12 |
|
---|
| 13 | target.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
|
---|
| 14 |
|
---|
| 15 | ImageProviderCore_sources.files = \
|
---|
| 16 | ImageProviderCore/qmldir
|
---|
| 17 | ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
|
---|
| 18 |
|
---|
| 19 | INSTALLS = sources ImageProviderCore_sources target
|
---|
| 20 |
|
---|
| 21 | symbian:{
|
---|
| 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.