Build on Windows.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-24 00:44:50 +03:00
parent 64c27f0e34
commit ce5882198e
3 changed files with 8 additions and 15 deletions

View file

@ -38,6 +38,7 @@
#include <QDebug>
#include <QDir>
#include <QProcess>
#include <QTemporaryFile>
#include <QUndoStack>
#include <QtCore/qmath.h>

View file

@ -33,8 +33,12 @@
#include <QtGlobal>
#ifdef Q_OS_WIN32
#define NOMINMAX
# include <Windows.h>
# if defined( Q_CC_MSVC ) // MSVC USED
# ifndef NOMINMAX
# define NOMINMAX // DISABLE min/max MACROS
# endif
# endif /*Q_CC_MSVC*/
# include <windows.h>
extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
#endif /*Q_OS_WIN32*/

View file

@ -29,18 +29,6 @@ BEGIN
BLOCK "VarFileInfo"
BEGIN
/* The following line should only be modified for localized versions. */
/* It consists of any number of WORD,WORD pairs, with each pair */
/* describing a language,codepage combination supported by the file. */
/* */
/* For example, a file might have values "0x409,1252" indicating that it */
/* supports English language (0x409) in the Windows ANSI codepage (1252). */
VALUE "Translation", 0x0409, 1252, //U.S. English
VALUE "Translation", 0x0405, 1200, //Czech
VALUE "Translation", 0x0407, 1200, //German
VALUE "Translation", 0x040C, 1200, //French
VALUE "Translation", 0x040D, 1200, //Hebrew
VALUE "Translation", 0x0413, 1200, //Dutch
VALUE "Translation", 0x0419, 1200 //Russian
VALUE "Translation", 0x0409, 0x04E4 //U.S. English
END
END