Re: Beta 4 release (01-01-2015)
Reply #19 –
@Frenzie, thanks, we would need to think about dedicated VPS in next weeks, something cheap but powerful enough.
OTTER_VERSION_MAIN=$(grep OTTER_VERSION_MAIN otter.pro | grep -Eo "([0-9].?)*")
OTTER_VERSION_CONTEXT=$(grep OTTER_VERSION_CONTEXT otter.pro | grep -Eo "\-.*")
It's safer to extract this from CMakeLists.txt, I would like to drop qmake project file as soon as there will be clean solution to set icon for Windows binaries.
What might also make sense: a static build with no dependencies (Opera had one, I think). It might take a while to build, but since betas are published only every few months, it should be done. That way, even users of unusual platforms could test this promising browser.
Yes, we can finally reconsider this, as we might need to create custom Qt packages anyway for Windows:
https://github.com/Emdek/otter/issues/631
Although I'm not sure if it is possible to have static build of QtWebKit and if it is doable for QtWebEngine.
We can at least try. ;-)
@zundapp, don't ask me, Windows is mysterious platform.
@py-thon, I know, I've used to compile stuff from source (like warzone2100, which has far more dependencies and uses autotools, which are far less friendlier than CMake or qmake) before creating own projects. ;-)
SDK is mentioned as it's generic solution which applies to all platforms, if you have system wide Qt 5.3 or later then you need to install only header files which will take far less space and can be reused by other projects.