diff options
| author | 2017-02-09 04:36:04 -0500 | |
|---|---|---|
| committer | 2017-02-09 04:36:04 -0500 | |
| commit | d9aa870e5d509cc7309ab82dd102a937ab58613a (patch) | |
| tree | d92d03d76b5c390b335f1cfd761f1a0b59ec8496 /Plugins/Plugins.pro | |
| parent | 68ee4cbcbe424b95969c70346283a9f217f63825 (diff) | |
Imported Upstream version 3.1.1+dfsg1upstream/3.1.1+dfsg1
Diffstat (limited to 'Plugins/Plugins.pro')
| -rw-r--r-- | Plugins/Plugins.pro | 48 |
1 files changed, 27 insertions, 21 deletions
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
+}
|
