File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-qtplugin-1.3.0 / 2023-04-15
2
+ =================================
3
+ * Bumped the version to 1.3.0 and updated the dependencies.
4
+
1
5
lxqt-qtplugin-1.2.0 / 2022-11-05
2
6
=================================
3
7
* Bumped the version to 1.2.0 and updated the dependencies.
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
13
13
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
14
14
15
15
# Minimum Versions
16
- set (LXQTBT_MINIMUM_VERSION "0.12 .0" )
16
+ set (LXQTBT_MINIMUM_VERSION "0.13 .0" )
17
17
set (QT_MINIMUM_VERSION "5.15.0" )
18
- set (QTXDG_MINIMUM_VERSION "3.10 .0" )
19
- set (FMQT_MINIMUM_VERSION "1.2 .0" )
18
+ set (QTXDG_MINIMUM_VERSION "3.11 .0" )
19
+ set (FMQT_MINIMUM_VERSION "1.3 .0" )
20
20
21
21
find_package (Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED )
22
22
find_package (Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED )
You can’t perform that action at this time.
0 commit comments