aboutsummaryrefslogtreecommitdiffstats
path: root/qtivi.pro
diff options
context:
space:
mode:
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)