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> #include <vector>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -29,7 +29,12 @@
#include "vdxfengine.h" #include "vdxfengine.h"
#include <QDebug> #include <QDebug>
#include <QDateTime> #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() static inline QPaintEngine::PaintEngineFeatures svgEngineFeatures()

View file

@ -31,7 +31,7 @@
#include "../ifc/exception/vexception.h" #include "../ifc/exception/vexception.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -32,8 +32,9 @@
#include <QPointF> #include <QPointF>
#include <QLineF> #include <QLineF>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -31,11 +31,13 @@
#include <QGraphicsItem> #include <QGraphicsItem>
#include <QPainterPath> #include <QPainterPath>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif
#include <QDebug> #include <QDebug>
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------

View file

@ -39,8 +39,9 @@
#include <QCoreApplication> #include <QCoreApplication>
#include <QDir> #include <QDir>
#include <QtWidgets> #include <QtWidgets>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -29,8 +29,9 @@
#include "vposter.h" #include "vposter.h"
#include <QPainter> #include <QPainter>
#include <QPrinter> #include <QPrinter>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -33,10 +33,10 @@
#include <QLocale> #include <QLocale>
#include <QApplication> #include <QApplication>
#include "../../libs/ifc/ifcdef.h" #include "../ifc/ifcdef.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -33,10 +33,10 @@
#include <QLocale> #include <QLocale>
#include <QApplication> #include <QApplication>
#include "../../libs/ifc/ifcdef.h" #include "../ifc/ifcdef.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

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

View file

@ -33,7 +33,7 @@
#include "../../../visualization/vistoolspline.h" #include "../../../visualization/vistoolspline.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif

View file

@ -32,7 +32,7 @@
#include "../../../visualization/vistoolsplinepath.h" #include "../../../visualization/vistoolsplinepath.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../../libs/vmisc/vmath.h" # include "../vmisc/vmath.h"
#else #else
# include <QtMath> # include <QtMath>
#endif #endif