QtFirebase icon indicating copy to clipboard operation
QtFirebase copied to clipboard

Build project with CMakeLists.txt instead of .pro

Open xuanloct4 opened this issue 2 years ago • 2 comments

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

xuanloct4 avatar Oct 01 '22 11:10 xuanloct4

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

larpon avatar Oct 02 '22 17:10 larpon

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.

csikosgabor avatar Jun 10 '23 07:06 csikosgabor