diff options
author | adam <adam@pkgsrc.org> | 2019-08-09 17:41:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-09 17:41:38 +0000 |
commit | e298b1b45316e79e9336de2563f84cb99b2926e8 (patch) | |
tree | ca8234c4fb937132214b91e6b78a831b13310fcf /x11/qt5 | |
parent | 9b6d326952c9f8f68e3e4c442ce36c5baf5fe843 (diff) | |
download | pkgsrc-e298b1b45316e79e9336de2563f84cb99b2926e8.tar.gz |
qt5: updated to 5.13.0
New in Qt 5.13 and Tools Update
Get ready for a round of great new features and development tools! Highlights include
* Improvements to Qt Quick, Qt Quick Controls 2, Qt 3D, Qt WebEngine, and more
* Full support for Qt for WebAssembly and Qt KNX
* Sketch support for Qt Design Studio and other upgrades to our UI design tools
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common index db85b7de16d..a6f4ce27922 100644 --- a/x11/qt5/Makefile.common +++ b/x11/qt5/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.16 2019/07/01 05:49:43 adam Exp $ +# $NetBSD: Makefile.common,v 1.17 2019/08/09 17:41:38 adam Exp $ # used by x11/qt5-qtbase/Makefile.common # used by inputmethod/qt5-uim/Makefile -QTVERSION= 5.12.4 +QTVERSION= 5.13.0 .include "../../mk/bsd.prefs.mk" |