From 10589a247e12983613d2733c17b4c5a3dfa1a4c5 Mon Sep 17 00:00:00 2001 From: Dushyant Basson Date: Tue, 29 Aug 2023 09:10:02 +0530 Subject: [PATCH] comment edit: Qt5 to Qt6 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 39cdf8bf07..f0ed33b0bc 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -82,7 +82,7 @@ if(NO_WARN) endif() endif() -# QtViewer requires Qt5 +# QtViewer requires Qt6 OPTION(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer" OFF) include(GNUInstallDirs) if((BUILD_CONVERT OR BUILD_GEOMSERVER OR BUILD_IFCPYTHON) AND (NOT BUILD_IFCGEOM))