Skip to content
Snippets Groups Projects
Commit 78501f65 authored by Jan Möbius's avatar Jan Möbius
Browse files

On mac, we need to copy qt_menu.nib

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@10601 383ad7c9-94d9-4d36-a494-682f7c89f535
parent a12ff248
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,17 @@ if ( EXISTS ${CMAKE_SOURCE_DIR}/branding )
endif()
if ( APPLE )
# we need qt_menu.nib in our resources dir so try to get it
if ( EXISTS /usr/bin/qt_menu.nib )
acg_copy_after_build( OpenFlipper "/usr/bin/qt_menu.nib" "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/qt_menu.nib")
endif()
endif( APPLE )
if (NOT APPLE)
# install all needed files
# the install_dir macro (common.cmake) installs the whole directory without svn files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment