diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-02 17:47:11 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-02 17:47:11 +0000 |
commit | d35014dbf658b7792fa7ac58aa6f00e2af48786a (patch) | |
tree | 0a22a60e79baf2e4803165443c14a9661fd1808e /Mk | |
parent | 03dde584598720621bfab337f55660317f53b264 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.qt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index 1ea1fdce288b..a9c2c9f29688 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -92,7 +92,7 @@ QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \ declarative-render2d gamepad graphicaleffects imageformats \ location multimedia quickcontrols quickcontrols2 script scxml \ sensors serialbus serialport svg tools translations \ - virtualkeyboard webchannel webkit websockets x11extras \ + virtualkeyboard wayland webchannel webkit websockets x11extras \ xmlpatterns . endif . endif @@ -320,7 +320,7 @@ _USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \ graphicaleffects location paths phonon4 plugininfo printsupport \ qdbus qdoc qdoc-data qev qml quick quickcontrols \ quickcontrols2 scxml sensors serialbus serialport \ - sql-tds uiplugin uitools virtualkeyboard webchannel \ + sql-tds uiplugin uitools virtualkeyboard wayland webchannel \ websockets websockets-qml widgets x11extras 3d_PORT= graphics/${_QT_RELNAME}-3d |