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

Last change on this file since 9 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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