File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ liblxqt-1.2.0 / 2022-11-05
2+ ===========================
3+ * Updated translations and bumped version to 1.2.0.
4+
15liblxqt-1.1.0 / 2022-04-15
26===========================
37 * Added support relative paths in `wallpaper.cfg`.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
77project (liblxqt)
88
99
10- set (LXQTBT_MINIMUM_VERSION "0.11 .0" )
10+ set (LXQTBT_MINIMUM_VERSION "0.12 .0" )
1111set (KF5_MINIMUM_VERSION "5.36.0" )
1212set (QT_MINIMUM_VERSION "5.15.0" )
13- set (QTXDG_MINIMUM_VERSION "3.9 .0" )
13+ set (QTXDG_MINIMUM_VERSION "3.10 .0" )
1414
1515# Major LXQt Version, belong to all components
1616set (LXQT_MAJOR_VERSION 1)
1717# Minor LXQt Version, belong to all components
18- set (LXQT_MINOR_VERSION 1 )
18+ set (LXQT_MINOR_VERSION 2 )
1919#
2020# Patch Version, belong *only* to the component
2121# LXQt is 0.13 - liblxqt is at patch version 0
You can’t perform that action at this time.
0 commit comments