Move classes to VMisc.
--HG-- branch : feature
This commit is contained in:
parent
cababbfc37
commit
8faded8de2
|
@ -3,16 +3,10 @@
|
|||
|
||||
HEADERS += \
|
||||
$$PWD/vapplication.h \
|
||||
$$PWD/undoevent.h \
|
||||
$$PWD/vsettings.h \
|
||||
$$PWD/backport/qcommandlineoption.h \
|
||||
$$PWD/backport/qcommandlineparser.h \
|
||||
$$PWD/vformula.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vapplication.cpp \
|
||||
$$PWD/undoevent.cpp \
|
||||
$$PWD/vsettings.cpp \
|
||||
$$PWD/backport/qcommandlineoption.cpp \
|
||||
$$PWD/backport/qcommandlineparser.cpp \
|
||||
$$PWD/vformula.cpp
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "../xml/vabstractmeasurements.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "../../libs/vlayout/vlayoutgenerator.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../../utils/vmath.h"
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "core/vapplication.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0)
|
||||
# include "../core/backport/qcommandlineparser.h"
|
||||
# include "../libs/vmisc/backport/qcommandlineparser.h"
|
||||
#else
|
||||
# include <QCommandLineParser>
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "xml/vstandardmeasurements.h"
|
||||
#include "xml/vindividualmeasurements.h"
|
||||
#include "core/vapplication.h"
|
||||
#include "core/undoevent.h"
|
||||
#include "../libs/vmisc/undoevent.h"
|
||||
#include "core/vsettings.h"
|
||||
#include "undocommands/renamepp.h"
|
||||
#include "vtooloptionspropertybrowser.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "../../options.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../../utils/vmath.h"
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "../../visualization/vistoolsplinepath.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../../utils/vmath.h"
|
||||
# include "../../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "../libs/ifc/exception/vexceptionemptyparameter.h"
|
||||
#include "../libs/ifc/exception/vexceptionundo.h"
|
||||
#include "../libs/ifc/xml/vpatternconverter.h"
|
||||
#include "../core/undoevent.h"
|
||||
#include "../libs/vmisc/undoevent.h"
|
||||
#include "../core/vsettings.h"
|
||||
#include "vstandardmeasurements.h"
|
||||
#include "vindividualmeasurements.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "../ifc/exception/vexception.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <QPointF>
|
||||
#include <QLineF>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <QGraphicsItem>
|
||||
#include <QPainterPath>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <QDir>
|
||||
#include <QtWidgets>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <QPainter>
|
||||
#include <QPrinter>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
|
@ -3,10 +3,16 @@
|
|||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/def.cpp
|
||||
$$PWD/def.cpp \
|
||||
$$PWD/undoevent.cpp \
|
||||
$$PWD/backport/qcommandlineoption.cpp \
|
||||
$$PWD/backport/qcommandlineparser.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/def.h \
|
||||
$$PWD/logging.h \
|
||||
$$PWD/vmath.h
|
||||
$$PWD/vmath.h \
|
||||
$$PWD/undoevent.h \
|
||||
$$PWD/backport/qcommandlineoption.h \
|
||||
$$PWD/backport/qcommandlineparser.h
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <QTextStream>
|
||||
#include <QDebug>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
|
||||
# include "../../utils/vmath.h"
|
||||
# include "../libs/vmisc/vmath.h"
|
||||
#else
|
||||
# include <QtMath>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user