Skip to content

Commit

Permalink
allow WITH_SERVER=ON WITH_GUI=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Sep 18, 2018
1 parent cdd72e5 commit 70cbde2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -110,7 +110,6 @@ IF(WITH_CORE)
# force value of some options
SET(WITH_DESKTOP FALSE)
SET(WITH_CUSTOM_WIDGETS FALSE)
SET(WITH_SERVER FALSE) # for some reason server also uses GUI library
ELSE ()
SET (HAVE_GUI TRUE) # used in qgsconfig.h
ENDIF()
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -56,7 +56,6 @@
#include "qgsmaprendererjobproxy.h"
#include "qgswmsserviceexception.h"
#include "qgsserverprojectutils.h"
#include "qgsgui.h"
#include "qgsmaplayerstylemanager.h"
#include "qgswkbtypes.h"
#include "qgsannotationmanager.h"
Expand Down

0 comments on commit 70cbde2

Please sign in to comment.