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