https://bugs.kde.org/show_bug.cgi?id=359572

--- Comment #2 from Mark <mark...@gmail.com> ---
 > Your line "Lastly" surprises me --- if it points to the actual name of the
> DLL, then it should work, with the current naming, no?

That works as long as the dll name is KF5Archive.dll (for debug and release, no
d suffix for the debug library) AND when using QT += KArchive.

When renaming the debug DLL to have the d suffix that doesn't work anymore. At
least not with QT += KArchive (it doesn't know KF5Archived.dll?). That only
works if you manually add the include path and manually add the appropriate
library for debug and release (LIBS += -l...), which kinda makes using "QT +=
KArchive" useless since it's being done manually in this case. I can easily
work around this in the project where KArchive is used, but I was kinda
expecting the dll's to work the same as Qt's own dll's (which do have a d
suffix for debug) and have the QT += foo magically use the appropriate DLL
based on the build setting.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to