Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7955 from mbernasocchi/allow_server_without_gui
allow WITH_SERVER=ON WITH_GUI=OFF
  • Loading branch information
m-kuhn committed Sep 19, 2018
2 parents eeb0702 + 70cbde2 commit 0fc16d6
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

1 comment on commit 0fc16d6

@mbernasocchi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreasneumann works now

Please sign in to comment.