Skip to content

Commit

Permalink
force_qt6 is off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander B committed Aug 24, 2023
1 parent 237766b commit 90960af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(Qldd
LANGUAGES CXX
VERSION ${MAJOR}.${MINOR}.${PATCH})

option(FORCE_QT6 "Enable Qt6 usage force [OFF: default]" ON)
option(FORCE_QT6 "Enable Qt6 usage force [OFF: default]" OFF)

find_package(VersionHeader)
set(PROJECT_VERSION "${MAJOR}.${MINOR}.${PATCH}.${COMMITTER_SHORTSHA}")
Expand Down

0 comments on commit 90960af

Please sign in to comment.