Skip to content

Commit

Permalink
Merge pull request #13 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2024
2 parents 0fc4e37 + d62c217 commit 0ae6835
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
qtxdg-tools-4.1.0 / 2024-11-05
===============================
* Do not include `file://` when opening local files.

qtxdg-tools-4.0.0 / 2024-04-17
===============================
* Ported to Qt6.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
project(qtxdg-tools)

set(QTXDG_TOOLS_MAJOR_VERSION 4)
set(QTXDG_TOOLS_MINOR_VERSION 0)
set(QTXDG_TOOLS_MINOR_VERSION 1)
set(QTXDG_TOOLS_PATCH_VERSION 0)
set(QTXDG_TOOLS_VERSION_STRING ${QTXDG_TOOLS_MAJOR_VERSION}.${QTXDG_TOOLS_MINOR_VERSION}.${QTXDG_TOOLS_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(QTXDG_MINIMUM_VERSION "4.0.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(QTXDG_MINIMUM_VERSION "4.1.0")
set(QT_MINIMUM_VERSION "6.6.0")

find_package(lxqt2-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 0ae6835

Please sign in to comment.