Fixed gcodeviewer application title on Linux and Mac

This commit is contained in:
enricoturri1966 2020-10-07 16:02:01 +02:00
parent 2ecd78b0d5
commit ce0312acbd
3 changed files with 3 additions and 8 deletions

View file

@ -2,6 +2,9 @@
#define _libslic3r_h_
#include "libslic3r_version.h"
#define GCODEVIEWER_APP_NAME "PrusaSlicer G-code Viewer"
#define GCODEVIEWER_APP_KEY "PrusaSlicerGcodeViewer"
#define GCODEVIEWER_BUILD_ID std::string("PrusaSlicer G-code Viewer-") + std::string(SLIC3R_VERSION) + std::string("-UNKNOWN")
// this needs to be included early for MSVC (listing it in Build.PL is not enough)
#include <memory>