We should select a minimum Qt version #371
Comments
An example: |
So the minimum version is Qt 5.10? |
I think it should be |
Ok so i'll work to migrate all to Qt 5. We have some connect in old style and so on |
I confirm that 5.6 is required for QtPass to compile, since Ubuntu 16.04 LTS cannot compile QtPass with Qt5.5. It's high time for me to upgrade to 1804! :] |
Seems good enough :D |
I'll update the docs and site tomorrow.. |
More precisely, the build stops at As a side note, I also casually I'd like to mention I was able to build QtPass up to v1.2.1 for French support & the security |
I noticed this feature during one of the last pull request. I think we should consider that some distros use "old" version of Qt and we should adapt. :D |
Yah that sounds like something to easily macro out |
@5bentz I'll take your fixes and macro them in, currently installing clean Ubu 14 and 16 VMs to test Also I'll update documentation and site on this a bit . . |
Steps:
Qt Version 5.2.1 is now the lowest tested version and 5.11.1 the highest |
NB: The unit tests don't work on Ubuntu 14.04 probably some C++11 thing but the app runs like it should |
Same steps on Ubuntu 16.04.4 Qt Version 5.5.1 Ubuntu 12.04.5 apparently only has Qt3 and Qt4 standard . . So I'll just use a ppa by inserting the steps:
Qt Version 5.0.2 Although I think at-least some of the issues on Ubuntu 12.04 are caused by the old version of |
Thanks! I see the GUI has seen a dramatic overhaul! Ubuntu 16.04.4 LTS with Qt 5.5.1, gcc 5.4 I confirm I can compile it (with errors) but the app runs fine For those being surprised by the errors, the first and the last errors are:
Gcc not understanding 'std::initializer_list'? Mmmh it is supported though. Last
The rest are only errors in |
Yep, the Perhaps we could add some flags (for GCC to understand C++11 stuff) |
This can be helpfull to convert some old style code Qt4 to Qt5 for example. Or use newer directive.
At the moment Qt 5.2 seems to be enough minimalist :)
The text was updated successfully, but these errors were encountered: