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/uitools.prf

    r2 r96  
    66CONFIG(debug, debug|release) {
    77    mac: QTUITOOLS_LINKAGE = -lQtUiTools_debug
    8     win32: QTUITOOLS_LINKAGE = -lQtUiToolsd
     8    win32|os2: QTUITOOLS_LINKAGE = -lQtUiToolsd
    99}
    1010LIBS += $$QTUITOOLS_LINKAGE
Note: See TracChangeset for help on using the changeset viewer.