From 9f89db30141e5b298315478d7b5138cd345648df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 27 Oct 2009 10:06:40 +0000 Subject: [PATCH] Copy qt resources if found. This is required for the latest Qt Version on snow leopard git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7530 383ad7c9-94d9-4d36-a494-682f7c89f535 --- CoreApp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreApp/CMakeLists.txt b/CoreApp/CMakeLists.txt index 7da1f214..80704f2a 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" ) -- GitLab