2019-04-07 19:39:29 +02:00
|
|
|
# Copyright (C) 2018-2019 Jakub Melka
|
2018-11-17 16:48:30 +01:00
|
|
|
#
|
|
|
|
# This file is part of PdfForQt.
|
|
|
|
#
|
|
|
|
# PdfForQt is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# PdfForQt is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# along with PDFForQt. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2020-03-11 20:09:14 +01:00
|
|
|
CodeGenerator \
|
2019-10-29 19:34:22 +01:00
|
|
|
JBIG2_Viewer \
|
2020-03-22 15:30:34 +01:00
|
|
|
PdfExampleGenerator \
|
2018-11-17 16:48:30 +01:00
|
|
|
PdfForQtLib \
|
2020-09-25 18:08:39 +02:00
|
|
|
PdfTool \
|
2018-11-21 19:30:15 +01:00
|
|
|
UnitTests \
|
|
|
|
PdfForQtViewer
|
2018-11-17 16:48:30 +01:00
|
|
|
|
2019-02-14 19:45:07 +01:00
|
|
|
UnitTests.depends = PdfForQtLib
|
|
|
|
PdfForQtViewer.depends = PdfForQtLib
|
2019-10-29 19:34:22 +01:00
|
|
|
JBIG2_Viewer.depends = PdfForQtLib
|
2020-03-22 15:30:34 +01:00
|
|
|
PDFExampleGenerator.depends = PdfForQtLib
|
2020-06-06 18:04:23 +02:00
|
|
|
CodeGenerator.depends = PdfForQtLib
|
2020-10-18 17:49:16 +02:00
|
|
|
PdfTool.depends = PdfForQtLib
|