Skip to content

Commit 17b321b

Browse files
committed
Externals: Qt6.8.2 for Windows
1 parent 46542fc commit 17b321b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build
4141
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"
4343
cmake --build .\Source\bin --config ${{ matrix.configuration }} --parallel
4444
shell: powershell
4545

Externals/Qt

Submodule Qt updated 3662 files

Source/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (WIN32)
5252
find_package(Qt6Widgets QUIET)
5353
if (NOT Qt6Widgets_FOUND)
5454
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")
5656
find_package(Qt6Widgets REQUIRED)
5757
endif ()
5858
else ()
@@ -150,7 +150,7 @@ if(WIN32)
150150
$<TARGET_FILE_DIR:dolphin-memory-engine>/styles
151151
TARGET dolphin-memory-engine POST_BUILD
152152
COMMAND ${CMAKE_COMMAND} -E copy_if_different
153-
$<TARGET_FILE:Qt6::QWindowsVistaStylePlugin>
153+
$<TARGET_FILE:Qt6::QModernWindowsStylePlugin>
154154
$<TARGET_FILE_DIR:dolphin-memory-engine>/styles
155155
)
156156
endif(WIN32)

0 commit comments

Comments
 (0)