equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 DESTDIR = com/nokia/TimeExample |
|
3 TARGET = qtimeexampleqmlplugin |
|
4 CONFIG += qt plugin |
|
5 QT += declarative |
|
6 |
|
7 SOURCES += plugin.cpp |
|
8 |
|
9 qdeclarativesources.files += \ |
|
10 com/nokia/TimeExample/qmldir \ |
|
11 com/nokia/TimeExample/center.png \ |
|
12 com/nokia/TimeExample/clock.png \ |
|
13 com/nokia/TimeExample/Clock.qml \ |
|
14 com/nokia/TimeExample/hour.png \ |
|
15 com/nokia/TimeExample/minute.png |
|
16 |
|
17 qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample |
|
18 |
|
19 sources.files += plugins.pro plugin.cpp plugins.qml README |
|
20 sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins |
|
21 |
|
22 target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample |
|
23 |
|
24 symbian:{ |
|
25 TARGET.EPOCALLOWDLLDATA=1 |
|
26 } |
|
27 |
|
28 |
|
29 INSTALLS += qdeclarativesources sources target |
|
30 |
|
31 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |