dfaure
dfaure
Hello, sorry for the delay in my reply. I agree with your analysis and solutions (the quick one in the mentioned commit and the idea for a better one). What's...
This would be a qmake issue, I think. If you look at the Qt DLLs themselves, are these versions set?
You can use KDReports::HtmlElement to insert a <a href="...."> link, for instance to an HTTP URL, which will be opened with QDesktopServices::openUrl. You can see an example in the "ReferenceReport"...
Where exactly? It's already supported in kwsdl at least. ./schema/typestable.cpp:46: mBasicTypes["short"] = XSDType::SHORT; ./kwsdl/typemap.cpp:61: addBuiltinType("short", "short"); ./kwsdl/converter_utils.cpp:55: { "short", "short", "QString::number( *value )", "str.toShort()" },
Well, https://hub.docker.com/r/travisci/ci-ubuntu-1804 says `docker pull travisci/ci-ubuntu-1804` which leads to the same error.