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

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

examples/designer: Shorten DLL name on OS/2.

File size: 755 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
Note: See TracBrowser for help on using the repository browser.