Setting the app-icon on iOS
Solved
Mobile and Embedded
-
I can set application icon on my android by using the solved answer in http://stackoverflow.com/questions/26253405/qt-setting-the-app-icon-on-android-and-ios.
But, I still don't know how to set the application icon on my iOS(iPod) by Qt.
I use Qt 5.4 and QtCreator for iOS and Android in my MacBook Pro.
-
first you just have to build project from Qt and then open output file.xcodeproj from Xcode
https://www.youtube.com/watch?v=OQN_AwcF0GU here is a video how to set application icon using Xcode
i hope it helps