mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-14 05:53:47 +01:00
3ef249a410
use both Qt6 and Qt5 to compile, generate gio-qt6 for Qt6 Log: add support for Qt6
39 lines
956 B
Plaintext
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.
|