Skip to content

Commit

Permalink
qt: Fix compiling for Windows (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 28, 2024
1 parent 6cfa8e7 commit 81073a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function(import_plugins target)
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
list(APPEND plugins Qt6::QXcbIntegrationPlugin)
elseif(WIN32)
list(APPEND plugins Qt6::QWindowsIntegrationPlugin Qt6::QWindowsVistaStylePlugin)
list(APPEND plugins Qt6::QWindowsIntegrationPlugin Qt6::QModernWindowsStylePlugin)
elseif(APPLE)
list(APPEND plugins Qt6::QCocoaIntegrationPlugin Qt6::QMacStylePlugin)
endif()
Expand Down

0 comments on commit 81073a5

Please sign in to comment.