[Solved]Documentation of *.pri file
General and Desktop
4
Posts
2
Posters
2.8k
Views
1
Watching
-
They are just include files for qmake. They accept the same syntax as qmake's .pro file.
-
Pleasure.
Here's a simple example if you like: "link":https://github.com/sierdzio/qeasyshell/blob/master/global.pri.
And how it's used: "link":https://github.com/sierdzio/qeasyshell/blob/master/examples/basic/basic.pro.