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

Build project with CMakeLists.txt instead of .pro #173

Open
xuanloct4 opened this issue Oct 1, 2022 · 2 comments
Open

Build project with CMakeLists.txt instead of .pro #173

xuanloct4 opened this issue Oct 1, 2022 · 2 comments

Comments

@xuanloct4
Copy link

Is there any way for using CMakeLists.txt because my project is currently built with CMakeLists.txt?

@larpon
Copy link
Owner

larpon commented Oct 2, 2022

Some years back I tried going towards CMake but had to give up back then. It should be possible but I'm not aware of anyone using CMake with the project.
As always people are welcome to chime in

@csikosgabor
Copy link

Is there any way for using CMakeLists.txt because my project is currently built with CMakeLists.txt?

Port your *.pro files to CMake files using pro2cmake, remove the unnecessary parts, patch the *.h, *.cpp and *.mm files where it is needed, and add a *.swift file and reference it in your CMakeLists.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants