diff --git a/gui/projectfile.cpp b/gui/projectfile.cpp index 84fa81a01..f276e00a0 100644 --- a/gui/projectfile.cpp +++ b/gui/projectfile.cpp @@ -25,6 +25,10 @@ #include "projectfile.h" #include "common.h" +#ifdef _MSC_VER +#define constexpr const // TODO what handling of constexpr is there is MSC +#endif + static constexpr char ProjectElementName[] = "project"; static constexpr char ProjectVersionAttrib[] = "version"; static constexpr char ProjectFileVersion[] = "1";