options.cmake: do not prefer Qt6 by default (for now) (#4028)

This commit is contained in:
Oliver Stöneberg 2022-04-19 10:12:31 +02:00 committed by GitHub
parent 24303bfdd3
commit e374176f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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