File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ libqtxdg-4.3.0 / 2025-11-05
2+ ============================
3+ * Fixed building with Qt 6.10.
4+ * Fixed xdgdirs' `createdir` behavior.
5+ * Miscellaneous code improvements.
6+ * Xdg dirs better postfix
7+ * Fixed XdgDirs documentation typo.
8+
19libqtxdg-4.2.0 / 2025-04-17
210============================
311 * Adapted to changes in private headers of Qt 6.9.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ option(QTXDG_INSTALL_DEFAPPS_CONFIG "Install default app config files" ON)
1414set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} " "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
1515
1616set (QTXDG_MAJOR_VERSION 4)
17- set (QTXDG_MINOR_VERSION 2 )
17+ set (QTXDG_MINOR_VERSION 3 )
1818set (QTXDG_PATCH_VERSION 0)
1919set (QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION} .${QTXDG_MINOR_VERSION} .${QTXDG_PATCH_VERSION} )
2020
21- set (LXQTBT_MINIMUM_VERSION "2.2 .0" )
21+ set (LXQTBT_MINIMUM_VERSION "2.3 .0" )
2222set (QT_MINIMUM_VERSION "6.6.0" )
2323set (GLIB_MINIMUM_VERSION "2.41.0" ) # Mime Apps new implementation
2424
You can’t perform that action at this time.
0 commit comments