File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.11.0 / 2025-04-17
2+ ===================
3+ * Some code cleanup.
4+ * Silenced the remaining compilation warnings.
5+ * Cleaned up settings.
6+
172.10.0 / 2024-11-05
28===================
39 * Used `MemAvailable`.
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ Project(qps)
99option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1010
1111set (MAJOR_VERSION 2)
12- set (MINOR_VERSION 10 )
12+ set (MINOR_VERSION 11 )
1313set (PATCH_VERSION 0)
1414set (QPS_VERSION_STRING ${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} )
1515add_definitions (
1616 -DQPS_VERSION="${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} "
1717)
1818
1919# Minimum Versions
20- set (LXQTBT_MINIMUM_VERSION "2.1 .0" )
21- set (LXQT_MINIMUM_VERSION "2.1 .0" )
20+ set (LXQTBT_MINIMUM_VERSION "2.2 .0" )
21+ set (LXQT_MINIMUM_VERSION "2.2 .0" )
2222set (QT_MINIMUM_VERSION "6.6.0" )
2323
2424find_package (lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments