Fix for build on drone.io.
--HG-- branch : develop
This commit is contained in:
parent
4121dc7689
commit
7676959bdb
|
@ -34,7 +34,7 @@
|
|||
#include <vector>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -29,7 +29,12 @@
|
|||
#include "vdxfengine.h"
|
||||
#include <QDebug>
|
||||
#include <QDateTime>
|
||||
#include <QtMath>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
static inline QPaintEngine::PaintEngineFeatures svgEngineFeatures()
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "../ifc/exception/vexception.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -32,8 +32,9 @@
|
|||
|
||||
#include <QPointF>
|
||||
#include <QLineF>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -31,11 +31,13 @@
|
|||
|
||||
#include <QGraphicsItem>
|
||||
#include <QPainterPath>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -39,8 +39,9 @@
|
|||
#include <QCoreApplication>
|
||||
#include <QDir>
|
||||
#include <QtWidgets>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -29,8 +29,9 @@
|
|||
#include "vposter.h"
|
||||
#include <QPainter>
|
||||
#include <QPrinter>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -33,10 +33,10 @@
|
|||
#include <QLocale>
|
||||
#include <QApplication>
|
||||
|
||||
#include "../../libs/ifc/ifcdef.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -33,10 +33,10 @@
|
|||
#include <QLocale>
|
||||
#include <QApplication>
|
||||
|
||||
#include "../../libs/ifc/ifcdef.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <QTextStream>
|
||||
#include <QDebug>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "../../../visualization/vistoolspline.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "../../../visualization/vistoolsplinepath.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
# include "../vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user