1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Source: libqxt
Priority: optional
Maintainer: Thomas Pierson <contact@thomaspierson.fr>
Build-Depends: debhelper (>= 8.1.3~),
autotools-dev,
libqt4-dev (>= 4:4.8.0~),
libdb-dev,
libx11-dev,
libavahi-compat-libdnssd-dev,
qt4-dev-tools
Standards-Version: 3.9.6
Section: libs
Homepage: https://bitbucket.org/libqxt/libqxt/wiki/Home
Vcs-Git: git://atelier.gresille.org/pkg-libqxt
Package: libqxt-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libqxt-dev
Description: LibQxt reference documentation
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality
not readily available in Qt.
.
This package contains the LibQxt reference documentation.
Package: libqxt-berkeley0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Berkeley databases module for Qt (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtBerkeley module provides a Qt interface to Berkeley databases.
Package: libqxt-core0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: extensions to Qt core classes (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtCore module extends QtCore and contains core non-GUI functionality.
Package: libqxt-gui0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: extensions to Qt GUI classes (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtGui module extends QxtCore and QtGui modules.
Package: libqxt-designer0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: LibQxt extensions to Qt Designer
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
Qt Designer is a tool for designing and building graphical user interfaces
(GUIs) from Qt components.
.
This package enables usage of LibQxt widgets in Qt Designer.
Package: libqxt-network0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: extensions to Qt network classes (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtNetwork module extends QtNetwork module.
Package: libqxt-sql0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: extensions to Qt SQL classes (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtSql module extends QtSql module.
Package: libqxt-web0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library to create web services using Qt (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtWeb module provides tools for creating web services using Qt.
Package: libqxt-zeroconf0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library to use multicast DNS service discovery in Qt (LibQxt)
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
The QxtZeroconf module enables Qt application to easily benefit from Multicast
DNS Service Discovery (Zeroconf) protocols.
Package: libqxt-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libqxt-berkeley0 (= ${binary:Version}),
libqxt-core0 (= ${binary:Version}), libqxt-gui0 (= ${binary:Version}),
libqxt-designer0 (= ${binary:Version}), libqxt-network0 (= ${binary:Version}),
libqxt-sql0 (= ${binary:Version}), libqxt-web0 (= ${binary:Version}),
libqxt-zeroconf0 (= ${binary:Version}), libqt4-dev
Suggests: libqxt-doc
Description: LibQxt development files
LibQxt is an extension library for the Qt application framework. LibQxt
provides a suite of cross-platform utility classes to add functionality not
readily available in Qt.
.
This package contains the header development files and development programs
used for building applications using LibQxt.
|