Julianus Pfeuffer
Julianus Pfeuffer
It cannot be added directly because the websites are generated automatically. We want to update the htmls only if there is a newer release. And we would need to touch...
So, if it is enabled by default, this means we don't have any? Because I don't have warnings on my Clang.
Can you confirm that CMake did not find it on your computer? Another reason might be the wrong location at runtime.
Yep pretty lame.. Our library could startup the QCoreApplication when SQL is needed but apparently it is supposed to run on its own thread and you have to be careful...
But it is indeed a bit weird that it works on Linux. So why should it be mandatory on Windows only?
By the way, we only get an error in Oms_file_test in debug mode on windows. In the nightlies
We are shipping plugins already by providing a qt.conf file during installation https://github.com/OpenMS/OpenMS/blob/88689f58eb50c807b4e82717feb5b6e461f607ca/src/openms_gui/CMakeLists.txt#L180
One might be able to somehow write your own inherited QDatabaseDriver which uses just the shipped and linked SQLite.dll and use that.
No haha. But I also did not look into the benefits really. So maybe they outweigh the costs. That I am not sure about.
@cbielow So it works when you self-compile OpenMS? Even without starting a QCoreApplication? I would be totally fine with fixing the installers. It is not clear to me from the...