fix install target for macdeployqt

This commit is contained in:
Daniel Molkentin 2014-10-01 17:32:17 +02:00
parent 5f715ca063
commit a98242a2b8

View File

@ -444,6 +444,6 @@ endif()
if(BUILD_OWNCLOUD_OSX_BUNDLE AND NOT BUILD_LIBRARIES_ONLY)
install(CODE "
message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\")
execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${OWNCLOUD_OSX_BUNDLE})
execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_BINDIR}/${OWNCLOUD_OSX_BUNDLE})
" COMPONENT RUNTIME)
endif()