Skip to content

Commit 65de3e4

Browse files
committed
update
1 parent e71c82a commit 65de3e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ QtCreator plugin framework, port from QtCreator 3.6
44

55
## Dependencies
66

7-
+ Qt 5.15
7+
+ Qt 5.15 / Qt 6.6
88
+ [qmsetup](https://github.com/stdware/qmsetup)

src/ExtensionSystemConfig.cmake.in

+4
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ include(CMakeFindDependencyMacro)
55
find_dependency(QT NAMES Qt6 Qt5 COMPONENTS Core Gui Widgets Svg Network Concurrent REQUIRED)
66
find_dependency(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui Widgets Svg Network Concurrent REQUIRED)
77

8+
if (QT_VERSION_MAJOR GREATER_EQUAL 6)
9+
find_dependency(Qt6 COMPONENTS Core5Compat REQUIRED)
10+
endif()
11+
812
include("${CMAKE_CURRENT_LIST_DIR}/ExtensionSystemTargets.cmake")

0 commit comments

Comments
 (0)