Ignore:
Timestamp:
Aug 3, 2009, 1:23:29 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: When using debug-and-release mode on OS/2, debug versions of Qt DLLs get the "d" suffix (QtGuid4.dll) etc to let them to co-exist in the same lib/bin directory (similar to Win32 and Mac platforms).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/qt.prf

    r2 r96  
    9595        } else {
    9696            QT_LINKAGE = -l$${QTPLUG}
    97             win32 {
     97            win32|os2 {
    9898               CONFIG(debug, debug|release):QT_LINKAGE = -l$${QTPLUG}d
    9999            } else:mac {
Note: See TracChangeset for help on using the changeset viewer.