openbsd-ports/x11/qt5/Makefile.version
zhuk e855be1d25 Import Qt 5.6.2.
The port is now being split into pieces. Cleanup and conflict resolving
to follow.
2016-12-25 14:13:11 +00:00

14 lines
428 B
Makefile

# $OpenBSD: Makefile.version,v 1.1.1.1 2016/12/25 14:13:11 zhuk Exp $
# Common source for Qt5 version
QT5_VERSION = 5.6.2
QT5_DIST_VERSION = 5.6.2
# This one is used for building dependencies for examples and documentation,
# which obviously should be in sync with core packages.
QT5_NEXT_VERSION = 5.7
# Enginio has own versioning
ENGINIO_VERSION = ${QT5_VERSION:C/^5/1/}
ENGINIO_NEXT_VERSION = ${QT5_NEXT_VERSION:C/^5/1/}