From d9aa870e5d509cc7309ab82dd102a937ab58613a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:36:04 -0500 Subject: Imported Upstream version 3.1.1+dfsg1 --- Plugins/Plugins.pro | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) (limited to 'Plugins/Plugins.pro') diff --git a/Plugins/Plugins.pro b/Plugins/Plugins.pro index afa598c..b2eef84 100644 --- a/Plugins/Plugins.pro +++ b/Plugins/Plugins.pro @@ -1,21 +1,27 @@ -TEMPLATE = subdirs - -pluginsProject = 1 - -SUBDIRS += \ - CsvExport \ - CsvImport \ - DbSqlite2 \ - HtmlExport \ - PdfExport \ - SqlExport \ - SqlFormatterSimple \ - XmlExport \ - JsonExport \ - RegExpImport \ - Printing \ - SqlEnterpriseFormatter \ - ConfigMigration \ - ScriptingTcl \ - DbAndroid \ - DbSqliteCipher +TEMPLATE = subdirs + +pluginsProject = 1 + +SUBDIRS += \ + CsvExport \ + CsvImport \ + DbSqlite2 \ + HtmlExport \ + PdfExport \ + SqlExport \ + SqlFormatterSimple \ + XmlExport \ + JsonExport \ + RegExpImport \ + Printing \ + SqlEnterpriseFormatter \ + ConfigMigration \ + ScriptingTcl \ + DbAndroid \ + DbSqliteCipher \ + DbSqliteWx + +win32: { +SUBDIRS += \ + DbSqliteSystemData +} -- cgit v1.2.3