PDF4QT/PdfForQt.pro

30 lines
1015 B
Prolog
Raw Normal View History

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 \
2018-11-17 16:48:30 +01:00
PdfForQtLib \
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