output SMESH version number in about dialog

- in order to get this info when user reports bugs
This commit is contained in:
Uwe
2022-10-15 04:21:25 +02:00
parent 9e481f1ac1
commit f3c0cfbd59
4 changed files with 19 additions and 7 deletions

View File

@@ -9,13 +9,20 @@
# include <${OCC_INCLUDE_DIR}/Standard_Version.hxx>
#endif
#cmakedefine BUILD_SMESH
#if defined(BUILD_SMESH)
# include <SMESH_Version.h>
#endif
/* No need for Boost (version info is always included in the source) */
/* No need for Python (version info is always included in the source) */
/* No need for Qt (version info is always included in the source) */
/* No need for SMESH (version info is always included in the source) */
/* No need for zlib (version info is always included in the source) */
// No CMake version info for SMESH, libarea, Zipios, or KDL
// No CMake version info for libarea, Zipios, or KDL
// Coin3D
constexpr char * FC_COIN3D_VERSION = "${COIN3D_VERSION}";