source: trunk/examples/designer/customwidgetplugin/customwidgetplugin.pro@ 993

Last change on this file since 993 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: 646 bytes
Line 
1#! [0] #! [1]
2TEMPLATE = lib
3#! [0]
4TARGET = $$qtLibraryTarget($$TARGET)
5#! [2]
6CONFIG += designer plugin
7#! [1] #! [2]
8QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
9
10#! [3]
11HEADERS = analogclock.h \
12 customwidgetplugin.h
13SOURCES = analogclock.cpp \
14 customwidgetplugin.cpp
15#! [3]
16
17os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt)
18
19# install
20target.path = $$[QT_INSTALL_PLUGINS]/designer
21sources.files = $$SOURCES $$HEADERS *.pro
22sources.path = $$[QT_INSTALL_EXAMPLES]/designer/customwidgetplugin
23INSTALLS += target sources
24
25symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.