mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Use Qt5 by default
This commit is contained in:
@@ -10,7 +10,7 @@ endif()
|
||||
|
||||
# Qt
|
||||
if (NOT DEFINED(CEE_USE_QT5))
|
||||
option(CEE_USE_QT5 "Use Qt5" OFF)
|
||||
option(CEE_USE_QT5 "Use Qt5" ON)
|
||||
endif(NOT DEFINED(CEE_USE_QT5))
|
||||
|
||||
if (CEE_USE_QT5)
|
||||
|
||||
Reference in New Issue
Block a user