blob: 2f0ab22b6139a9c6b7acd12b84a75cd033cb6c1c (
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
|
TEMPLATE = subdirs
pluginsProject = 1
SUBDIRS += \
CsvExport \
CsvImport \
FusionDarkStyle \
HtmlExport \
PdfExport \
SqlExport \
SqlFormatterSimple \
XmlExport \
JsonExport \
RegExpImport \
Printing \
SqlEnterpriseFormatter \
ConfigMigration \
ScriptingTcl \
ScriptingPython \
DbAndroid \
DbSqliteCipher \
DbSqliteWx \
MultiEditorImage \
PythonSyntaxHighlighter
|