source: trunk/examples/declarative/cppextensions/plugins/plugins.pro@ 846

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