diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-01-09 05:59:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-01-09 05:59:15 +0800 |
commit | fe289322aa305231c60ecfa05c70b302ad92d792 (patch) | |
tree | 4f6a76ee070ed286f35be21355374644f8ca6881 /x11-toolkits/Makefile | |
parent | 2c8b87f83771cbd0274f9af83550447ec149f96f (diff) | |
download | freebsd-ports-gnome-fe289322aa305231c60ecfa05c70b302ad92d792.tar.gz freebsd-ports-gnome-fe289322aa305231c60ecfa05c70b302ad92d792.tar.zst freebsd-ports-gnome-fe289322aa305231c60ecfa05c70b302ad92d792.zip |
New port: x11-toolkits/qt5-gtkplatform
gtkplatform is a Qt Platform Abstraction plugin providing Qt applications with
the capability to use GTK+ as a host toolkit.
It lets Qt applications render with native GTK+ menus, and use GTK+ for input
(mouse, keyboard, touch), and getting window content on screen, the same as it
uses e.g. Cocoa on macOS.
WWW: https://github.com/CrimsonAS/gtkplatform
PR: 224453
Submitted by: Greg V <greg@unrelenting.technology>
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 094cf015fa90..18efa29e1529 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -227,6 +227,7 @@ SUBDIR += qt5-charts SUBDIR += qt5-datavis3d SUBDIR += qt5-gamepad + SUBDIR += qt5-gtkplatform SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols |