2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
|
|
|
xml/vtoolrecord.h \
|
|
|
|
xml/vdomdocument.h \
|
|
|
|
xml/vpattern.h \
|
|
|
|
xml/vstandardmeasurements.h \
|
2014-06-05 11:52:00 +02:00
|
|
|
xml/vindividualmeasurements.h \
|
|
|
|
xml/vundocommands.h
|
2014-04-25 10:58:33 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
xml/vtoolrecord.cpp \
|
|
|
|
xml/vdomdocument.cpp \
|
|
|
|
xml/vpattern.cpp \
|
|
|
|
xml/vstandardmeasurements.cpp \
|
2014-06-05 11:52:00 +02:00
|
|
|
xml/vindividualmeasurements.cpp \
|
|
|
|
xml/vundocommands.cpp
|