Changeset 692


Ignore:
Timestamp:
Mar 16, 2010, 12:38:01 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Use QT_NO_DEBUG instead of NDEBUG to detect the release build at compile time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/configure.cmd

    r687 r692  
    15871587    call charout qconfig_h_new,,
    15881588'/* Qt Build Key */'G.EOL||,
    1589 '#ifndef NDEBUG'G.EOL||,
     1589'#ifndef QT_NO_DEBUG'G.EOL||,
    15901590'# define QT_BUILD_KEY "'QT_BUILD_KEY_DEBUG'"'G.EOL||,
    15911591'#else'G.EOL||,
Note: See TracChangeset for help on using the changeset viewer.