Correct generation of PasswordDialog.nib

This commit is contained in:
Joakim Plate 2013-09-17 23:12:33 +02:00
parent 8baa04e7e5
commit 1f15d39f8a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ endif()
COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/$(CONFIGURATION)/${MODULE_OUTPUT_NAME}.framework/Versions/${MACOSX_BUNDLE_SHORT_VERSION_STRING}/Resources)
# Compile the .xib files using the 'ibtool' program with the destination being the app package
foreach(xib ${${MODULE_NAME}_XIBS})
foreach(xib ${${MODULE_PREFIX}_XIBS})
get_filename_component(XIB_WE ${xib} NAME_WE)
add_custom_command (TARGET ${MODULE_NAME} POST_BUILD