aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/JsonExport/JsonExport.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/JsonExport/JsonExport.pro')
-rw-r--r--Plugins/JsonExport/JsonExport.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro
new file mode 100644
index 0000000..8e29fcf
--- /dev/null
+++ b/Plugins/JsonExport/JsonExport.pro
@@ -0,0 +1,28 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2014-07-16T20:04:29
+#
+#-------------------------------------------------
+
+include($$PWD/../../SQLiteStudio3/plugins.pri)
+
+QT -= gui
+
+TARGET = JsonExport
+TEMPLATE = lib
+
+DEFINES += JSONEXPORT_LIBRARY
+
+SOURCES += jsonexport.cpp
+
+HEADERS += jsonexport.h\
+ jsonexport_global.h
+
+OTHER_FILES += \
+ jsonexport.json
+
+FORMS += \
+ jsonexport.ui
+
+RESOURCES += \
+ jsonexport.qrc