Project file created using the Qt software development toolkit (SDK), which allows developers to create cross-platform applications; contains all the information necessary to compile a Qt application with the Qt qmake command.
PRO files include references to project libraries, assets, and source code files, as well as other files such as application resources (.QRC files), project includes (.PRI files), translation sources (.TS files), phrase books (.QPH files), and style sheets (.QSS files).
Qt projects are used for creating applications that run on the Qt framework. They are commonly used for creating mobile applications. |