Hi, I have a text file i wish to add to my QT4 project, how do i do this?
Thanks
Hi, I have a text file i wish to add to my QT4 project, how do i do this?
Thanks
Use the resources. Make your text file available to the program using the resourse file.
You can add the file to the OTHER_FILES (undocumented?) variable in your PRO file. It will have no effect on building the project but if you use Qt Creator the file will appear in the IDE project browser.
Bookmarks