Qt 6.11 is out! See what's new in the release
blog
[CLOSED] Conditionally Loading Native Code to Mobile Apps
General and Desktop
7
Posts
2
Posters
1.5k
Views
1
Watching
-
Hi,
Do you mean besides the platform #ifdef's and the scopes in the pro file like for the desktop version ?
-
-
This:
@
macx {OS X specific stuff
} else ios {
iOS specific stuff
} etc…
@Yes there is, look for "QMake manual" in Qt's documentation
-
For Android there's JNI and you can find helper classes for that in qtandroidextras
For iOS you can use Objective-C++ and the qtmacextras module offers some helper stuff already