The meta/qt5 port
qt5-5.15.15 – C++ general-purpose toolkit, meta-package
Description
Qt is a cross-platform toolkit for developing applications,
mainly GUI-based.
There are some user documentation files in ${PREFIX}/share/doc/qt5,
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 upstream 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.
No homepage
- Multi-packages
-
qt5-5.15.15
qt5-examples-5.15.15
- Categories:
-
meta
Library dependencies
Build dependencies
Run dependencies
- STEM->=5.15.15,<6.0:x11/qt5/qt3d,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtbase,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtcharts,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtdatavis3d,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtdeclarative,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtgamepad,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtgraphicaleffects
- STEM->=5.15.15,<6.0:x11/qt5/qtimageformats
- STEM->=5.15.15,<6.0:x11/qt5/qtlocation,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtlottie
- STEM->=5.15.15,<6.0:x11/qt5/qtmultimedia,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtnetworkauth,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtpurchasing,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtquickcontrols,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtquickcontrols2,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtremoteobjects,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtscript,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtscxml,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtsensors,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtserialbus,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtserialport,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtspeech,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtsvg,-main
- STEM->=5.15.15,<6.0:x11/qt5/qttools,-main
- STEM->=5.15.15,<6.0:x11/qt5/qttranslations
- STEM->=5.15.15,<6.0:x11/qt5/qtvirtualkeyboard,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtwayland
- STEM->=5.15.15,<6.0:x11/qt5/qtwebchannel,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtwebsockets,-main
- STEM->=5.15.15,<6.0:x11/qt5/qtx11extras
- STEM->=5.15.15,<6.0:x11/qt5/qtxmlpatterns,-main