Move classes VGraphicsSimpleTextItem and VControlPointSpline to library
VWidgets. --HG-- branch : feature
This commit is contained in:
parent
2c49348495
commit
f4aeff48cd
|
@ -2,8 +2,6 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/vgraphicssimpletextitem.h \
|
||||
$$PWD/vcontrolpointspline.h \
|
||||
$$PWD/visline.h \
|
||||
$$PWD/vistoolline.h \
|
||||
$$PWD/vistoolendline.h \
|
||||
|
@ -33,8 +31,6 @@ HEADERS += \
|
|||
$$PWD/vistoolarcwithlength.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vgraphicssimpletextitem.cpp \
|
||||
$$PWD/vcontrolpointspline.cpp \
|
||||
$$PWD/visline.cpp \
|
||||
$$PWD/vistoolline.cpp \
|
||||
$$PWD/vistoolendline.cpp \
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
#include <QGraphicsEllipseItem>
|
||||
#include <QObject>
|
||||
#include "../libs/vgeometry/vsplinepath.h"
|
||||
#include "../libs/vmisc/def.h"
|
||||
#include "../vgeometry/vsplinepath.h"
|
||||
#include "../vmisc/def.h"
|
||||
|
||||
/**
|
||||
* @brief The VControlPointSpline class control spline point.
|
|
@ -33,6 +33,7 @@
|
|||
#include <QStyleOptionGraphicsItem>
|
||||
#include <QGraphicsSceneMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
#include <QGraphicsScene>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include <QGraphicsSimpleTextItem>
|
||||
#include <QObject>
|
||||
#include "../libs/vmisc/def.h"
|
||||
#include "../vmisc/def.h"
|
||||
|
||||
/**
|
||||
* @brief The VGraphicsSimpleTextItem class pointer label.
|
|
@ -8,7 +8,9 @@ SOURCES += \
|
|||
$$PWD/vmaingraphicsscene.cpp \
|
||||
$$PWD/vmaingraphicsview.cpp \
|
||||
$$PWD/vsimplecurve.cpp \
|
||||
$$PWD/vwidgetpopup.cpp
|
||||
$$PWD/vwidgetpopup.cpp \
|
||||
$$PWD/vcontrolpointspline.cpp \
|
||||
$$PWD/vgraphicssimpletextitem.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
|
@ -17,4 +19,6 @@ HEADERS += \
|
|||
$$PWD/vmaingraphicsscene.h \
|
||||
$$PWD/vmaingraphicsview.h \
|
||||
$$PWD/vsimplecurve.h \
|
||||
$$PWD/vwidgetpopup.h
|
||||
$$PWD/vwidgetpopup.h \
|
||||
$$PWD/vcontrolpointspline.h \
|
||||
$$PWD/vgraphicssimpletextitem.h
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
# File with common stuff for whole project
|
||||
include(../../../Valentina.pri)
|
||||
|
||||
QT += widgets
|
||||
|
||||
# Name of the library
|
||||
TARGET = vwidgets
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user