aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/Plugins.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/Plugins.pro')
-rw-r--r--Plugins/Plugins.pro48
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
+}