Changeset 85 for trunk/src/qt.pro


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/src/qt.pro

    r84 r85  
    1010DESTDIR         = $$QMAKE_LIBDIR_QT
    1111DLLDESTDIR      = ../bin
     12
     13os2:CONFIG      += build_qt
     14
     15debug:os2 {
     16        DESTDIR         = $$QMAKE_LIBDIR_QT_DEBUG
     17        DLLDESTDIR      = ../bin/debug
     18}
    1219
    1320CONFIG          += qt warn_on depend_includepath
Note: See TracChangeset for help on using the changeset viewer.