Skip to content

Commit 9a3ecc2

Browse files
authored
Merge pull request #6471 from sebastic/wms-provider-dependencies
Add dependency on qgis_gui target to fix parallel build.
2 parents 7827d92 + d1b5767 commit 9a3ecc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/wms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ INCLUDE_DIRECTORIES(SYSTEM
4646
ADD_LIBRARY(wmsprovider_a STATIC ${WMS_SRCS} ${WMS_MOC_SRCS})
4747
ADD_LIBRARY(wmsprovider MODULE ${WMS_SRCS} ${WMS_MOC_SRCS})
4848

49+
ADD_DEPENDENCIES(wmsprovider qgis_gui)
50+
4951
TARGET_LINK_LIBRARIES(wmsprovider
5052
qgis_core
5153
qgis_gui

0 commit comments

Comments
 (0)