summaryrefslogtreecommitdiffstats
path: root/src/pdf/pdf.pro
blob: c5513ce931ce244aa6f4cb0b346c6544a742b465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
pdfcore.file = pdfcore.pro
pdfcore_generator.file = pdfcore_generator.pro
gn_run.file = gn_run.pro

gn_run.depends = pdfcore_generator
pdfcore.depends = gn_run
quick.depends = pdfcore

SUBDIRS += \
    pdfcore_generator \
    gn_run \
    pdfcore \
    quick