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})
endif()
if(NOT QT_VERSION)
# try Qt 5.11.2 if none specified
set(QT_VERSION "5.11.2")
# try Qt 5.12.0 if none specified, last LTS.
set(QT_VERSION "5.12.0")
endif()
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