[
https://issues.apache.org/jira/browse/THRIFT-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223533#comment-16223533
]
ASF GitHub Bot commented on THRIFT-3779:
----------------------------------------
Github user nsuke commented on the issue:
https://github.com/apache/thrift/pull/979
This PR does the following
* use `qmake` in addition to autotools and cmake to build C++ lib
* introduce blocking variant of Qt based transport
The motivation was to use blocking transport on android. The existing
solution for this is to build TSocket for Android using CMake. While I agree
that qmake is much more easier to build for android, it's only because CMake is
not that easy to use for android cross compilation.
> Qt Client Android and Windows QTcpSocket
> ----------------------------------------
>
> Key: THRIFT-3779
> URL: https://issues.apache.org/jira/browse/THRIFT-3779
> Project: Thrift
> Issue Type: New Feature
> Components: C++ - Library
> Environment: Qt Windows, Qt Android on windows
> Reporter: Gjergji Ramku
> Priority: Minor
> Labels: features
>
> Thrift Client library based on QTcpSocket.
> QTcpSocket should help make a tcp socket client run on all platforms where Qt
> runs.
> Is there such port?
> I already have a port that I have tested on Qt Android and Qt Windows clients.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)