PDF4QT/Pdf4Qt.pro

41 lines
1.3 KiB
Prolog
Raw Normal View History

2021-04-30 20:12:10 +02:00
# Copyright (C) 2018-2021 Jakub Melka
2018-11-17 16:48:30 +01:00
#
2020-12-20 19:03:58 +01:00
# This file is part of Pdf4Qt.
2018-11-17 16:48:30 +01:00
#
2020-12-20 19:03:58 +01: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
#
2020-12-20 19:03:58 +01: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
2020-12-20 19:03:58 +01: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 \
Pdf4QtViewerLite
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