Skip to content

Commit 5455eec

Browse files
authored
Merge pull request #245 from lxqt/prerelease
Pre-release changes
2 parents 3de1ce7 + 00f31e6 commit 5455eec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
obconf-qt-0.16.5 / 2024-11-01
2+
=============================
3+
* Ported to Qt6 and updated translations.
4+
15
obconf-qt-0.16.4 / 2024-01-14
26
=============================
37
* Fixed compilation.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
22
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
33
# CMakeLists.txt file even before calling the project() command.
44
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)

0 commit comments

Comments
 (0)