Skip to content

Commit

Permalink
Merge 0181dc1 into 541120e
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Aug 7, 2023
2 parents 541120e + 0181dc1 commit 0b546f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/CMakeLists.txt
Expand Up @@ -183,6 +183,7 @@ if (MINGW)
if (Qt5Widgets_VERSION VERSION_GREATER_EQUAL "5.14.1")
install( FILES
${QT_INSTALL_BINS}/Qt5QmlModels.dll
${QT_INSTALL_BINS}/Qt5QmlWorkerScript.dll
DESTINATION bin)
endif (Qt5Widgets_VERSION VERSION_GREATER_EQUAL "5.14.1")
if (Qt5Widgets_VERSION VERSION_LESS "5.12.4")
Expand Down Expand Up @@ -360,6 +361,7 @@ else (MINGW)
endif(USE_WEBENGINE)
if (Qt5Widgets_VERSION VERSION_GREATER_EQUAL "5.14.1")
list(APPEND dlls_to_copy "${QT_INSTALL_BINS}/Qt5QmlModels.dll")
list(APPEND dlls_to_copy "${QT_INSTALL_BINS}/Qt5QmlWorkerScript.dll")
endif(Qt5Widgets_VERSION VERSION_GREATER_EQUAL "5.14.1")

set(CMAKE_FIND_LIBRARY_PREFIX "")
Expand Down

0 comments on commit 0b546f0

Please sign in to comment.