Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 21, 2020
1 parent 4cbc181 commit 42cd478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lxqt-build-tools-0.7.0 / 2020-04-21
* Added a FindClazy CMake module.
* Enabled Clazy option when building with clang.
* Adds CMake find modules for some xdg-utils tools.
* The minimum Qt version is bumped to 5.10.0.

lxqt-build-tools-0.6.0 / 2018-01-25
===================================
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOL


# Check for needed versions
# We need at least Qt 5.7.1 and glib-2.0 >= 2.50 to build all LXQt parts
# We need at least Qt 5.10.0 and glib-2.0 >= 2.50 to build all LXQt parts
find_package(PkgConfig REQUIRED)
find_package(Qt5Core "5.10.0" REQUIRED)
pkg_check_modules(GLIB2 glib-2.0>=2.50 REQUIRED)
Expand Down

0 comments on commit 42cd478

Please sign in to comment.