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