[Qt-interest] Modify QMAKE_LFLAGS_WINDOWS_DLL has no effect
Lars Amsel
lars.amsel at signalion.com
Mon Jul 13 10:21:10 CEST 2009
Lars Amsel wrote:
> 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.
Adding the name of the resource file to QMAKE_FLAGS works, but is not the
intended behaviour.
Regards
Lars
More information about the Qt-interest-old
mailing list