How to add iOS platform specific codes and libs to my project?
-
Hi,
The same way you do it for framework on OS X. You have to use Objective-C/C++ for your code and the ios scope in your pro/pri file.
-
Right, but can you please help me with a more specific example, like what should I exactly add to my *.pro file?
I know that for OS X you need to add something like this:
@
LIBS += -framework
@So according to your post, is it something like this or what?!?!
@
LIBS += -ios
@Thanks
-
You can have a look at the qtmacextras code to see how to do it