Go to the documentation of this file.
14 #define MEPP_VERSION "v0.15.1 - 15/10/2022"
16 #define MAINWINDOW_TITLE QObject::tr("MEPP2 : 3D MEsh Processing Platform")
18 #if _WIN64 || __amd64__
19 #define PORTABLE_64_BIT
20 #define ARCHITECTURE QObject::tr("64 bits")
22 #define PORTABLE_32_BIT
23 #define ARCHITECTURE QObject::tr("32 bits")
27 #define BUILD_TYPE QObject::tr("DEBUG")
29 #define BUILD_TYPE QObject::tr("RELEASE")
32 #define MEPP_READER QObject::tr("USE MEPP GENERIC READER")