How to create .pri file with Qt creator
You can create a new .pri file with Qt Creator as follows:
- Select File in the menu bar.
- Select New File or Project....
- Choose General under Files and Classes on the New dialog.
- Give the name of your file with extension, for example: test.pri.
(I'm using Qt Creator 2.4.1.)