gio-qt/debian/control
zty199 3ef249a410 feat: add support for Qt6
use both Qt6 and Qt5 to compile, generate gio-qt6 for Qt6

Log: add support for Qt6
2024-06-13 09:41:37 +08:00

39 lines
956 B
Plaintext

Source: gio-qt
Section: libs
Priority: optional
Maintainer: Gary Wang <wzc782970009@gmail.com>
Build-Depends:
debhelper (>= 11),
cmake,
pkg-config,
qtbase5-dev,
qttools5-dev-tools,
qt6-base-dev,
qt6-tools-dev-tools,
libglibmm-2.4-dev,
doxygen
Standards-Version: 3.9.8
Homepage: https://github.com/linuxdeepin/gio-qt
Package: libgio-qt
Architecture: any
Conflicts: libgio-qt0
Replaces: libgio-qt0
Depends: ${shlibs:Depends}, ${misc:Depends}, libglibmm-2.4-1v5
Description: Gio wrapper for Qt.
A convenient way to bind gio with either Qt5 or Qt6.
Package: libgio-qt-dev
Architecture: any
Section: libdevel
Depends: libgio-qt, ${misc:Depends}, libglibmm-2.4-dev
Description: Development package for libgio-qt.
A convenient way to bind gio with either Qt5 or Qt6.
Package: libgio-qt-doc
Architecture: any
Section: doc
Depends: ${misc:Depends}
Description: Gio wrapper for Qt (documentation)
A convenient way to bind gio with either Qt5 or Qt6.