Changeset 53


Ignore:
Timestamp:
Jun 25, 2009, 10:30:33 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Build debug and release Qt by default (as on win32 and mac).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r48 r53  
    446446        /* detect build style */
    447447        if (G.CFG_DEBUG == "auto") then do
    448             if (G.CFG_DEV == "yes") then do
    449                 G.CFG_DEBUG_RELEASE = "no"
    450                 G.CFG_DEBUG = "yes"
    451             end
    452             else do
    453                 G.CFG_DEBUG_RELEASE = "no"
    454                 G.CFG_DEBUG = "no"
    455             end
     448            G.CFG_DEBUG_RELEASE = "yes"
     449            G.CFG_DEBUG = "yes"
    456450        end
    457451        if (G.CFG_DEBUG_RELEASE == "yes") then
     
    848842    end
    849843
     844/* @todo later, when CFG_PRECOMPILE is implemented
    850845    call QMakeVar "set", "PRECOMPILED_DIR", "tmp\pch\"G.QMAKE_OUTDIR
     846*/
    851847    call QMakeVar "set", "OBJECTS_DIR", "tmp\obj\"G.QMAKE_OUTDIR
    852848    call QMakeVar "set", "MOC_DIR", "tmp\moc\"G.QMAKE_OUTDIR
Note: See TracChangeset for help on using the changeset viewer.