aboutsummaryrefslogtreecommitdiffstats
path: root/qtivi.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-05-09 21:23:54 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2019-05-09 19:28:04 +0000
commit3c03dda7eb7dedf56b1fc0a1905057be814f8fae (patch)
tree017f107a370689dd7d7eca5367b882713c7c3a38 /qtivi.pro
parent1e8cd0579e96fff290b70d36f76fb79ba47e718d (diff)
Remove old code and raise minimum version to 5.12
Change-Id: Idfd21c6219917ac7ce80aad826ee5338187f8665 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'qtivi.pro')
-rw-r--r--qtivi.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtivi.pro b/qtivi.pro
index 25c78f3..417dfbd 100644
--- a/qtivi.pro
+++ b/qtivi.pro
@@ -15,7 +15,7 @@ enable-tests {
QML_IMPORT_PATH = $$shadowed($$PWD)/qml
-MIN_MINOR = 8 # b/c we need the new Qt configuration system
+MIN_MINOR = 12 # b/c we need the new Qt configuration system
!equals(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, $$MIN_MINOR):error("QtIvi needs to be built against Qt 5.$${MIN_MINOR}+")
load(qt_parts)