source: trunk/examples/designer/containerextension/containerextension.pro@ 932

Last change on this file since 932 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 820 bytes
Line 
1#! [0]
2TEMPLATE = lib
3#! [0]
4TARGET = $$qtLibraryTarget($$TARGET)
5os2:TARGET_SHORT = $$qtLibraryTarget(cntrext)
6#! [1]
7CONFIG += designer plugin
8#! [1]
9QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
10
11#! [2]
12HEADERS += multipagewidget.h \
13 multipagewidgetplugin.h \
14 multipagewidgetcontainerextension.h \
15 multipagewidgetextensionfactory.h
16
17SOURCES += multipagewidget.cpp \
18 multipagewidgetplugin.cpp \
19 multipagewidgetcontainerextension.cpp \
20 multipagewidgetextensionfactory.cpp
21#! [2]
22
23# install
24target.path = $$[QT_INSTALL_PLUGINS]/designer
25sources.files = $$SOURCES $$HEADERS *.pro
26sources.path = $$[QT_INSTALL_EXAMPLES]/designer/containerextension
27INSTALLS += target sources
28
29symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.