Ignore:
Timestamp:
Apr 15, 2006, 6:21:17 PM (19 years ago)
Author:
dmik
Message:
  • Added QMAKE_LIBDIR_QT_DEBUG internal QMAKE variable that is used to define a directory used to store and locate the debug version of the Qt dll
  • When 'qt' is present in CONFIG, the GNUMAKE backend places the values of QMAKE_LIBDIR_QT_DEBUG followed by the value of QMAKE_LIBDIR_QT to the library search path if 'debug' is also present there, otherwise these values are placed in the opposite order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r66 r85  
    6060QMAKE_INCDIR_QT         = $(QTDIR)\include
    6161QMAKE_LIBDIR_QT         = $(QTDIR)\lib
     62QMAKE_LIBDIR_QT_DEBUG   = $(QTDIR)\lib\debug
    6263
    6364# As a workaround for the CMD.EXE command line length limitation (1024 chars)
     
    133134QMAKE_LIBS_WINDOWS      =
    134135QMAKE_LIBS_QT           = qt registry.dll socket
    135 QMAKE_LIBS_QT_THREAD    = qt-mt registry.dll socket
     136QMAKE_LIBS_QT_THREAD    = qt registry.dll socket
    136137QMAKE_LIBS_QT_DLL       = qt
    137 QMAKE_LIBS_QT_THREAD_DLL= qt-mt
     138QMAKE_LIBS_QT_THREAD_DLL= qt
    138139QMAKE_LIBS_QT_ENTRY     =
    139140
Note: See TracChangeset for help on using the changeset viewer.