QMAKE_LFLAGS is ignored by qmake when building static library
Unsolved
General and Desktop
-
I've only tried this on Windows so far, will try another platform shortly.
Is this a bug?
Isn't this where you would declare other libs you want included in yours? (I.e. -wholearchive type behavior?)
On Windows, the LIBFLAGS section of the Makefile is blank when it should contain whatever it is I put in my PRO file.
If I manually edit the Makefile at LIBFLAGS and put the desired static libs there, I get the results that were expected (and the same results that come from linking when using Visual Studio.)
-
Hi,
Can you show your .pro file ?