cmake: fix QT version number from merge conflict

This commit is contained in:
Dirk Olbrich
2023-08-31 11:48:14 +02:00
committed by Thomas Krijnen
parent 5c78e29849
commit 83dda3e73f
+1 -1
View File
@@ -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)