diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-01-28 09:15:22 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-01-28 09:15:22 +0800 |
commit | 126401eef65010bda2fa5431ee7706680ffb428c (patch) | |
tree | 4e6ecee0f96f50b36e1482e56b176bdffa4f6b61 /sysutils/Makefile | |
parent | bf7ca0d0724f6450b0fefaa4d3a4cac8531f063d (diff) | |
download | freebsd-ports-gnome-126401eef65010bda2fa5431ee7706680ffb428c.tar.gz freebsd-ports-gnome-126401eef65010bda2fa5431ee7706680ffb428c.tar.zst freebsd-ports-gnome-126401eef65010bda2fa5431ee7706680ffb428c.zip |
Add sysutils/qt5-qtpaths.
This is a command-line interface to QStandardPaths, part of qttools. It is
used by the KDE Frameworks 5 ports, which will be added in the future.
While here, also add x11-toolkits/qt5-quickcontrols to devel/qt5 which I had
forgotten to do before.
Submitted by: Tobias Berner <tcberner@gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9d6a3fd3cadd..b3c738c1cff4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -761,6 +761,7 @@ SUBDIR += qlogtools SUBDIR += qpxtool SUBDIR += qsynergy + SUBDIR += qt5-qtpaths SUBDIR += quicksynergy SUBDIR += qzeitgeist SUBDIR += racktables |