diff options
Diffstat (limited to 'src/xml_to_data/xml_to_data.pro')
-rw-r--r-- | src/xml_to_data/xml_to_data.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xml_to_data/xml_to_data.pro b/src/xml_to_data/xml_to_data.pro new file mode 100644 index 0000000..0f6e151 --- /dev/null +++ b/src/xml_to_data/xml_to_data.pro @@ -0,0 +1,6 @@ +STOPDIR = ../.. +include($${STOPDIR}/lib.pro) + +TARGET = xmltodata +HEADERS += xml_to_data.h device_xml_to_data.h prog_xml_to_data.h +SOURCES += xml_to_data.cpp device_xml_to_data.cpp |