Skip to content

Commit

Permalink
[virtuallayer] Fix GUI part missing from the virtual layuer provider
Browse files Browse the repository at this point in the history
(fixes #46157, #46116)
  • Loading branch information
nirvn authored and github-actions[bot] committed Nov 23, 2021
1 parent 7101475 commit a06c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/virtual/CMakeLists.txt
Expand Up @@ -86,7 +86,7 @@ if (FORCE_STATIC_LIBS)
install (TARGETS provider_virtuallayer_gui_a ARCHIVE DESTINATION ${QGIS_PLUGIN_DIR})
endif()
else()
add_library(provider_virtuallayer MODULE ${VLAYER_PROVIDER_SRCS} ${VLAYER_PROVIDER_HDRS} ${VLAYER_PROVIDER_UIS_H} ${VLAYER_SQL_FUNCTIONS_RCCS})
add_library(provider_virtuallayer MODULE ${VLAYER_PROVIDER_SRCS} ${VLAYER_PROVIDER_HDRS} ${VLAYER_PROVIDER_GUI_SRCS} ${VLAYER_PROVIDER_GUI_HDRS} ${VLAYER_PROVIDER_UIS_H} ${VLAYER_SQL_FUNCTIONS_RCCS})

# require c++17
target_compile_features(provider_virtuallayer PRIVATE cxx_std_17)
Expand Down

0 comments on commit a06c2ea

Please sign in to comment.