openbsd-ports/x11/qt6/Makefile
rsadowski 9cfeff62ff Import Qt 6.0.2
The following modules are currently available:

 - qttranslations
 - qttools
 - qtsvg
 - qtshadertools
 - qtquicktimeline
 - qtquickcontrols2
 - qtquick3d
 - qtdeclarative
 - qtbase
 - qt5compat

 - qtwayland (not ported, depends on wayland)
 - qtdoc (not ported, is not worth the effort)

Further modules will follow in later Qt versions. Some patches come form
x11/qt5. With tb@'s help, I married QtBase with LibreSSL again. We are now on
our own again as Gentoo no longer follows this path. From the port perspective,
I have decided on the following points:

- Prefix all Qt6 ports with qt6-*.
- Rename all imported qt tools with the -qt6 suffix like we do with qt5.
  This makes it easier to use several versions at the same time.
- x11/qt6 is based on x11/qt5. I have tried to make many things simpler
  and cleaner.
- Qt6 switched to cmake as build system and needs help with *FLAGS.

OK landry, Merci!
2021-05-03 16:38:26 +00:00

20 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/05/03 16:38:26 rsadowski Exp $
SUBDIR =
SUBDIR += qttranslations
SUBDIR += qttools
SUBDIR += qtsvg
SUBDIR += qtshadertools
SUBDIR += qtquicktimeline
SUBDIR += qtquickcontrols2
SUBDIR += qtquick3d
#SUBDIR += qtdoc
SUBDIR += qtdeclarative
SUBDIR += qtbase
SUBDIR += qt5compat
# no support for Wayland in Xenocara
# SUBDIR += qtwayland
.include <bsd.port.subdir.mk>