mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 06:28:03 +00:00
Buildfix. Strict qmake.
This commit is contained in:
parent
70d7f69c5d
commit
a64ae3d026
@ -5,8 +5,10 @@ VERSION = 0.9.5
|
||||
QT += core gui opengl
|
||||
include(Settings.pri)
|
||||
|
||||
lessThan(QT_MAJOR_VERSION, 5):(lessThan(QT_MAJOR_VERSION, 4) | lessThan(QT_MINOR_VERSION, 7)) {
|
||||
error(PPSSPP requires Qt 4.7 or newer but Qt $$[QT_VERSION] was detected.)
|
||||
lessThan(QT_MAJOR_VERSION, 5) {
|
||||
lessThan(QT_MAJOR_VERSION, 4) | lessThan(QT_MINOR_VERSION, 7) {
|
||||
error(PPSSPP requires Qt 4.7 or newer but Qt $$[QT_VERSION] was detected.)
|
||||
}
|
||||
}
|
||||
|
||||
# Extra Qt modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user