mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
require at least qt 5.7.0 when building the project
This commit is contained in:
parent
9272767e4e
commit
d06a16f7da
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# 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")
|
||||
}
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QT += qml quick widgets
|
||||
|
|
Loading…
Reference in a new issue