You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\cf0\ul Full QGIS\ulnone will build Qgis with Python support and all default and optional plugins.\
219
+
The \ul Full QGIS\ulnone target will build Qgis with Python support and all default and optional plugins.\
221
220
\
222
221
Xcode doesn't have a way to conditionally build targets, just code within sources (with standard macro switches). It
223
222
\i will
224
223
\i0 try to keep building as much as it can after errors. The last target built is the Qgis application itself, which has all the bundling and cleanup steps. So, if a dependency is missing for a plugin, it will have errors and fail to build, then the app bundling and cleanup will work with what succeeded.\
\cf0 There are 2 "configurations" - \ul Release\ulnone and \ul Debug\ulnone . Use the Release configuration unless you have a need to debug Qgis.\
252
+
\
253
+
The Debug configuration will use the debug version of Qt, if installed, but that is not required. To use the debug Qt frameworks, you must change a setting before starting the debugger: in the
254
+
\b Executables
255
+
\b0 section of the left pane of the main project window, select the Qgis item and
256
+
\b Get Info
257
+
\b0 . In the
258
+
\b General
259
+
\b0 tab of the info window, select \ul Use debug suffix when loading frameworks\ulnone .\
260
+
\
261
+
See the Xcode documentation for more info on using the debugger.\
0 commit comments