Skip to content

Commit

Permalink
Don't link app into provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent d7fff83 commit 3fde586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/ows/CMakeLists.txt
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 3fde586

Please sign in to comment.