summaryrefslogtreecommitdiff
path: root/lib/cpp/test
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-11 23:06:08 -0500
committerJames E. King III <jking@apache.org>2019-01-13 09:01:52 -0500
commit17355425429274e7971fff39d7e45279cdf550fa (patch)
treeb616996ebfa0b8e9e06fb962f39887379ec2f6cc /lib/cpp/test
parent278528cf7b1dd5dd977bce882aa126fac8695697 (diff)
downloadthrift-17355425429274e7971fff39d7e45279cdf550fa.tar.gz
THRIFT-4735: Remove Qt4 build support
Diffstat (limited to 'lib/cpp/test')
-rw-r--r--lib/cpp/test/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt
index 8a8aadad1..ef08dbce2 100644
--- a/lib/cpp/test/CMakeLists.txt
+++ b/lib/cpp/test/CMakeLists.txt
@@ -336,18 +336,6 @@ add_test(NAME SecurityTest COMMAND SecurityTest -- "${CMAKE_CURRENT_SOURCE_DIR}/
endif()
-if(WITH_QT4)
-set(CMAKE_AUTOMOC ON)
-find_package(Qt4 REQUIRED COMPONENTS QtTest)
-set(TQTcpServerTest_SOURCES
- qt/TQTcpServerTest.cpp
-)
-add_executable(TQTcpServerTest ${TQTcpServerTest_SOURCES})
-target_link_libraries(TQTcpServerTest testgencpp_cob thriftqt Qt4::QtTest)
-LINK_AGAINST_THRIFT_LIBRARY(TQTcpServerTest thrift)
-add_test(NAME TQTcpServerTest COMMAND TQTcpServerTest)
-endif()
-
if(WITH_QT5)
add_subdirectory(qt)
endif()