1
QT += xml
2
HEADERS = mainwindow.h \
3
xmlwriter.h
4
SOURCES = main.cpp \
5
mainwindow.cpp \
6
xmlwriter.cpp