Move class VToolRecord to library IFC.
--HG-- branch : feature
This commit is contained in:
parent
fdb45fdc76
commit
48cd74cabd
|
@ -30,7 +30,7 @@
|
|||
#define VPATTERN_H
|
||||
|
||||
#include "../libs/ifc/xml/vdomdocument.h"
|
||||
#include "vtoolrecord.h"
|
||||
#include "../libs/ifc/xml/vtoolrecord.h"
|
||||
#include "../libs/vpatterndb/vcontainer.h"
|
||||
|
||||
class VDataTool;
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/vtoolrecord.h \
|
||||
$$PWD/vpattern.h \
|
||||
$$PWD/vstandardmeasurements.h \
|
||||
$$PWD/vindividualmeasurements.h \
|
||||
$$PWD/vabstractmeasurements.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vtoolrecord.cpp \
|
||||
$$PWD/vpattern.cpp \
|
||||
$$PWD/vstandardmeasurements.cpp \
|
||||
$$PWD/vindividualmeasurements.cpp \
|
||||
|
|
|
@ -11,4 +11,4 @@ HEADERS += \
|
|||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
ifcdef.cpp
|
||||
$$PWD/ifcdef.cpp
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include "vtoolrecord.h"
|
||||
#include "../ifcdef.h"
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VTOOLRECORD_H
|
||||
#define VTOOLRECORD_H
|
||||
|
||||
#include "../options.h"
|
||||
#include "../../utils/def.h"
|
||||
|
||||
#include <QString>
|
||||
|
|
@ -4,9 +4,11 @@
|
|||
HEADERS += \
|
||||
$$PWD/vabstractconverter.h \
|
||||
$$PWD/vdomdocument.h \
|
||||
$$PWD/vpatternconverter.h
|
||||
$$PWD/vpatternconverter.h \
|
||||
$$PWD/vtoolrecord.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vabstractconverter.cpp \
|
||||
$$PWD/vdomdocument.cpp \
|
||||
$$PWD/vpatternconverter.cpp
|
||||
$$PWD/vpatternconverter.cpp \
|
||||
$$PWD/vtoolrecord.cpp
|
||||
|
|
Loading…
Reference in New Issue
Block a user