Check for 5.6 Qt specifically in project file.

This commit is contained in:
baldurk
2016-11-21 10:56:28 +01:00
parent 60fed06de0
commit f336643e37
+2
View File
@@ -8,6 +8,8 @@ QT += core gui widgets
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
equals(QT_MAJOR_VERSION, 5): lessThan(QT_MINOR_VERSION, 6): error("requires Qt 5.6")
TARGET = qrenderdoc
TEMPLATE = app