File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- name : Build
41
41
run : |
42
- cmake Source -B .\Source\bin -A x64 "-DCMAKE_PREFIX_PATH=..\Externals\Qt\Qt6.5.3 \x64"
42
+ cmake Source -B .\Source\bin -A x64 "-DCMAKE_PREFIX_PATH=..\Externals\Qt\Qt6.8.2 \x64"
43
43
cmake --build .\Source\bin --config ${{ matrix.configuration }} --parallel
44
44
shell : powershell
45
45
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if (WIN32)
52
52
find_package (Qt6Widgets QUIET )
53
53
if (NOT Qt6Widgets_FOUND )
54
54
message (STATUS "Qt package not found, using external lib" )
55
- list (APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_LIST_DIR} \\ ..\\ Externals\\ Qt\\ Qt6.5.3 \\ x64" )
55
+ list (APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_LIST_DIR} \\ ..\\ Externals\\ Qt\\ Qt6.8.2 \\ x64" )
56
56
find_package (Qt6Widgets REQUIRED )
57
57
endif ()
58
58
else ()
@@ -150,7 +150,7 @@ if(WIN32)
150
150
$< TARGET_FILE_DIR:dolphin-memory-engine> /styles
151
151
TARGET dolphin-memory-engine POST_BUILD
152
152
COMMAND ${CMAKE_COMMAND} -E copy_if_different
153
- $< TARGET_FILE:Qt6::QWindowsVistaStylePlugin >
153
+ $< TARGET_FILE:Qt6::QModernWindowsStylePlugin >
154
154
$< TARGET_FILE_DIR:dolphin-memory-engine> /styles
155
155
)
156
156
endif (WIN32 )
You can’t perform that action at this time.
0 commit comments