Last change
on this file since 857 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:
845 bytes
|
Rev | Line | |
---|
[844] | 1 | TEMPLATE = lib
|
---|
| 2 | CONFIG += qt plugin
|
---|
| 3 | QT += declarative
|
---|
| 4 |
|
---|
| 5 | DESTDIR = com/nokia/TimeExample
|
---|
| 6 | TARGET = qmlqtimeexampleplugin
|
---|
| 7 |
|
---|
| 8 | SOURCES += plugin.cpp
|
---|
| 9 |
|
---|
| 10 | qdeclarativesources.files += \
|
---|
| 11 | com/nokia/TimeExample/qmldir \
|
---|
| 12 | com/nokia/TimeExample/center.png \
|
---|
| 13 | com/nokia/TimeExample/clock.png \
|
---|
| 14 | com/nokia/TimeExample/Clock.qml \
|
---|
| 15 | com/nokia/TimeExample/hour.png \
|
---|
| 16 | com/nokia/TimeExample/minute.png
|
---|
| 17 |
|
---|
| 18 | qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample
|
---|
| 19 |
|
---|
| 20 | sources.files += plugins.pro plugin.cpp plugins.qml README
|
---|
| 21 | sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
|
---|
| 22 | target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample
|
---|
| 23 |
|
---|
| 24 | INSTALLS += qdeclarativesources sources target
|
---|
| 25 |
|
---|
| 26 | symbian {
|
---|
| 27 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
| 28 | TARGET.EPOCALLOWDLLDATA = 1
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.