Correct generation of PasswordDialog.nib
authorJoakim Plate <elupus@ecce.se>
Tue, 17 Sep 2013 21:12:33 +0000 (23:12 +0200)
committerJoakim Plate <elupus@ecce.se>
Tue, 17 Sep 2013 21:12:33 +0000 (23:12 +0200)
client/Mac/CMakeLists.txt

index 2344f46..7fc35ce 100755 (executable)
@@ -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