Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建QT工程 #13

Closed
manik005 opened this issue Nov 15, 2018 · 4 comments
Closed

创建QT工程 #13

manik005 opened this issue Nov 15, 2018 · 4 comments

Comments

@manik005
Copy link

Hi,
Thanks for the great package. I would like to use it along with QT. Is it possible to add it to QT creator? If so any idea on how can I add it to QT?

@xia-chu
Copy link
Member

xia-chu commented Nov 15, 2018

Of course you can integrate into QT, and many people have already done so.
CMake seems to be able to directly produce QT projects. You can look up more information on google.

@manik005
Copy link
Author

ok, thanks for the quick response. Will take a look. But I would like to add this as library to my existing QT application. It would be possible right ? Sorry if the question is silly, just getting started with C++ and QT.

@xia-chu
Copy link
Member

xia-chu commented Nov 15, 2018

Of course, you can use C++ header files directly on non-Windows platforms. It is recommended that you use C interface to encapsulate them on windows platforms.
You can see the c_wrapper folder, which is the encapsulation of the C interface, but this code only adapts to the 2.0 branch. You need to switch to the 2.0 branch to use it.

@manik005
Copy link
Author

manik005 commented Nov 15, 2018 via email

@xia-chu xia-chu closed this as completed Nov 20, 2018
@xia-chu xia-chu changed the title With QT Creator 创建QT工程 Apr 26, 2019
@khw934 khw934 mentioned this issue Oct 7, 2020
baiyfcu added a commit that referenced this issue Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants