Fixed build in win7
--HG-- branch : feature
This commit is contained in:
parent
f98f897fd3
commit
c95b162c0d
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <QPainterPath>
|
||||
#include <QDebug>
|
||||
#include <QtCore/qmath.h>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VAbstractCubicBezier::VAbstractCubicBezier(const GOType &type, const quint32 &idObject, const Draw &mode)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define VDRAWTOOL_H
|
||||
|
||||
#include "../vabstracttool.h"
|
||||
#include "../../dialogs/tools/dialogtool.h"
|
||||
#include "dialogs/tools/dialogtool.h"
|
||||
#include "../vwidgets/vmaingraphicsview.h"
|
||||
|
||||
#include <QMenu>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "../ifc/xml/vabstractpattern.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
#include "../vwidgets/vmaingraphicsscene.h"
|
||||
#include "../visualization/visualization.h"
|
||||
#include "visualization/visualization.h"
|
||||
|
||||
class QDomElement;
|
||||
class QLineF;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VDATATOOL_H
|
||||
#define VDATATOOL_H
|
||||
|
||||
#include "../../vpatterndb/vcontainer.h"
|
||||
#include "../vpatterndb/vcontainer.h"
|
||||
#include "../vmisc/logging.h"
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(vTool)
|
||||
|
|
Loading…
Reference in New Issue
Block a user