Changed macros to be sure that <sys/sysmacros.h> is not included on Windows.
--HG-- branch : develop
This commit is contained in:
parent
67360605b3
commit
6c04438a02
|
@ -29,11 +29,12 @@
|
||||||
#ifndef VABSTRACTCONVERTER_H
|
#ifndef VABSTRACTCONVERTER_H
|
||||||
#define VABSTRACTCONVERTER_H
|
#define VABSTRACTCONVERTER_H
|
||||||
|
|
||||||
#if defined(__GNUC__) && !defined(__APPLE__) && !defined(WIN32)
|
#include <qcompilerdetection.h>
|
||||||
|
|
||||||
|
#if !defined(Q_OS_OSX) && !defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||||
#include <sys/sysmacros.h>
|
#include <sys/sysmacros.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <qcompilerdetection.h>
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user