Fixed broken build on Windows.

--HG--
branch : develop
This commit is contained in:
dismine 2014-12-31 13:28:55 +02:00
parent 8bbfacabb4
commit 2efc995496
2 changed files with 1 additions and 3 deletions

View File

@ -29,6 +29,7 @@
#include "version.h"
#include <QString>
#include <QApplication>
#include <QSysInfo>
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 2;

View File

@ -26,9 +26,6 @@
**
*************************************************************************/
#include <QSysInfo>
#include <QCoreApplication>
#ifndef VERSION_H
#define VERSION_H