[Qt-interest] Modify QMAKE_LFLAGS_WINDOWS_DLL has no effect
Lars Amsel
lars.amsel at signalion.com
Mon Jul 13 10:10:54 CEST 2009
Hi,
I use QMAKE_LFLAGS_WINDOWS (for app templates) and QMAKE_LFLAGS_WINDOWS_DLL
(for lib templates) to insert precompiled resource files into my applications
and libraries. This works fine for the app template with QMAKE_LFLAGS_WINDOWS
but setting
QMAKE_LFLAGS_WINDOWS_DLL += mylib.res
has no effect on the LFLAGS variable in the resulting Makefile.Debug and
Makefile.Release.
Is this a bug in qmake or is there some difference in handling
QMAKE_LFLAGS_WINDOWS and QMAKE_LFLAGS_WINDOWS_DLL?
Regards
Lars
More information about the Qt-interest-old
mailing list