source: trunk/examples/tools/plugandpaintplugins/basictools/basictools.pro@ 965

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

OS/2: Add missing qtLibraryTarget() calls on TARGET_SHORT.

File size: 608 bytes
Line 
1#! [0]
2TEMPLATE = lib
3CONFIG += plugin static
4INCLUDEPATH += ../..
5HEADERS = basictoolsplugin.h
6SOURCES = basictoolsplugin.cpp
7TARGET = $$qtLibraryTarget(pnp_basictools)
8os2:TARGET = $$qtLibraryTarget(pnp_bt)
9DESTDIR = ../../plugandpaint/plugins
10#! [0]
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
15sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins/basictools
16INSTALLS += target sources
17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.