aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/Plugins.pro
blob: b2eef841fe4440ac3143a716109245a9d99a067b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
}