mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Set QGISDEBUG=1 when running with the debug windows build so we can see extra log data
git-svn-id: http://svn.osgeo.org/qgis/trunk@6178 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fbc787fc71
commit
87a3dace46
@ -57,15 +57,15 @@ CONFIG += warn_off
|
|||||||
#
|
#
|
||||||
|
|
||||||
#create both debug and relase makefiles
|
#create both debug and relase makefiles
|
||||||
#CONFIG += debug_and_release
|
CONFIG += debug_and_release
|
||||||
#build both release and debug targets when make is run
|
#build both release and debug targets when make is run
|
||||||
#CONFIG += build_all
|
CONFIG += build_all
|
||||||
|
|
||||||
#
|
#
|
||||||
# Building release only version
|
# Building release only version
|
||||||
#
|
#
|
||||||
|
|
||||||
CONFIG += release
|
#CONFIG += release
|
||||||
|
|
||||||
LANGUAGE = C++
|
LANGUAGE = C++
|
||||||
CONFIG += exceptions
|
CONFIG += exceptions
|
||||||
@ -88,6 +88,7 @@ CONFIG(debug, debug|release){
|
|||||||
# for ifdefs in code that should run only
|
# for ifdefs in code that should run only
|
||||||
# when debug support is enabled
|
# when debug support is enabled
|
||||||
QGIS_DEBUGMODE=true
|
QGIS_DEBUGMODE=true
|
||||||
|
DEFINES += QGISDEBUG=1
|
||||||
QGIS_APP_NAME=$${QGIS_APP_NAME}-debug
|
QGIS_APP_NAME=$${QGIS_APP_NAME}-debug
|
||||||
win32:CONFIG+=console
|
win32:CONFIG+=console
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user