aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/XmlExport.pro
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-12-06 17:33:25 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-12-06 17:33:25 -0500
commit7167ce41b61d2ba2cdb526777a4233eb84a3b66a (patch)
treea35c14143716e1f2c98f808c81f89426045a946f /Plugins/XmlExport/XmlExport.pro
Imported Upstream version 2.99.6upstream/2.99.6
Diffstat (limited to 'Plugins/XmlExport/XmlExport.pro')
-rw-r--r--Plugins/XmlExport/XmlExport.pro27
1 files changed, 27 insertions, 0 deletions
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