Hello, My understanding is that in order to compile .xib's into .nibs, I need to use xcodebuild. So my next question is: is fixup_bundle() "compatible" with xcodebuild? I note that when I build the example QtTest using
> cmake -GXcode .. > xcodebuild -project QtTest.xcodeproj from within a freshly created `build' subdirectory, the relevant libraries and plugins are *not* copied into the app bundle. Or am I missing some command? Kind regards, Martin
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
