2012-11-24 69 views

回答

10

在項目文件:

CONFIG(release, debug|release) { 
    #This is a release build 
    DEFINES += QT_NO_DEBUG_OUTPUT 
} else { 
    #This is a debug build 
} 

注意,CONFIG可以包含 「釋放」以及「調試」。只有最後一個是有效的,這就是上面的檢查所做的。這是在這裏解釋說:

http://doc.qt.digia.com/qt/qmake-function-reference.html#config-config