mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Don't link app into provider
This commit is contained in:
parent
d7fff83b38
commit
3fde586bbd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user