Hi, I'm wondering wether I'm overlooking something with DeployQt4.cmake or wether its not prepared to handle commandline utilities using Qt (and Qt plugins).
I'm having a server-like app which uses networking and the sqlite plugin and when trying to install it the INSTALL_QT4_EXECUTABLE macro seems to think that the application is an app bundle into which it can copy the Qt dependencies: CMake Error at server/cmake_install.cmake:41 (FILE): file cannot create directory: /Users/andreas/myproject/bin/mydaemon/Contents/plugins/sqldrivers. So, is this something thats not supported (DeployQt4.cmake would need to behave as on linux here basically), am I just missing something (see below for my call to install_qt4_executable) or do others package up even such commandline utilities as app bundles on MacOSX? The install call looks like this: INSTALL_QT4_EXECUTABLE("bin/mydaemon${execext}" "qsqlite" "" "${QT_BINARY_DIR}" "plugins" TRUE applications) Andreas
-- 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://www.cmake.org/mailman/listinfo/cmake