diff --git a/src/app/share/resources/valentina.rc b/src/app/share/resources/valentina.rc index 3fde083b5..2cf3b4d17 100644 --- a/src/app/share/resources/valentina.rc +++ b/src/app/share/resources/valentina.rc @@ -1,7 +1,7 @@ IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico" #include -#include "version.h" +#include "../../version.h" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION diff --git a/src/app/version.h b/src/app/version.h index 7ffb4371e..c3a089864 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -29,8 +29,6 @@ #ifndef VERSION_H #define VERSION_H -#include - extern const int MAJOR_VERSION; extern const int MINOR_VERSION; extern const int DEBUG_VERSION;