The meta/qt6 port
qt6-6.8.3 – C++ application and widget toolkit, meta-package (cvsweb github mirror)
Description
Qt is a cross-platform toolkit for developing applications, mainly GUI-based.
There's a debug version of the libraries: qt6-debug.
There are database plugins: qt6-mysql and qt6-postgresql.
People who want to use Qt6 to compile applications outside the ports tree
should note that Qt6's installation conforms to OpenBSD habits, not upstream
recommendations. Accordingly:
- libs are separated from includes.
- moc is installed as ${PREFIX}/bin/moc-qt6, in order not to conflict
with other Qt versions.
- uic is installed as ${PREFIX}/bin/uic-qt6
Generally, it's just a question of invoking:
env MOC=moc-qt6 UIC=uic-qt6 configure \
--with-qt-includes=${PREFIX}/include/X11/qt6 \
--with-qt-libraries=${PREFIX}/lib/qt6
... or, to force MOC/UIC in your make invocation:
make MOC=moc-qt6 UIC=uic-qt6
will override the Makefile contents.
No homepage
Maintainer
The OpenBSD ports mailing-list
Categories
Run dependencies
- STEM->=6.8.3:x11/qt6/qt3d
- STEM->=6.8.3:x11/qt6/qt5compat
- STEM->=6.8.3:x11/qt6/qtbase
- STEM->=6.8.3:x11/qt6/qtcharts
- STEM->=6.8.3:x11/qt6/qtconnectivity
- STEM->=6.8.3:x11/qt6/qtdatavis3d
- STEM->=6.8.3:x11/qt6/qtdeclarative
- STEM->=6.8.3:x11/qt6/qtgrpc
- STEM->=6.8.3:x11/qt6/qthttpserver
- STEM->=6.8.3:x11/qt6/qtimageformats
- STEM->=6.8.3:x11/qt6/qtlanguageserver
- STEM->=6.8.3:x11/qt6/qtlottie
- STEM->=6.8.3:x11/qt6/qtmultimedia
- STEM->=6.8.3:x11/qt6/qtnetworkauth
- STEM->=6.8.3:x11/qt6/qtpositioning
- STEM->=6.8.3:x11/qt6/qtquick3d
- STEM->=6.8.3:x11/qt6/qtquick3dphysics
- STEM->=6.8.3:x11/qt6/qtquickeffectmaker
- STEM->=6.8.3:x11/qt6/qtquicktimeline
- STEM->=6.8.3:x11/qt6/qtremoteobjects
- STEM->=6.8.3:x11/qt6/qtscxml
- STEM->=6.8.3:x11/qt6/qtsensors
- STEM->=6.8.3:x11/qt6/qtserialbus
- STEM->=6.8.3:x11/qt6/qtserialport
- STEM->=6.8.3:x11/qt6/qtshadertools
- STEM->=6.8.3:x11/qt6/qtspeech
- STEM->=6.8.3:x11/qt6/qtsvg
- STEM->=6.8.3:x11/qt6/qttools
- STEM->=6.8.3:x11/qt6/qttranslations
- STEM->=6.8.3:x11/qt6/qtvirtualkeyboard
- STEM->=6.8.3:x11/qt6/qtwayland
- STEM->=6.8.3:x11/qt6/qtwebchannel
- STEM->=6.8.3:x11/qt6/qtwebengine
- STEM->=6.8.3:x11/qt6/qtwebsockets
- STEM->=6.8.3:x11/qt6/qtwebview