Changed version.h path in valentina.rc and remove unused include in version.h
--HG-- branch : develop
This commit is contained in:
parent
88c8c7ec41
commit
5db630d210
|
@ -1,7 +1,7 @@
|
||||||
IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico"
|
IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico"
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "version.h"
|
#include "../../version.h"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION VER_FILEVERSION
|
FILEVERSION VER_FILEVERSION
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#include <QtCore/QString>
|
|
||||||
|
|
||||||
extern const int MAJOR_VERSION;
|
extern const int MAJOR_VERSION;
|
||||||
extern const int MINOR_VERSION;
|
extern const int MINOR_VERSION;
|
||||||
extern const int DEBUG_VERSION;
|
extern const int DEBUG_VERSION;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user