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_functions.prf

    r2 r96  
    99      !debug_and_release|build_pass {
    1010          mac:RET = $$member(LIBRARY_NAME, 0)_debug
    11               else:win32:RET = $$member(LIBRARY_NAME, 0)d
     11              else:win32|os2:RET = $$member(LIBRARY_NAME, 0)d
    1212      }
    1313   }
     
    4848    isEmpty(LINKAGE) {
    4949       CONFIG(debug, debug|release) {
    50            win32:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}d
     50           win32|os2:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}d
    5151           mac:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}_debug
    5252       }
Note: See TracChangeset for help on using the changeset viewer.