Skip to content

Commit

Permalink
Fix #128 and GH#140: Plugins and palettes don't work in Windows 64-bi…
Browse files Browse the repository at this point in the history
…t builds
  • Loading branch information
Jojo-Schmitz committed Aug 7, 2023
1 parent 541120e commit c4b6b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
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 c4b6b67

Please sign in to comment.