Skip to content

Commit

Permalink
Set QGISDEBUG=1 when running with the debug windows build so we can s…
Browse files Browse the repository at this point in the history
…ee extra log data

git-svn-id: http://svn.osgeo.org/qgis/trunk@6178 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 4, 2006
1 parent fbc787f commit 87a3dac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings.pro
Expand Up @@ -57,15 +57,15 @@ CONFIG += warn_off
#

#create both debug and relase makefiles
#CONFIG += debug_and_release
CONFIG += debug_and_release
#build both release and debug targets when make is run
#CONFIG += build_all
CONFIG += build_all

#
# Building release only version
#

CONFIG += release
#CONFIG += release

LANGUAGE = C++
CONFIG += exceptions
Expand All @@ -88,6 +88,7 @@ CONFIG(debug, debug|release){
# for ifdefs in code that should run only
# when debug support is enabled
QGIS_DEBUGMODE=true
DEFINES += QGISDEBUG=1
QGIS_APP_NAME=$${QGIS_APP_NAME}-debug
win32:CONFIG+=console
}else{
Expand Down

0 comments on commit 87a3dac

Please sign in to comment.