KDSoap icon indicating copy to clipboard operation
KDSoap copied to clipboard

Missing version numbers for the dll

Open vnl opened this issue 7 years ago • 2 comments

Hello, I might be missing some option. Tried several builds now. I do get the required dll, and exe but the dll is missing the version number.

image

Not sure if I am missing any options here.

Options used to compile is: configure.bat -shared -debug and configure.bat -shared -release

vnl avatar Dec 06 '16 16:12 vnl

This would be a qmake issue, I think. If you look at the Qt DLLs themselves, are these versions set?

dfaure avatar Dec 06 '16 16:12 dfaure

Yes the Qt DLL's have the versions. I hope you are asking about the actual Qt install (I use Qt 5.7.0). I did however find something within variables.pri file where If I comment line 37, #VERSION= then the version gets added. However the naming now changes to kdsoap11.dll

vnl avatar Dec 06 '16 17:12 vnl