Calling cocoa function from qt
Unsolved
General and Desktop
-
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.