Qt 6.11 is out! See what's new in the release
blog
Calling cocoa function from qt
-
Hi Ziggy,
Rename your source file to .mm and you're able to mix C++ and Objective-C. Also, include your source file in your pro file using:
OBJECTIVE_SOURCES = MyFile.mmHope that helps.