mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
correct wrong Qt version test number
This commit is contained in:
parent
60009f99ea
commit
0e57bb10e6
@ -11,7 +11,7 @@ QT_VER_MIN = $$member(QT_VERSION, 1)
|
||||
lessThan(QT_VER_MAJ, 5) {
|
||||
error(YACReader requires Qt 5 or newer but Qt $$[QT_VERSION] was detected.)
|
||||
}
|
||||
lessThan(QT_VER_MIN, 5):!CONFIG(no_opengl) {
|
||||
lessThan(QT_VER_MIN, 4):!CONFIG(no_opengl) {
|
||||
CONFIG += legacy_gl_widget
|
||||
message ("Qt < 5.4 detected. Using QGLWidget for coverflow.")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user