From c9d138e2d77bdc5dfed68ef9947213c1858b38d0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Oct 2018 23:33:13 +0200 Subject: [PATCH] Added Qt dependency to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e0788..26a2e60 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,12 @@ Gentoo ebuilds are available via my #### Dependencies -* C++ compiler (tested: gcc 6/7/8) +* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 6/7/8, + [clang](https://llvm.org/) 6) * [cmake](https://cmake.org/) (at least 3.6) * [vsqlite++](http://vsqlite.virtuosic-bytes.com/) (tested: 0.3.13) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) +* [qtwidgets](https://www.qt.io/) (tested: 5.9/5.7) #### Get sourcecode