Changeset 993 for trunk/examples/tools


Ignore:
Timestamp:
Aug 17, 2011, 1:02:13 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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).

Location:
trunk/examples/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/tools/echoplugin/plugin/plugin.pro

    r561 r993  
    66SOURCES         = echoplugin.cpp
    77TARGET          = $$qtLibraryTarget(echoplugin)
    8 os2:TARGET      = $$qtLibraryTarget(echopl)
    98DESTDIR         = ../plugins
    109#! [0]
     10
     11os2:TARGET_SHORT = $$qtLibraryTarget(echopl)
    1112
    1213# install
  • trunk/examples/tools/plugandpaintplugins/basictools/basictools.pro

    r965 r993  
    66SOURCES       = basictoolsplugin.cpp
    77TARGET        = $$qtLibraryTarget(pnp_basictools)
    8 os2:TARGET    = $$qtLibraryTarget(pnp_bt)
    98DESTDIR       = ../../plugandpaint/plugins
    109#! [0]
  • trunk/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro

    r561 r993  
    66SOURCES       = extrafiltersplugin.cpp
    77TARGET        = $$qtLibraryTarget(pnp_extrafilters)
    8 os2:TARGET    = $$qtLibraryTarget(pnp_ef)
    98DESTDIR       = ../../plugandpaint/plugins
     9#! [0]
    1010
    11 #! [0]
     11os2:TARGET_SHORT = $$qtLibraryTarget(pnp_ef)
     12
    1213# install
    1314target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
Note: See TracChangeset for help on using the changeset viewer.