Moved VTextManager class into the vlayout folder in order for tests to compile. It also belong to vlayout folder more than into vtools
--HG-- branch : feature
This commit is contained in:
parent
1759d4314f
commit
04780b4323
|
@ -16,6 +16,7 @@ HEADERS += \
|
|||
$$PWD/vcontour_p.h \
|
||||
$$PWD/vbestsquare.h \
|
||||
$$PWD/vposition.h \
|
||||
$$PWD/vtextmanager.h \
|
||||
vposter.h
|
||||
|
||||
SOURCES += \
|
||||
|
@ -27,6 +28,7 @@ SOURCES += \
|
|||
$$PWD/vcontour.cpp \
|
||||
$$PWD/vbestsquare.cpp \
|
||||
$$PWD/vposition.cpp \
|
||||
$$PWD/vtextmanager.cpp \
|
||||
vposter.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "vabstractdetail.h"
|
||||
#include "../vpatterndb/vpatternpiecedata.h"
|
||||
#include "../vpatterndb/vpatterninfogeometry.h"
|
||||
#include "../vtools/tools/vtextmanager.h"
|
||||
#include "vtextmanager.h"
|
||||
|
||||
#include <QMatrix>
|
||||
#include <QPointF>
|
||||
|
|
|
@ -51,8 +51,7 @@ HEADERS += \
|
|||
$$PWD/drawTools/toolcurve/vtoolcubicbezier.h \
|
||||
$$PWD/drawTools/toolcurve/vtoolcubicbezierpath.h \
|
||||
$$PWD/drawTools/operation/vtoolrotation.h \
|
||||
$$PWD/vtextgraphicsitem.h \
|
||||
$$PWD/vtextmanager.h
|
||||
$$PWD/vtextgraphicsitem.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vtooldetail.cpp \
|
||||
|
@ -101,5 +100,4 @@ SOURCES += \
|
|||
$$PWD/drawTools/toolcurve/vtoolcubicbezier.cpp \
|
||||
$$PWD/drawTools/toolcurve/vtoolcubicbezierpath.cpp \
|
||||
$$PWD/drawTools/operation/vtoolrotation.cpp \
|
||||
$$PWD/vtextgraphicsitem.cpp \
|
||||
$$PWD/vtextmanager.cpp
|
||||
$$PWD/vtextgraphicsitem.cpp
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <QFont>
|
||||
#include <QList>
|
||||
|
||||
#include "vtextmanager.h"
|
||||
#include "../vlayout/vtextmanager.h"
|
||||
|
||||
class VTextGraphicsItem : public QGraphicsObject
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user