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
51
51
# #
52
52
# ################################################################
53
53
CONFIG += warn_off
54
+
55
+ #
56
+ # Building both debug and release versions (turned off by default)
57
+ #
58
+
54
59
# create both debug and relase makefiles
55
- CONFIG += debug_and_release
60
+ # CONFIG += debug_and_release
56
61
# 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
+
58
70
LANGUAGE = C ++
59
71
CONFIG += exceptions
60
72
# Require that there are no undefined symbols in any libs!
@@ -193,6 +205,7 @@ INCLUDEPATH +=$${WORKDIR}/src \
193
205
$${WORKDIR }/src/raster \
194
206
$${WORKDIR }/src/providers/wfs \
195
207
$${WORKDIR }/src/ui
208
+ INCLUDEPATH += $${OBJDIR }/ui
196
209
197
210
# ################################################################
198
211
#
You can’t perform that action at this time.
0 commit comments