source: trunk/examples/designer/taskmenuextension/taskmenuextension.pro@ 553

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

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

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