Skip to content

Commit

Permalink
Assembly: fixes FreeCAD#11034: Assembly_rc.py not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer authored and adrianinsaval committed Oct 14, 2023
1 parent 147cd7c commit af5b871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Assembly/Gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ fc_target_copy_resource(AssemblyGui

INSTALL(TARGETS AssemblyGui DESTINATION ${CMAKE_INSTALL_LIBDIR})
INSTALL(FILES ${AssemblyGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Assembly/Resources/icons")
INSTALL(FILES ${Assembly_QRC_SRCS} DESTINATION Mod/Assembly
)

0 comments on commit af5b871

Please sign in to comment.