0
|
1 |
#! [0]
|
|
2 |
CONFIG += designer plugin
|
|
3 |
#! [0]
|
|
4 |
TARGET = $$qtLibraryTarget($$TARGET)
|
|
5 |
#! [1]
|
|
6 |
TEMPLATE = lib
|
|
7 |
#! [1]
|
|
8 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
|
9 |
|
|
10 |
#! [2]
|
|
11 |
HEADERS = worldtimeclock.h \
|
|
12 |
worldtimeclockplugin.h
|
|
13 |
SOURCES = worldtimeclock.cpp \
|
|
14 |
worldtimeclockplugin.cpp
|
|
15 |
#! [2]
|
|
16 |
|
|
17 |
# install
|
|
18 |
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
|
19 |
sources.files = $$SOURCES $$HEADERS *.pro
|
|
20 |
sources.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockplugin
|
|
21 |
INSTALLS += target sources
|
|
22 |
|
|
23 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|