Skip to content

Commit

Permalink
Update some minimum required versions (#343)
Browse files Browse the repository at this point in the history
liblxqt2 (2.0.0) requires libqtxdg6 (4.0.0).
CMake 3.16.0 is what required in lxqt-build-tools.
  • Loading branch information
luis-pereira authored Apr 11, 2024
1 parent ad04af4 commit 814c405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
# CMakeLists.txt file even before calling the project() command.
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
Expand All @@ -10,7 +10,7 @@ project(liblxqt)
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(KF6_MINIMUM_VERSION "6.0.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(QTXDG_MINIMUM_VERSION "3.12.0")
set(QTXDG_MINIMUM_VERSION "4.0.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 2)
Expand Down

0 comments on commit 814c405

Please sign in to comment.