File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
- os : macos-latest
23
23
profile : macos-latest-armv8
24
24
build_type : Release
25
- - os : windows-latest
26
- profile : windows-latest-x86_64
27
- build_type : Release
25
+ # - os: windows-latest
26
+ # profile: windows-latest-x86_64
27
+ # build_type: Release
28
28
29
29
steps :
30
30
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
26
26
find_package (QT 6.7 NAMES Qt6 COMPONENTS Core REQUIRED )
27
27
28
28
find_package (Qt6 COMPONENTS Core Concurrent Network Widgets Xml Quick QuickWidgets QuickControls2 REQUIRED )
29
- find_package (Qt6LinguistTools REQUIRED )
30
- get_target_property (QT_QMAKE_EXECUTABLE Qt ::qmake IMPORTED_LOCATION )
29
+ find_package (Qt6 CONFIG REQUIRED COMPONENTS LinguistTools )
30
+ get_target_property (QT_QMAKE_EXECUTABLE Qt6 ::qmake IMPORTED_LOCATION )
31
31
message (STATUS "Using Qt ${QT_VERSION} (${QT_QMAKE_EXECUTABLE} )" )
32
32
33
33
if (UNIX AND NOT APPLE )
You can’t perform that action at this time.
0 commit comments