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 <QPainter>
|
||||
#include <QPrinter>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
||||
#include "../../utils/def.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user