File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.4.0 / 2021-11-04
2+ ==================
3+ * Bumped minimum required Qt version to 5.15.
4+ * Replaced deprecated methods.
5+ * Silenced some compilation warnings.
6+ * Got rid of sched_getaffinity hack.
7+ * Ensure that only one sort indicator exists.
8+ * Removed a redundant function.
9+ * Enhanced filtering.
10+
1112.3.0 / 2021-04-15
212==================
313 * Fixed a crash when Qps is started minimized to tray.
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 3 )
12+ set (MINOR_VERSION 4 )
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 "0.9 .0" )
21- set (LXQT_MINIMUM_VERSION "0.17 .0" )
20+ set (LXQTBT_MINIMUM_VERSION "0.10 .0" )
21+ set (LXQT_MINIMUM_VERSION "1.0 .0" )
2222set (QT_MINIMUM_VERSION "5.15.0" )
2323
2424find_package (lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments