Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
Fix #32764
  • Loading branch information
m-kuhn authored and nyalldawson committed Nov 13, 2019
1 parent 051f8c5 commit 319ee30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/CMakeLists.txt
Expand Up @@ -82,6 +82,7 @@ IF (WITH_GUI)
)
TARGET_COMPILE_DEFINITIONS(wmsprovider_gui_a PRIVATE "-DQT_NO_FOREACH")
ADD_DEPENDENCIES(wmsprovider_gui_a ui)
ADD_DEPENDENCIES(wmsprovider_a ui)
ENDIF (WITH_GUI)

IF (FORCE_STATIC_PROVIDERS)
Expand Down

0 comments on commit 319ee30

Please sign in to comment.