diff --git a/CMakeLists.txt b/CMakeLists.txt index 170814b3..e3116de2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Minimum Versions set(QT_MINIMUM_VERSION "6.1.0") -set(LXQTBT_MINIMUM_VERSION "0.13.0") +set(LXQTBT_MINIMUM_VERSION "2.0.0") find_package(Qt6Widgets "${QT_MINIMUM_VERSION}" REQUIRED) find_package(Qt6LinguistTools "${QT_MINIMUM_VERSION}" REQUIRED) diff --git a/README.md b/README.md index aaf47a95..fa21f5ad 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ License: BSD-3-clause The only runtime dependency is qtbase ≥ 6.6.0. Build dependencies are as follows: - CMake ≥ 3.16.0 serves as the build system and therefore needs to be present to compile. -- The latest [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools/) is also needed for compilation. +- [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools/) ≥ 2.0.0 is also needed for compilation. - Git is needed to optionally pull latest VCS checkouts. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`, depending on the way library paths are dealt with on 64bit systems. Variables like `CMAKE_INSTALL_LIBDIR` may have to be set as well.