[ 
https://issues.apache.org/jira/browse/THRIFT-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227876#comment-15227876
 ] 

ASF GitHub Bot commented on THRIFT-3779:
----------------------------------------

GitHub user Gjergj opened a pull request:

    https://github.com/apache/thrift/pull/979

    THRIFT-3779 Qt Client Android and Windows QTcpSocket

    libthriftQt.pro creates .dll and .lib for Windows but also .so and .a 
libraries for Android.
    To generate .lib or .a library uncomment CONFIG += staticlib inside the 
.pro file.
    The port is based on TQtcpSocket class. Currently it only supports 
TBinaryProtocol and TCompactProtocol.
    The TQtcpSocket is not tested for server or SSL usage.
    libthriftQt/thrift/config.h is just a hack to have config.h in our include 
path and #define STRERROR_R_CHAR_P 0

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Gjergj/thrift THRIFT-3779

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/979.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #979
    
----
commit c07cf39775e0b39f5251b72c14419a583a87cc70
Author: Gjergji <gjergjira...@yahoo.com>
Date:   2016-04-06T07:11:09Z

    THRIFT-3779 Qt Client Android and Windows QTcpSocket

----


> 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.3.4#6332)

Reply via email to