From 83dda3e73fe9432b31bf929f011edcc855fb4c20 Mon Sep 17 00:00:00 2001 From: Dirk Olbrich Date: Thu, 31 Aug 2023 11:48:14 +0200 Subject: [PATCH] cmake: fix QT version number from merge conflict --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index c5ae5c1e98..a1a4d87dcf 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -63,7 +63,7 @@ endif() option(USERSPACE_PYTHON_PREFIX "Installs IfcPython for the current user only instead of system-wide." OFF) option(ADD_COMMIT_SHA "Add commit sha and branch in version number, warning results in many rebuilds, requires git" OFF) option(BUILD_IFCMAX "Build IfcMax, a 3ds Max plug-in, Windows-only." OFF) -# QtViewer requires Qt5 +# QtViewer requires Qt6 option(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer" OFF) if(MSVC AND MSVC_PARALLEL_BUILD)