From 9c4c42e27e74a62b18e3baff0d8f2d1df574e405 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))