Julianus Pfeuffer
Julianus Pfeuffer
Either install manually or use `tools.system.package_manager:mode=install`
Yes for QtGui/OpenGL
I think because you will be building Qt. You can build Qt in our config on a computer where you have rights and upload it. Then it might be gone...
After playing around more, I think conan needs another 10 years. Probably the same for any other package manager.
Yes but it's sadly true that it needs python 2 unless you patch it. Saw the same problem on homebrew, too. Just don't do Webengine 😅 at some point someone...
https://stackoverflow.com/questions/51195528/rcc-error-in-resource-qrc-cannot-find-file-png and https://github.com/KostyaSha/yet-another-docker-plugin/issues/144 (of the useless unmaintained plugin)
Somehow it still works via the Docker API that our Docker server provides but not if you run the images manually. I expect it to fail in future updates to...
I already started with the migration.
But that is the reason why we are switching. We are already depending on the SQLite3 C library for OSW. We just need to make sure that the same one...
Yes that would be easiest but we could also use the [ExternalProject](https://cmake.org/cmake/help/latest/module/ExternalProject.html) commands from CMake, make sure we find a common unique SQLite3 first then build the wrapper library and...