From 9a9c63f58ee36b07d47ad89313084e3c838d061d Mon Sep 17 00:00:00 2001 From: Armin Hornung Date: Sun, 19 Oct 2025 23:16:12 +0200 Subject: [PATCH] Set Qt5 as default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1aa5f66..b41d1a75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) # enables -fPIC in applicable compilers option(BUILD_OCTOVIS_SUBPROJECT "Build targets from subproject octovis" ON) option(BUILD_DYNAMICETD3D_SUBPROJECT "Build targets from subproject dynamicEDT3D" ON) -option(OCTOVIS_QT6 "Link Octovis against Qt6?" ON) +option(OCTOVIS_QT6 "Link Octovis against Qt6?" OFF) # defaults to Qt5 set(CMAKE_CXX_STANDARD 11)