aboutsummaryrefslogtreecommitdiffstats
path: root/qtivi.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-10-19 10:47:16 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-10-19 10:47:16 +0200
commit49b319a065c286bcc7a54b0e85ec639effa63234 (patch)
tree9f970df7c93915a2476f19684335fe0ccae549ed /qtivi.pro
parent576b2d96d5ba01df9d30fa5d70de4956eb532018 (diff)
parent7f6fb1fb66b140ab0b0b8aee8a562bdbda1ce286 (diff)
Merge branch '5.7' into dev
Diffstat (limited to 'qtivi.pro')
-rw-r--r--qtivi.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtivi.pro b/qtivi.pro
index 1c1fc6b..f0a7eda 100644
--- a/qtivi.pro
+++ b/qtivi.pro
@@ -10,7 +10,9 @@ enable-tests {
QML_IMPORT_PATH = $$shadowed($$PWD)/qml
-lessThan(QT_MAJOR_VERSION, 5): error("QtIvi only supports Qt 5.")
+MIN_MINOR = 5
+!equals(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, $$MIN_MINOR):error("QtIvi needs to be built against Qt 5.$${MIN_MINOR}+")
+
load(configure)
qtCompileTest(dlt)
qtCompileTest(taglib)