Changeset 158 for trunk/src


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.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/qpluginbase.pri

    r60 r158  
    99win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
    1010TARGET = $$qtLibraryTarget($$TARGET)
     11
    1112contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    1213
  • trunk/src/qbase.pri

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