mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
build: minimum required qt version is 5.9
This commit is contained in:
parent
c7956f76ea
commit
e1b4bcb2ef
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# qml components require at least QT 5.7.0
|
||||
lessThan (QT_MAJOR_VERSION, 5) | lessThan (QT_MINOR_VERSION, 7) {
|
||||
error("Can't build with Qt $${QT_VERSION}. Use at least Qt 5.7.0")
|
||||
# qml components require at least QT 5.9.0
|
||||
lessThan (QT_MAJOR_VERSION, 5) | lessThan (QT_MINOR_VERSION, 9) {
|
||||
error("Can't build with Qt $${QT_VERSION}. Use at least Qt 5.9.0")
|
||||
}
|
||||
|
||||
TEMPLATE = app
|
||||
|
|
Loading…
Reference in a new issue