fatal error: QtMath: No such file or directory.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-04-15 20:41:23 +03:00
parent 05b3cfa4db
commit 89f13a0016

View file

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