File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,22 @@ unix:VERSION = 1.0.0
5151# #
5252# ################################################################
5353CONFIG += 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+
5870LANGUAGE = C ++
5971CONFIG += 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#
You can’t perform that action at this time.
0 commit comments