1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-22 11:27:27 +01:00

Merge pull request #1428

d06a16f require at least qt 5.7.0 when building the project
This commit is contained in:
luigi1111 2018-05-22 12:26:26 -05:00
commit ddb51583d3
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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