Skip to content

Commit

Permalink
Add dependency on ui target to wms provider.
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion src/providers/wms/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 0eb3cd4

Please sign in to comment.