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:
timlinux 2006-12-04 00:57:09 +00:00
parent fbc787fc71
commit 87a3dace46

View File

@ -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{