You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2020/04/27 07:18:34 UTC

[thrift] branch master updated: Mention Qt in README

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new b416ffa  Mention Qt in README
b416ffa is described below

commit b416ffa72dbcab8ed8a156c95cb8e480ed46a438
Author: Zezeng Wang <51...@qq.com>
AuthorDate: Mon Apr 27 15:18:26 2020 +0800

    Mention Qt in README
    
    [skip ci]
---
 doc/install/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/install/README.md b/doc/install/README.md
index 071a5d6..3bc4d35 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -26,6 +26,7 @@ These are only required if you choose to build the libraries for the given langu
     * Boost 1.56.0
     * libevent (optional, to build the nonblocking server)
     * zlib (optional)
+    * Qt (optional)
 * Java
     * Java 1.8
     * Gradle