[Solved] qmake: LFLAGS source within generated MakeFile
-
Hi,
I am moving to newer version of Qt on Linux platform. I have updated all relevant qmake configuration file:- QMAKESPEC: qmake.conf file.
- qmake inner variables.
- .bashrc predefined variables.
However in generated MakeFile, i still have lib path to older version within LFLAGS.
My Question:
Where could be the source of generated MakeFile's LFLAGS variable, except qmake.conf, bash environment, qmake inner variables?