Git commit 927afc76fc29f61bfc91006d3e3b5cc47cdbcaf6 by Thomas Eschenbacher. Committed on 06/07/2020 at 11:56. Pushed by eschenbacher into branch 'master'.
updated minimal Qt version to 5.14 M +1 -1 CMakeLists.txt M +2 -2 README M +2 -2 doc/devel.docbook https://invent.kde.org/multimedia/kwave/commit/927afc76fc29f61bfc91006d3e3b5cc47cdbcaf6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 950e40d6..7bf08bc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ IF (POLICY CMP0075) ENDIF (POLICY CMP0075) SET(ECM_MIN_VERSION "1.7.0") -SET(QT_MIN_VERSION "5.4.0") +SET(QT_MIN_VERSION "5.14.0") SET(KF5_MIN_VERSION "5.33.0") ############################################################################# diff --git a/README b/README index 93be3154..bb08a60c 100644 --- a/README +++ b/README @@ -156,14 +156,14 @@ packets should be sufficient for building: [WARNING: this list might be a bit outdated] -* the following Qt packages Qt >= 5.4.0 +* the following Qt packages Qt >= 5.14 - qtcore - qtconcurrent - qtnetwork - qtgui - qtmultimedia - qtwidgets -* the following KDE Frameworks packages, KF5 >= 5.2.0 +* the following KDE Frameworks packages, KF5 >= 5.33 - extra-cmake-modules - kconfig - kconfigwidgets diff --git a/doc/devel.docbook b/doc/devel.docbook index 1bffac07..b439a125 100644 --- a/doc/devel.docbook +++ b/doc/devel.docbook @@ -142,12 +142,12 @@ <emphasis>hear</emphasis> the result of your work?) </para></listitem> <listitem><para> - KDE Frameworks 5.2 (KF5) or higher (at least the libraries, + KDE Frameworks 5.33 (KF5) or higher (at least the libraries, if you are using a different desktop, you can also run &kwave; if the proper libraries are installed). </para></listitem> <listitem><para> - Qt-5.4 or higher (normally comes as a dependency of KF5) + Qt-5.14 or higher (normally comes as a dependency of KF5) </para></listitem> <listitem><para> ALSA 1.0.14 or higher (for record/playback)
