Commit 2db6c2c9 authored by Marco Serantoni's avatar Marco Serantoni

[MacOSX] forgot pl_editor, thanks Jean-Paul for pointing it

parent 1c232f56
......@@ -113,6 +113,14 @@ if( USE_KIWAY_DLLS )
COMPONENT binary
)
if( APPLE )
# copies kiface into the bundle
add_custom_target( _pleditor_kiface_copy ALL
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/pagelayout_editor/_pl_editor.kiface "${CMAKE_BINARY_DIR}/pagelayout_editor/pl_editor.app/Contents/MacOS/"
DEPENDS pl_editor_kiface
COMMENT "Copying kiface into pleditor"
)
endif()
else()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment