2021-04-30 20:12:10 +02:00
|
|
|
# Copyright (C) 2018-2021 Jakub Melka
|
2018-11-17 16:48:30 +01:00
|
|
|
#
|
2021-08-10 19:22:56 +02:00
|
|
|
# This file is part of PDF4QT.
|
2018-11-17 16:48:30 +01:00
|
|
|
#
|
2021-08-10 19:22:56 +02:00
|
|
|
# PDF4QT is free software: you can redistribute it and/or modify
|
2018-11-17 16:48:30 +01:00
|
|
|
# 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
|
2021-04-30 20:12:10 +02:00
|
|
|
# with the written consent of the copyright owner, any later version.
|
2018-11-17 16:48:30 +01:00
|
|
|
#
|
2021-08-10 19:22:56 +02:00
|
|
|
# PDF4QT is distributed in the hope that it will be useful,
|
2018-11-17 16:48:30 +01:00
|
|
|
# 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
|
2021-08-10 19:22:56 +02:00
|
|
|
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
2018-11-17 16:48:30 +01:00
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2020-12-20 19:03:58 +01:00
|
|
|
Pdf4QtLib \
|
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 \
|
2020-09-25 18:08:39 +02:00
|
|
|
PdfTool \
|
2018-11-21 19:30:15 +01:00
|
|
|
UnitTests \
|
2020-12-20 19:03:58 +01:00
|
|
|
Pdf4QtViewer \
|
|
|
|
Pdf4QtViewerPlugins \
|
2020-12-21 18:24:17 +01:00
|
|
|
Pdf4QtViewerProfi \
|
2021-07-05 16:57:08 +02:00
|
|
|
Pdf4QtViewerLite \
|
|
|
|
Pdf4QtDocPageOrganizer
|
2018-11-17 16:48:30 +01:00
|
|
|
|
2020-12-20 19:03:58 +01:00
|
|
|
CodeGenerator.depends = Pdf4QtLib
|
|
|
|
JBIG2_Viewer.depends = Pdf4QtLib
|
|
|
|
PdfExampleGenerator.depends = Pdf4QtLib
|
|
|
|
PdfTool.depends = Pdf4QtLib
|
|
|
|
UnitTests.depends = Pdf4QtLib
|
|
|
|
Pdf4QtViewer.depends = Pdf4QtLib
|
|
|
|
Pdf4QtViewerPlugins.depends = Pdf4QtLib
|
|
|
|
Pdf4QtViewerProfi.depends = Pdf4QtViewer
|
2020-12-21 18:24:17 +01:00
|
|
|
Pdf4QtViewerLite.depends = Pdf4QtViewer
|
2021-07-05 16:57:08 +02:00
|
|
|
Pdf4QtDocPageOrganizer.depends = Pdf4QtLib
|