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

Last change on this file was 993, checked in by Dmitry A. Kuminov, 14 years ago

examples: Move os2:TARGET_SHORT outside the snippet block.

It doesn't make much sense to show these platform-specific bits
in the docs. Besides, this commit also fixes statements misspelled
as os2:TARGET (which broke the build).

File size: 728 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 += tictactoe.h \
12 tictactoedialog.h \
13 tictactoeplugin.h \
14 tictactoetaskmenu.h
15SOURCES += tictactoe.cpp \
16 tictactoedialog.cpp \
17 tictactoeplugin.cpp \
18 tictactoetaskmenu.cpp
19#! [2]
20
21os2:TARGET_SHORT = $$qtLibraryTarget(tskmext)
22
23# install
24target.path = $$[QT_INSTALL_PLUGINS]/designer
25sources.files = $$SOURCES $$HEADERS *.pro
26sources.path = $$[QT_INSTALL_EXAMPLES]/designer/taskmenuextension
27INSTALLS += target sources
28
29symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.