From c92699abf38c95eb68886c658706c064cde780be Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 9 Oct 2015 19:52:56 +0300 Subject: [PATCH] Fixed build problem on Win. --HG-- branch : develop --- src/app/tape/version.h | 2 +- src/app/valentina/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tape/version.h b/src/app/tape/version.h index 7fc1cfe1b..c829a7999 100644 --- a/src/app/tape/version.h +++ b/src/app/tape/version.h @@ -29,7 +29,7 @@ #ifndef VERSION_H #define VERSION_H -#include "../vmisc/projectversion.h" +#include "../../libs/vmisc/projectversion.h" #define VER_INTERNALNAME_STR "Tape" #define VER_ORIGINALFILENAME_STR "tape.exe" diff --git a/src/app/valentina/version.h b/src/app/valentina/version.h index 0a38656fc..cb113799c 100644 --- a/src/app/valentina/version.h +++ b/src/app/valentina/version.h @@ -29,7 +29,7 @@ #ifndef VERSION_H #define VERSION_H -#include "../vmisc/projectversion.h" +#include "../../libs/vmisc/projectversion.h" #define VER_INTERNALNAME_STR "Valentina" #define VER_ORIGINALFILENAME_STR "valentina.exe"