Skip to content

Commit

Permalink
Merge pull request #6 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2022
2 parents 0ba2e91 + 0d7c5dd commit 8bf7a47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
qtxdg-tools-3.10.0 / 2022-11-05
===============================
* Updated for libqtxdg-3.10.

qtxdg-tools-3.9.1 / 2022-05-08
==============================
* First release. `qtxdg-tools` is separated from `libqtxdg`, to be used by `xdg-utils` under an LXQt session.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(qtxdg-tools)

set(QTXDG_TOOLS_MAJOR_VERSION 3)
set(QTXDG_TOOLS_MINOR_VERSION 9)
set(QTXDG_TOOLS_PATCH_VERSION 1)
set(QTXDG_TOOLS_MINOR_VERSION 10)
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 "0.11.0")
set(QTXDG_MINIMUM_VERSION "3.9.1")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")
set(QT_MINIMUM_VERSION "5.15.0")

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

0 comments on commit 8bf7a47

Please sign in to comment.