Changeset 980 for trunk


Ignore:
Timestamp:
Aug 14, 2011, 9:58:04 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2-g++: Replace DIR_SEPARATOR with the literal.

DIR_SEPARATOR is not (yet) defined when qmake.conf gets read and
processed and *no* complex build configurations (as release/debug)
are used. Probably, it's a qmake bug but I leave it to someone else
sincee DIR_SEPARATOR doesn't seem to be used in supported specs.

File:
1 edited

Legend:

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

    r955 r980  
    152152}
    153153
    154 QMAKE_MOC       = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}moc.exe
    155 QMAKE_UIC       = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}uic.exe
    156 QMAKE_IDC       = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}idc.exe
     154QMAKE_MOC       = $$[QT_INSTALL_BINS]moc.exe
     155QMAKE_UIC       = $$[QT_INSTALL_BINS]uic.exe
     156QMAKE_IDC       = $$[QT_INSTALL_BINS]idc.exe
    157157
    158158QMAKE_IDL       =
Note: See TracChangeset for help on using the changeset viewer.