Skip to content

Commit

Permalink
install qoffscreen plugin on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vifactor committed Jul 26, 2024
1 parent 7024a1a commit c0120e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmake/Windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install(FILES
COMPONENT qt_libraries)
install(FILES
"${DLT_QT_LIB_DIR}/../plugins/platforms/qwindows.dll"
"${DLT_QT_LIB_DIR}/../plugins/platforms/qoffscreen.dll"
DESTINATION "${DLT_EXECUTABLE_INSTALLATION_PATH}/platforms"
COMPONENT qt_libraries)
install(FILES
Expand Down Expand Up @@ -61,4 +62,4 @@ if(INCLUDE_VC_REDIST)
"${VC_REDIST_PATH}"
DESTINATION "${DLT_EXECUTABLE_INSTALLATION_PATH}"
COMPONENT vc_redist_x64)
endif()
endif()

0 comments on commit c0120e6

Please sign in to comment.