Skip to content
Snippets Groups Projects
Commit ed7584f8 authored by d.kilic's avatar d.kilic
Browse files

Merge branch...

Merge branch '283-make-sure-that-the-offscreen-plugin-is-also-included-in-windows-installer' into 'master'

Explicitly install qoffscreen.dll in windows installer

Closes #283

See merge request !216
parents 95fca067 6a7ea151
No related branches found
No related tags found
1 merge request!216Explicitly install qoffscreen.dll in windows installer
Pipeline #75162 passed
......@@ -15,6 +15,7 @@ if (WIN32)
message(\"\${CMAKE_INSTALL_PREFIX}/petrack.exe\")
execute_process(COMMAND ${WINDEPLOYQT_APP} \"\${CMAKE_INSTALL_PREFIX}/bin/petrack.exe\")
")
set(OFFSCREEN_PLUGIN "${Qt5Core_DIR}/../../../plugins/platforms/qoffscreen.dll")
install(FILES "${OpenCV_LIB_PATH}/../bin/opencv_videoio_ffmpeg${OpenCV_VERSION_MAJOR}${OpenCV_VERSION_MINOR}${OpenCV_VERSION_PATCH}_64.dll" DESTINATION ${CMAKE_INSTALL_BINDIR})
......@@ -24,6 +25,7 @@ if (WIN32)
install(FILES "${OpenCV_DIR}/LICENSE/" DESTINATION "Licenses/OpenCV_Licenses")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/ezc3d/LICENSE" DESTINATION "Licenses/ezc3d_license/")
install(FILES "${CMAKE_SOURCE_DIR}/.zenodo.json" DESTINATION "bin")
install(FILES "${OFFSCREEN_PLUGIN}" DESTINATION "bin/platforms")
# install Qwt and OpenCV
install(CODE "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment