Fixed build problem on Win.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-09 19:52:56 +03:00
parent 9873df47ae
commit c92699abf3
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"