Skip to content
Permalink
Browse files
Add dependency on ui target to wms provider.
  • Loading branch information
sebastic authored and nyalldawson committed Mar 27, 2018
1 parent cea9746 commit 0eb3cd4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -46,7 +46,7 @@ INCLUDE_DIRECTORIES(SYSTEM
ADD_LIBRARY(wmsprovider_a STATIC ${WMS_SRCS} ${WMS_MOC_SRCS})
ADD_LIBRARY(wmsprovider MODULE ${WMS_SRCS} ${WMS_MOC_SRCS})

ADD_DEPENDENCIES(wmsprovider qgis_gui)
ADD_DEPENDENCIES(wmsprovider qgis_gui ui)

TARGET_LINK_LIBRARIES(wmsprovider
qgis_core

0 comments on commit 0eb3cd4

Please sign in to comment.