QtFirebase
QtFirebase copied to clipboard
Build project with CMakeLists.txt instead of .pro
Is there any way for using CMakeLists.txt because my project is currently built with CMakeLists.txt?
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
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.