fatal error: QtMath: No such file or directory.
--HG-- branch : develop
This commit is contained in:
parent
05b3cfa4db
commit
89f13a0016
|
@ -29,7 +29,11 @@
|
||||||
#include "vposter.h"
|
#include "vposter.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <QPrinter>
|
#include <QPrinter>
|
||||||
#include <QtMath>
|
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||||
|
# include "../../utils/vmath.h"
|
||||||
|
#else
|
||||||
|
# include <QtMath>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../../utils/def.h"
|
#include "../../utils/def.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user