Skip to content

Commit c85903e

Browse files
authoredMay 19, 2021
Remove need for GUI to build authentication methods (#43262)
* Remove need for GUI to build authentication methods * Nyall and Denis know better, add the flag :) * Fix header .cpp file name * Remove needless include_directories * separate gui/core parts of auth method libraries * core part to add gui modules for auth methods * move oauth resources to top level * refactor methods to support both modules * move qjsonwrapper to external * some fixes * revert separation of modules gui/core, just a better code separation Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
2 parents 0b8d683 + 18497e2 commit c85903e

File tree

69 files changed

+447
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+447
-331
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ if(WITH_CORE)
144144

145145
set (WITH_GUI TRUE CACHE BOOL "Determines whether QGIS GUI library (and everything built on top of it) should be built")
146146

147+
set (WITH_AUTH TRUE CACHE BOOL "Determines whether QGIS authentication methods should be built")
148+
147149
set (WITH_ANALYSIS TRUE CACHE BOOL "Determines whether QGIS analysis library should be built")
148150

149151
set (WITH_DESKTOP TRUE CACHE BOOL "Determines whether QGIS desktop should be built")
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.