How to use apache thrift in qt for windows ?
-
Hello,
Can anyone tell me the procedure for using apache thrift in qt for windows.how to install apache thrift ?
how to configure apache thrift to qt ?
how to generate the files of thrift in qt ?
how to create client and server communication with thrift in qt?These all things are required in windows.
-
Hi,
- "Install instruction":https://thrift.apache.org/docs/install/
- From a quick search, it uses pkg-config to find Qt, however take a look at the configuration options
- Add a custom compiler using thrift
- Have a look at the C++ example
Note that I didn't user thrift even though it looks interesting.