-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we drop Qt 4.8 compatibility? #152
Comments
I have not checked recently but before the 1.0 release for all the Qt5 stuff there was a Qt4 fallback. I'm giving this (building on Qt 4.8.6) a try and see if building fails I'll see what we can do, might go either way (updating site / README) or "fixing" the app ;-) |
Turns out QtPass was compatible with Qt4.8 until just now . . But a very recent change I just literally now merged to master breaks qt4 compatibility. Implemented a (neat) work-around . . again |
Might re-open when this comes up again ;) Will keep (minimal) Qt4.8 compatibility since it is still used a lot in distro's . . |
I should probably setup CI for 4.8 if we want to keep it on . . |
In the Github Project description it says, that QtPass requires Qt4.8 or higher. I noticed for example that the code consists of several of QStringLiteral which is - according to https://woboq.com/blog/qstringliteral.html - a QT5 Feature. So maybe the Qt4.8 compatibility should be removed from the project description
The text was updated successfully, but these errors were encountered: