Ignore:
Timestamp:
Dec 1, 2009, 2:55:35 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Make sure components in tools/ obey TARGET_SHORT if it's defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/designer/src/lib/lib.pro

    r2 r369  
    11TEMPLATE=lib
    22TARGET=QtDesigner
     3os2:TARGET_SHORT=QtDsgn
    34QT += xml
    45contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    56CONFIG += qt
    6 win32|mac: CONFIG += debug_and_release
     7win32|os2|mac: CONFIG += debug_and_release
    78DESTDIR = ../../../../lib
    89!wince*:DLLDESTDIR = ../../../../bin
Note: See TracChangeset for help on using the changeset viewer.