mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Check for 5.6 Qt specifically in project file.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user