Notable port changes: - s/MODQT5_USE_GCC4_MODULE/MODQT5_USE_CXX11/ - Zap SHARED_LIBS += Qt5EglDeviceIntegration (Lost, long time ago) - Regen some WANTLIB - Shared bump in qtdeclarative (New symbols) - Update Homepage Changelog: https://blog.qt.io/blog/2018/01/23/qt-5-9-4-released/ "commitski" landry@
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.60 2018/01/25 15:02:25 rsadowski 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>
|