Changeset 158 for trunk/src/qbase.pri


Ignore:
Timestamp:
Sep 5, 2009, 2:46:05 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Added support for TARGET_SHORT variable that allows to specify a short name for the DLL target on DOS-like platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qbase.pri

    r104 r158  
    141141
    142142TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
     143!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT$$QT_LIBINFIX) #do this towards the end
    143144
    144145moc_dir.name = moc_location
Note: See TracChangeset for help on using the changeset viewer.