(tmp.) switch off Web module when building with Qt5
This commit is contained in:
@@ -279,7 +279,11 @@ OPTION(BUILD_START "Build the FreeCAD start module" ON)
|
|||||||
OPTION(BUILD_TEST "Build the FreeCAD test module" ON)
|
OPTION(BUILD_TEST "Build the FreeCAD test module" ON)
|
||||||
OPTION(BUILD_TECHDRAW "Build the FreeCAD Technical Drawing module" ON)
|
OPTION(BUILD_TECHDRAW "Build the FreeCAD Technical Drawing module" ON)
|
||||||
OPTION(BUILD_TUX "Build the FreeCAD Tux module" ON)
|
OPTION(BUILD_TUX "Build the FreeCAD Tux module" ON)
|
||||||
OPTION(BUILD_WEB "Build the FreeCAD web module" ON)
|
if (BUILD_QT5)
|
||||||
|
OPTION(BUILD_WEB "Build the FreeCAD web module" OFF)
|
||||||
|
else()
|
||||||
|
OPTION(BUILD_WEB "Build the FreeCAD web module" ON)
|
||||||
|
endif()
|
||||||
OPTION(BUILD_SURFACE "Build the FreeCAD surface module" ON)
|
OPTION(BUILD_SURFACE "Build the FreeCAD surface module" ON)
|
||||||
OPTION(BUILD_VR "Build the FreeCAD Oculus Rift support (need Oculus SDK 4.x or higher)" OFF)
|
OPTION(BUILD_VR "Build the FreeCAD Oculus Rift support (need Oculus SDK 4.x or higher)" OFF)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user