Installation path can not be set from command line
Brought to you by:
rathmann
When the user wants to install QWT into a path other than the default, the file qwtconfig.pri has to be edited. This complicates automated installations, e.g. when installing in a docker container.
The attached patch adds the possibility to set the installation path when calling qmake
:
qmake "QWT_INSTALL_PREFIX=C:/MyQwtInstallation" qwt.pro
When no installation path is given on the command line, the defaults will be used as before.
Anonymous
This patch alone is not good enough as the config options from the command line do not end up in the installed qwt.prf file.