Now all documentation is built using a separate port using the --single-exec option of qdoc. This gaves significant speedup as well as fixing quiet a few interlinking problems. All -qch, -html and -docindex subpackages of Qt modules ports are removed. The qt5-html and qt5-qch are now provided by x11/qt5/docs instead of meta/qt5, thus REVISION set from the start. This commit should fix problems with building Qt5 documentation that people started seeing after switching to Clang. We also could zap some interdependencies between Qt5 modules as well, but that's a different story.
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.59 2017/07/29 00:07:13 zhuk Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += docs
|
|
SUBDIR += qt3d
|
|
SUBDIR += qtbase
|
|
SUBDIR += qtcanvas3d
|
|
SUBDIR += qtcharts
|
|
SUBDIR += qtconnectivity
|
|
SUBDIR += qtdatavis3d
|
|
SUBDIR += qtdeclarative,
|
|
SUBDIR += qtgamepad
|
|
SUBDIR += qtgraphicaleffects
|
|
SUBDIR += qtimageformats
|
|
SUBDIR += qtlocation
|
|
SUBDIR += qtmultimedia,
|
|
SUBDIR += qtnetworkauth
|
|
SUBDIR += qtpurchasing
|
|
SUBDIR += qtquickcontrols
|
|
SUBDIR += qtquickcontrols2
|
|
SUBDIR += qtremoteobjects
|
|
SUBDIR += qtscript
|
|
SUBDIR += qtscxml
|
|
SUBDIR += qtsensors
|
|
SUBDIR += qtserialbus
|
|
SUBDIR += qtserialport
|
|
SUBDIR += qtspeech
|
|
SUBDIR += qtsvg
|
|
SUBDIR += qttools,
|
|
SUBDIR += qttranslations
|
|
SUBDIR += qtvirtualkeyboard
|
|
SUBDIR += qtwebchannel
|
|
SUBDIR += qtwebkit
|
|
SUBDIR += qtwebkit-examples
|
|
SUBDIR += qtwebsockets
|
|
SUBDIR += qtx11extras
|
|
SUBDIR += qtxmlpatterns
|
|
|
|
# no support for Wayland in Xenocara
|
|
# SUBDIR += qtwayland
|
|
# not ported yet
|
|
# SUBDIR += qtwebengine
|
|
# requires qtwebengine
|
|
# SUBDIR += qtwebview
|
|
|
|
.include <bsd.port.subdir.mk>
|