Fix for build on drone.io.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-08 20:07:48 +03:00
parent 4121dc7689
commit 7676959bdb
12 changed files with 24 additions and 13 deletions

View file

@ -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

View file

@ -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()

View file

@ -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

View file

@ -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

View file

@ -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>
//---------------------------------------------------------------------------------------------------------------------

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -30,6 +30,7 @@
#include <QTextStream>
#include <QDebug>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../vmisc/vmath.h"
#else

View file

@ -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

View file

@ -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