Skip to content
Permalink
Browse files
Don't link app into provider
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent d7fff83 commit 3fde586
Showing 1 changed file with 0 additions and 2 deletions.
@@ -19,7 +19,6 @@ INCLUDE_DIRECTORIES (
${CMAKE_SOURCE_DIR}/src/gui
${CMAKE_SOURCE_DIR}/src/gui/auth

${CMAKE_BINARY_DIR}/src/app
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
@@ -35,7 +34,6 @@ ADD_LIBRARY (owsprovider MODULE ${OWS_SRCS} ${OWS_MOC_SRCS})
TARGET_LINK_LIBRARIES (owsprovider
qgis_core
qgis_gui
qgis_app
)

IF (WITH_GUI)

0 comments on commit 3fde586

Please sign in to comment.