Changed version.h path in valentina.rc and remove unused include in version.h

--HG--
branch : develop
This commit is contained in:
Patrick Proy 2014-05-06 16:02:18 +02:00
parent 88c8c7ec41
commit 5db630d210
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico"
#include <windows.h>
#include "version.h"
#include "../../version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION

View file

@ -29,8 +29,6 @@
#ifndef VERSION_H
#define VERSION_H
#include <QtCore/QString>
extern const int MAJOR_VERSION;
extern const int MINOR_VERSION;
extern const int DEBUG_VERSION;