Changeset 369 for trunk/tools


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.

Location:
trunk/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/assistant/compat/lib/lib.pro

    r2 r369  
    5454
    5555TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #done towards the end
     56!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT$$QT_LIBINFIX) #do this towards the end
    5657
    5758target.path=$$[QT_INSTALL_LIBS]
  • trunk/tools/designer/src/components/component.pri

    r2 r369  
    11
    22TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
     3!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT$$QT_LIBINFIX) #do this towards the end
  • 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.