Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello I making project in Qt Creator for S^3, but i cant find options to rename application, name which displayed in phone menu. How to change it?
Look at your .pro file. Modify the target name :D
Oh, pro file, thanks. It is strange that there is no project settings in creator UI.
I searched about pro file, it's DEPLOYMENT.display_name what i need, thanks. TARGET is output file name.