commit | 6622877a09a1ec6d38132bcdc9ac9a856d1c3931 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsukeg@gmail.com> | Sun Dec 07 21:45:33 2014 +0900 |
committer | Roger Meier <roger@apache.org> | Sun Dec 21 16:36:47 2014 +0100 |
tree | 9e87f1f75b6f3644b2d3f757f8725a7622d26f22 | |
parent | 6304a5341459eaa33e64aea80e0d0cc7d1b0b765 [diff] [blame] |
THRIFT-2098 Add support for Qt5+
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt index 9a7d245..b524dd7 100644 --- a/lib/cpp/test/CMakeLists.txt +++ b/lib/cpp/test/CMakeLists.txt
@@ -234,6 +234,10 @@ add_test(NAME TQTcpServerTest COMMAND TQTcpServerTest) endif() +if(WITH_QT5) +add_subdirectory(qt) +endif() + # # Common thrift code generation rules #