how do I add the description to my exe file made with qt
the only description that shows is the title of the application
the description type I want is the one in the exe’s properties
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.
If you mean the resource file information under Windows, the following link has some same code for you:
http://www.qtcentre.org/threads/35810-Detail-Information
Edit:
Better yet, see this post on StackOverflow: Setting application info in a Qt executable file on Windows
(Again, assuming this is what you’re looking for.)