diff options
| author | 2014-12-06 17:33:25 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:25 -0500 | |
| commit | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (patch) | |
| tree | a35c14143716e1f2c98f808c81f89426045a946f /Plugins/Plugins.pro | |
Imported Upstream version 2.99.6upstream/2.99.6
Diffstat (limited to 'Plugins/Plugins.pro')
| -rw-r--r-- | Plugins/Plugins.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Plugins/Plugins.pro b/Plugins/Plugins.pro new file mode 100644 index 0000000..805521a --- /dev/null +++ b/Plugins/Plugins.pro @@ -0,0 +1,19 @@ +TEMPLATE = subdirs + +pluginsProject = 1 + +SUBDIRS += \ + CsvExport \ + CsvImport \ + DbSqlite2 \ + HtmlExport \ + PdfExport \ + SqlExport \ + SqlFormatterSimple \ + XmlExport \ + JsonExport \ + RegExpImport \ + Printing \ + SqlEnterpriseFormatter \ + ConfigMigration \ + ScriptingTcl |
