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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to