AppFwk : Use Qt5 by default

This commit is contained in:
Magne Sjaastad
2019-09-02 20:48:11 +02:00
parent 551e459942
commit 68532567f2

View File

@@ -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)