csikosgabor

Results 3 comments of csikosgabor

@mrAlmond I compiled the pro files into CMake files via pro2cmake and implemented and manually tested some Firebase services like Analytics, Cloud Messaging, and Crashlytics by providing Qt6 support. The...

> Hi, I had to update my Xcode to Xcode 14, and Firebase to 9.0.0, Now, I have the same issue, also I added an empty swift file into my...

> 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](https://wiki.qt.io/CMake_Port/Porting_Guide), remove the unnecessary parts, patch...