diff --git a/xml_.pro b/xml_.pro new file mode 100644 index 0000000000000000000000000000000000000000..2c1130cd7bca5b8181c33e6fa9737aa5e1526cd8 --- /dev/null +++ b/xml_.pro @@ -0,0 +1,26 @@ +QT += core gui +QT += xml +QT += xmlpatterns + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +CONFIG += c++11 + +SOURCES += \ + main.cpp \ + mainwindow.cpp \ + parser.cpp + +HEADERS += \ + mainwindow.h \ + parser.h + +FORMS += \ + mainwindow.ui + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /opt/$${TARGET}/bin +!isEmpty(target.path): INSTALLS += target + +