From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- Plugins/XmlExport/XmlExport.pro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Plugins/XmlExport/XmlExport.pro (limited to 'Plugins/XmlExport/XmlExport.pro') diff --git a/Plugins/XmlExport/XmlExport.pro b/Plugins/XmlExport/XmlExport.pro new file mode 100644 index 0000000..87e0c7f --- /dev/null +++ b/Plugins/XmlExport/XmlExport.pro @@ -0,0 +1,27 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2014-06-15T05:20:57 +# +#------------------------------------------------- + +include($$PWD/../../SQLiteStudio3/plugins.pri) + +QT -= gui + +TARGET = XmlExport +TEMPLATE = lib + +DEFINES += XMLEXPORT_LIBRARY + +SOURCES += xmlexport.cpp + +HEADERS += xmlexport.h\ + xmlexport_global.h + +FORMS += XmlExport.ui + +OTHER_FILES += \ + xmlexport.json + +RESOURCES += \ + xmlexport.qrc -- cgit v1.2.3