Skip to content

Commit f142942

Browse files
author
timlinux
committedNov 24, 2006
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
1 parent a7b3bc4 commit f142942

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎settings.pro

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,22 @@ unix:VERSION = 1.0.0
5151
##
5252
#################################################################
5353
CONFIG += warn_off
54+
55+
#
56+
# Building both debug and release versions (turned off by default)
57+
#
58+
5459
#create both debug and relase makefiles
55-
CONFIG += debug_and_release
60+
#CONFIG += debug_and_release
5661
#build both release and debug targets when make is run
57-
CONFIG += build_all
62+
#CONFIG += build_all
63+
64+
#
65+
# Building release only version
66+
#
67+
68+
CONFIG += release
69+
5870
LANGUAGE = C++
5971
CONFIG += exceptions
6072
# Require that there are no undefined symbols in any libs!
@@ -193,6 +205,7 @@ INCLUDEPATH +=$${WORKDIR}/src \
193205
$${WORKDIR}/src/raster \
194206
$${WORKDIR}/src/providers/wfs \
195207
$${WORKDIR}/src/ui
208+
INCLUDEPATH += $${OBJDIR}/ui
196209

197210
#################################################################
198211
#

0 commit comments

Comments
 (0)
Please sign in to comment.