Skip to content

Commit

Permalink
Merge pull request #629 from agryson/assembly-artwork-alignment
Browse files Browse the repository at this point in the history
Assembly artwork alignment
  • Loading branch information
yorikvanhavre committed Mar 20, 2017
2 parents c4fdc92 + b413a7e commit e737993
Show file tree
Hide file tree
Showing 25 changed files with 4,239 additions and 10,933 deletions.
8 changes: 8 additions & 0 deletions src/Mod/Assembly/Gui/CMakeLists.txt
Expand Up @@ -97,3 +97,11 @@ SET_BIN_DIR(AssemblyGui AssemblyGui /Mod/Assembly)
SET_PYTHON_PREFIX_SUFFIX(AssemblyGui)

INSTALL(TARGETS AssemblyGui DESTINATION ${CMAKE_INSTALL_LIBDIR})

SET(AssemblyGuiIcon_SVG
Resources/icons/AssemblyWorkbench.svg
)

fc_copy_sources(AssemblyGui "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Assembly" ${AssemblyGuiIcon_SVG})

INSTALL(FILES ${AssemblyGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Assembly/Resources/icons")
1 change: 1 addition & 0 deletions src/Mod/Assembly/Gui/Resources/Assembly.qrc
Expand Up @@ -20,6 +20,7 @@
<file>icons/Assembly_Assembly_Create_New.svg</file>
<file>icons/Assembly_Assembly_Part_Tree.svg</file>
<file>icons/Assembly_Assembly_Tree.svg</file>
<file>icons/AssemblyWorkbench.svg</file>
<file>translations/Assembly_af.qm</file>
<file>translations/Assembly_de.qm</file>
<file>translations/Assembly_fi.qm</file>
Expand Down

0 comments on commit e737993

Please sign in to comment.