1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Verify that QtWebEngine 5.6 is available

See #1729
This commit is contained in:
David Rosca 2015-10-21 11:04:21 +02:00
parent d6f478be7e
commit 12f172c6aa

View File

@ -10,6 +10,10 @@ lessThan(QT_VERSION, 5.5) {
error("QupZilla requires at least Qt 5.5!") error("QupZilla requires at least Qt 5.5!")
} }
lessThan(QT.webengine.VERSION, 5.6) {
error("QupZilla requires at least QtWebEngine 5.6!")
}
# Create plugins directory first on Mac / Linux # Create plugins directory first on Mac / Linux
mac|unix: system(test -d bin/plugins || mkdir bin/plugins) mac|unix: system(test -d bin/plugins || mkdir bin/plugins)