Is there a way to change a .pro , .ui and .h names if the project is done? How to do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Names for
.ui,.hand.cppfiles can just be changed inside Qt Creator.The name of the
.profile is a bit more involved. The simplest is probably to copy the project, rename the.profile, and reopen.Qt Creator also uses its own config file,
.pro.user, for changes you do in the project and build settings. You can just delete the.pro.user-file, and it’ll generate a new one. If you’ve made changes to the settings and the build process, you can rename that file as well, but remember to read through it and check build paths etc.Edit by anonymous: Run qmake to generate a new Makefile with updated references to the project name