Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
+6 -2
View File
@@ -74,10 +74,10 @@ if(GEANT4_USE_TOOLSSG_QT_GLES)
PUBLIC_HEADERS
G4ToolsSGQtGLES.hh
PRIVATE_HEADERS
G4ToolsSGQtViewer.hh
G4ToolsSGQtGLESViewer.hh
SOURCES
G4ToolsSGQtGLES.cc
G4ToolsSGQtViewer.cc)
G4ToolsSGQtGLESViewer.cc)
geant4_module_compile_definitions(G4ToolsSG PUBLIC G4VIS_USE_TOOLSSG_QT_GLES)
@@ -93,6 +93,8 @@ if(GEANT4_USE_TOOLSSG_QT_GLES)
geant4_module_link_libraries(G4ToolsSG PRIVATE Qt${QT_VERSION_MAJOR}::OpenGLWidgets)
endif()
geant4_set_module_property(G4ToolsSG PROPERTY AUTOMOC ON)
# Minor hack for MOC-ing. Qt's moc requires visibility of the private headers
# - Will not affect external consumers and should be minimal impact interanally
# as this is a leaf category
@@ -119,6 +121,8 @@ if(GEANT4_USE_TOOLSSG_QT_ZB)
Qt${QT_VERSION_MAJOR}::Widgets
G4UIimplementation)
geant4_set_module_property(G4ToolsSG PROPERTY AUTOMOC ON)
# Minor hack for MOC-ing. Qt's moc requires visibility of the private headers
# - Will not affect external consumers and should be minimal impact interanally
# as this is a leaf category