2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
|
|
|
xml/vtoolrecord.h \
|
|
|
|
xml/vdomdocument.h \
|
|
|
|
xml/vpattern.h \
|
|
|
|
xml/vstandardmeasurements.h \
|
2014-06-18 12:40:42 +02:00
|
|
|
xml/vindividualmeasurements.h \
|
|
|
|
xml/vabstractmeasurements.h
|
2014-04-25 10:58:33 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
xml/vtoolrecord.cpp \
|
|
|
|
xml/vdomdocument.cpp \
|
|
|
|
xml/vpattern.cpp \
|
|
|
|
xml/vstandardmeasurements.cpp \
|
2014-06-18 12:40:42 +02:00
|
|
|
xml/vindividualmeasurements.cpp \
|
|
|
|
xml/vabstractmeasurements.cpp
|