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