qtbase-5.15.18pl109p0
C++ general-purpose toolkit
Back to search · Project homepage
Description
Qt is a cross-platform toolkit for developing applications,
mainly GUI-based.
There are some user documentation files in ${QT_DOC}, but
the main documentation is in the qt5-html package.
There is also a qt5-examples package, that contains tutorial, demos
simple example programs (source + binaries).
There's a debug version of the libraries: qt5-debug.
There are database plugins: qt5-mysql, qt5-postgresql and qt5-tds.
People who want to use Qt5 to compile applications outside the ports tree
should note that Qt5's installation conforms to OpenBSD habits, not
TrollTech's recommendations. Accordingly:
- libs are separated from includes.
- moc is installed as ${PREFIX}/bin/moc-qt5, in order not to conflict
with other Qt versions.
- uic is installed as ${PREFIX}/bin/uic-qt5
Generally, it's just a question of invoking:
env MOC=moc-qt5 UIC=uic-qt5 configure \
--with-qt-includes=${PREFIX}/include/X11/qt5 \
--with-qt-libraries=${PREFIX}/lib/qt5
... or, to force MOC/UIC in your make/gmake invocation:
make MOC=moc-qt5 UIC=uic-qt5
will override the Makefile contents.
Package information
- Ports path
- x11/qt5/qtbase
- Package architecture
- amd64
- Maintainer
- Rafael Sadowski <rsadowski@openbsd.org>
- Categories
- x11, x11/qt5, devel
- Available flavors
- debug
- Only for architectures
- alpha, hppa, m88k, sh, sparc64, aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Library
- archivers/zstd
- databases/sqlite3
- x11/gnome/at-spi2-core
- devel/harfbuzz
- devel/pango
- devel/pcre2
- graphics/cairo
- graphics/gdk-pixbuf2
- math/double-conversion
- print/cups,-libs
- textproc/icu4c
- x11/dbus
- x11/gtk+3
- x11/xkbcommon STEM->=1.0.1
- devel/gettext
Runtime
Build
Used by (261 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.