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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.