options.cmake: do not prefer Qt6 by default (for now) (#4028)
This commit is contained in:
parent
24303bfdd3
commit
e374176f17
|
@ -38,7 +38,7 @@ option(ENABLE_OSS_FUZZ "Enable the OSS-Fuzz related targets"
|
|||
|
||||
option(BUILD_GUI "Build the qt application" OFF)
|
||||
option(WITH_QCHART "Enable QtCharts usage in the GUI" OFF)
|
||||
option(USE_QT6 "Prefer Qt6 when available" ON)
|
||||
option(USE_QT6 "Prefer Qt6 when available" OFF)
|
||||
|
||||
option(HAVE_RULES "Usage of rules (needs PCRE library and headers)" OFF)
|
||||
option(USE_BUNDLED_TINYXML2 "Usage of bundled tinyxml2 library" ON)
|
||||
|
|
Loading…
Reference in New Issue