How to set app name for Android and iOS
Solved
Mobile and Embedded
-
See QCoreApplication Class.
Example:QCoreApplication::setApplicationName("World's Best Application")
So it should let your app's name "Worl's Best Application".
Good Work! -
@Mikeeeeee
You can call it anywhere but
in main.cpp might be a good spot. -
@Mikeeeeee
inside your *pro file,TARGET = AppName