equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 DESTDIR = QWidgets |
|
3 TARGET = qwidgetsplugin |
|
4 CONFIG += qt plugin |
|
5 QT += declarative |
|
6 |
|
7 SOURCES += qwidgets.cpp |
|
8 |
|
9 sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml |
|
10 |
|
11 sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins |
|
12 |
|
13 target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins |
|
14 |
|
15 INSTALLS += sources target |
|
16 |
|
17 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
18 |
|
19 symbian:{ |
|
20 TARGET.EPOCALLOWDLLDATA = 1 |
|
21 } |