Commit d246a34e authored by Tomaz Canabrava's avatar Tomaz Canabrava Committed by Daniel Agar

Default to latest LTS Qt

parent d6890778
...@@ -16,8 +16,8 @@ if(DEFINED ENV{QT_VERSION}) ...@@ -16,8 +16,8 @@ if(DEFINED ENV{QT_VERSION})
endif() endif()
if(NOT QT_VERSION) if(NOT QT_VERSION)
# try Qt 5.11.2 if none specified # try Qt 5.12.0 if none specified, last LTS.
set(QT_VERSION "5.11.2") set(QT_VERSION "5.12.0")
endif() endif()
if(DEFINED ENV{QT_MKSPEC}) if(DEFINED ENV{QT_MKSPEC})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment