qtbase-opensource-src 5.2.1+dfsg-1ubuntu14 source package in Ubuntu
Changelog
qtbase-opensource-src (5.2.1+dfsg-1ubuntu14) trusty; urgency=medium * libqt5gui5.symbols, libqt5opengl5.symbols: making the gl/gles symbols optional, and creating a list of generic and gl/gles specifics symbols, so we can provide a set of packages built with the OpenGL ES backend on i386 and amd64 * debian/rules: don't override makeshlibs and leave it to be automatically created (so we can have proper >= version deps) -- Ricardo Salveti de Araujo <email address hidden> Wed, 09 Apr 2014 18:59:26 -0300
Upload details
- Uploaded by:
- Ricardo Salveti
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
qtbase-opensource-src_5.2.1+dfsg.orig.tar.xz | 45.1 MiB | 6a3e5f37cf5f590dac45aca949b4279f4bbadaffbf6d86220d5417cfb3ff3eb7 |
qtbase-opensource-src_5.2.1+dfsg-1ubuntu14.debian.tar.gz | 449.5 KiB | 91fc23731348d3ef86fc9e298a03ab0b50dd56ad897b1f2fd59fe7363314d62d |
qtbase-opensource-src_5.2.1+dfsg-1ubuntu14.dsc | 4.6 KiB | dfcef5f7586354415848176a90ff3b771eb74053da8f357c948f0c73cee8af04 |
Available diffs
Binary packages built by this source
- libqt5concurrent5: Qt 5 concurrent module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtConcurrent module contains functionality to support concurrent execution
of program code.
- libqt5core5a: Qt 5 core module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtCore module contains core non-GUI functionality.
- libqt5dbus5: Qt 5 D-Bus module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtDBus module is a Unix-only library that you can use to make Inter-Process
Communication using the D-Bus protocol.
.
Applications using the QtDBus module can provide services to other, remote
applications by exporting objects, as well as use services exported by those
applications by placing calls and accessing properties.
- libqt5gui5: Qt 5 GUI module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtGui module extends QtCore with GUI functionality.
- libqt5network5: No summary available for libqt5network5 in ubuntu utopic.
No description available for libqt5network5 in ubuntu utopic.
- libqt5opengl5: Qt 5 OpenGL module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
applications.
.
OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
rendering and provides little or no support for GUI programming issues.
- libqt5opengl5-dev: Qt 5 OpenGL library development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the development files needed to build Qt 5 applications
using QtOpenGL library.
- libqt5printsupport5: Qt 5 print support module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtPrintSupport module provides classes to make printing easier and
portable.
- libqt5sql5: Qt 5 SQL module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtSql module helps you provide seamless database integration to your Qt
applications.
- libqt5sql5-mysql: No summary available for libqt5sql5-mysql in ubuntu utopic.
No description available for libqt5sql5-mysql in ubuntu utopic.
- libqt5sql5-odbc: Qt 5 ODBC database driver
This package contains the ODBC plugin for Qt 5.
.
Install it if you intend to use or write Qt programs that are to access an
ODBC DB.
- libqt5sql5-psql: Qt 5 PostgreSQL database driver
This package contains the PostgreSQL plugin for Qt 5.
.
Install it if you intend to use or write Qt programs that are to access a
PostgreSQL DB.
- libqt5sql5-sqlite: No summary available for libqt5sql5-sqlite in ubuntu utopic.
No description available for libqt5sql5-sqlite in ubuntu utopic.
- libqt5sql5-tds: No summary available for libqt5sql5-tds in ubuntu utopic.
No description available for libqt5sql5-tds in ubuntu utopic.
- libqt5test5: Qt 5 test module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtTest module provides classes for unit testing Qt applications and
libraries.
- libqt5widgets5: Qt 5 widgets module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtWidgets module extends QtGui with C++ widget functionality.
- libqt5xml5: No summary available for libqt5xml5 in ubuntu utopic.
No description available for libqt5xml5 in ubuntu utopic.
- qt5-default: Qt 5 development defaults package
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package sets Qt 5 to be the default Qt version to be used when
using development binaries like qmake. It provides a default
configuration for qtchooser, but does not prevent alternative Qt
installations from being used.
- qt5-qmake: Qt 5 qmake Makefile generator tool
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 5 qmake, a tool that helps simplify
the build process for development project across different platforms.
qmake automates the generation of Makefiles so that only a few lines of
information are needed to create each Makefile. qmake can be used for any
software project, whether it is written using Qt or not.
.
Qt 5 qmake requires a platform and compiler description file which contains
many default values used to generate appropriate Makefiles.
.
This package contains also these platform specifications.
- qtbase5-dbg: Qt 5 base library debugging symbols
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the debugging symbols for the Qt 5 base libraries.
- qtbase5-dev: No summary available for qtbase5-dev in ubuntu utopic.
No description available for qtbase5-dev in ubuntu utopic.
- qtbase5-dev-tools: Qt 5 base development programs
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the development programs used for building Qt 5
applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qdoc, rcc,
syncqt and uic.
- qtbase5-dev-tools-dbg: Qt 5 base binaries debugging symbols
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the debugging symbols for the Qt 5 binaries.
- qtbase5-doc-html: Qt 5 base HTML documentation
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the HTML documentation for the Qt 5 base
libraries.
- qtbase5-examples: No summary available for qtbase5-examples in ubuntu utopic.
No description available for qtbase5-examples in ubuntu utopic.
- qtbase5-examples-dbg: No summary available for qtbase5-examples-dbg in ubuntu utopic.
No description available for qtbase5-
examples- dbg in ubuntu utopic.
- qtbase5-private-dev: Qt 5 base private development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the private header development files for building some
Qt 5 applications like Qt Creator QML Designer plugin.
.
Use at your own risk.