diff --git a/CoreApp/CMakeLists.txt b/CoreApp/CMakeLists.txt index 7da1f2147412a0d5db663302269ebb399df9ceba..80704f2a5bff3c150db82dcb782f5de36b60a9d6 100644 --- a/CoreApp/CMakeLists.txt +++ b/CoreApp/CMakeLists.txt @@ -89,7 +89,7 @@ if (APPLE) ) # Required for Snow leopard, and the latest qt. Then the resources have to be copied - if ( EXISTS "/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Resources/qt_menu.nib" + if ( EXISTS "/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Resources/qt_menu.nib" ) add_custom_command(TARGET OpenFlipper POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory "/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Resources/qt_menu.nib" "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/qt_menu.nib" )