Variables in qt.conf
Installation and Deployment
3
Posts
2
Posters
1.2k
Views
1
Watching
-
Can I somehow use variables in the "qt.conf":http://qt-project.org/doc/qt-4.8/qt-conf.html file?
I'd like to use a variable for the users home directory to build the prefix. -
If you want the path to the home directory use:
http://qt-project.org/doc/qt-5/qdir.html#homePath
(unless you are talking about the installer framework, but that is something else)