Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes missing icon for geometry checker plugin. Fixes #42708
  • Loading branch information
lbartoletti authored and github-actions[bot] committed Jun 4, 2021
1 parent 726b00f commit 74b1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/geometry_checker/CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ set (geometrychecker_RCCS

QT5_WRAP_UI (geometrychecker_UIS_H ${geometrychecker_UIS})

add_library (geometrycheckerplugin MODULE ${geometrychecker_HDRS} ${geometrychecker_SRCS} ${geometrychecker_RCC_SRCS} ${geometrychecker_UIS_H})
add_library (geometrycheckerplugin MODULE ${geometrychecker_SRCS} ${geometrychecker_RCCS} ${geometrychecker_UIS_H})

include_directories(
${CMAKE_SOURCE_DIR}/src/core
Expand Down

0 comments on commit 74b1e14

Please sign in to comment.