diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-06-27 07:11:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-06-27 07:11:51 +0000 |
commit | 3d56f9c7b7aadcef39fde9d598a8f3980fdbddfa (patch) | |
tree | f7fa07e492446ff17a7b00567af5356ae7f05c40 /graphics/Makefile | |
parent | e1479a0b400840ccc0469c8b24214a87ad5eede7 (diff) |
qvge is a multi-platform graph editor written in C++/Qt. Its main goal
is to make possible visually edit two-dimensional graphs in a simple and
intuitive way.
WWW: https://github.com/ArsMasiuk/qvge
Notes
Notes:
svn path=/head/; revision=540562
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ca61b7297e0e..7b72481e4a8e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -908,6 +908,7 @@ SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc + SUBDIR += qvge SUBDIR += radiance SUBDIR += radius-engine SUBDIR += rapid-photo-downloader |