Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dont build debug version by default
Include OBJ/ui in search path 

git-svn-id: http://svn.osgeo.org/qgis/trunk@6121 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 24, 2006
1 parent a7b3bc4 commit f142942
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions settings.pro
Expand Up @@ -51,10 +51,22 @@ unix:VERSION = 1.0.0
##
#################################################################
CONFIG += warn_off

#
# Building both debug and release versions (turned off by default)
#

#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

LANGUAGE = C++
CONFIG += exceptions
# Require that there are no undefined symbols in any libs!
Expand Down Expand Up @@ -193,6 +205,7 @@ INCLUDEPATH +=$${WORKDIR}/src \
$${WORKDIR}/src/raster \
$${WORKDIR}/src/providers/wfs \
$${WORKDIR}/src/ui
INCLUDEPATH += $${OBJDIR}/ui

#################################################################
#
Expand Down

0 comments on commit f142942

Please sign in to comment.