From 0d73d85f2fc3d54635fb71de385aa78c8475fb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=9E=D1=80=D0=B5=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0?= Date: Fri, 8 Jan 2021 15:28:03 +0000 Subject: [PATCH] Upload New File --- xml_.pro | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 xml_.pro diff --git a/xml_.pro b/xml_.pro new file mode 100644 index 0000000..2c1130c --- /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 + + -- GitLab