diff options
| author | Linus Jahn <lnj@kaidan.im> | 2023-01-31 19:55:03 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2023-01-31 19:55:03 +0100 |
| commit | a97ae4c0fa96666326c29e7bacad92c8082598ae (patch) | |
| tree | 469e6da3b7d231ae75b13c1aec4afff6b804db6b | |
| parent | 65662fcfe2e32ff358af2c0897707affabf3a22a (diff) | |
| download | qxmpp-a97ae4c0fa96666326c29e7bacad92c8082598ae.tar.gz | |
Require Qt 5.15
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1358e13c..ed11a5b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules" find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Network Xml) message("-- Choosing Qt ${QT_VERSION_MAJOR}") -find_package(Qt${QT_VERSION_MAJOR} 5.9.2 REQUIRED COMPONENTS Core Network Xml) +find_package(Qt${QT_VERSION_MAJOR} 5.15.0 REQUIRED COMPONENTS Core Network Xml) # QCA (optional) find_package(Qca-qt${QT_VERSION_MAJOR} QUIET) if(${QT_VERSION_MAJOR} EQUAL 6) @@ -53,7 +53,7 @@ version 2.1 or later. Building QXmpp ============== -QXmpp requires Qt 5.9 or higher with SSL enabled. +QXmpp requires Qt 5.15 or Qt 6.0 or higher with SSL enabled. It uses CMake as build system. Build from command line: |
