Windows build.
--HG-- branch : develop
This commit is contained in:
parent
934ccce310
commit
dfd1b35562
|
@ -29,7 +29,6 @@
|
||||||
#ifndef OPTIONS_H
|
#ifndef OPTIONS_H
|
||||||
#define OPTIONS_H
|
#define OPTIONS_H
|
||||||
|
|
||||||
#include <QtGlobal>
|
|
||||||
#include "../libs/ifc/ifcdef.h"
|
#include "../libs/ifc/ifcdef.h"
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
|
@ -40,7 +39,6 @@
|
||||||
# endif /*Q_CC_MSVC*/
|
# endif /*Q_CC_MSVC*/
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
|
||||||
extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
|
|
||||||
#endif /*Q_OS_WIN32*/
|
#endif /*Q_OS_WIN32*/
|
||||||
|
|
||||||
class QString;
|
class QString;
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
#define IFCDEF_H
|
#define IFCDEF_H
|
||||||
|
|
||||||
#include <csignal>
|
#include <csignal>
|
||||||
|
#include <QtGlobal>
|
||||||
|
|
||||||
|
#ifdef Q_OS_WIN32
|
||||||
|
extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
|
||||||
|
#endif /*Q_OS_WIN32*/
|
||||||
|
|
||||||
enum class Unit : char { Mm, Cm, Inch };
|
enum class Unit : char { Mm, Cm, Inch };
|
||||||
enum class MeasurementsType : char { Standard, Individual };
|
enum class MeasurementsType : char { Standard, Individual };
|
||||||
|
|
Loading…
Reference in New Issue
Block a user