1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
#
# Copyright 2014, 2015, 2018 Kai Pastor
#
# This file is part of OpenOrienteering.
#
# OpenOrienteering is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# OpenOrienteering 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenOrienteering. If not, see <http://www.gnu.org/licenses/>.
PROJECT_NAME = "@PROJECT_NAME@"
PROJECT_NUMBER = "@Mapper_VERSION@"
PROJECT_BRIEF = "API documentation"
PROJECT_LOGO = "@CMAKE_CURRENT_SOURCE_DIR@/../openorienteering.png"
QUIET = YES
INPUT = "@PROJECT_SOURCE_DIR@/src"
INPUT += "@PROJECT_SOURCE_DIR@/android/src"
INPUT += "@PROJECT_SOURCE_DIR@/test"
INPUT += "@PROJECT_SOURCE_DIR@/doc/api/extra"
RECURSIVE = YES
STRIP_FROM_PATH = "@PROJECT_SOURCE_DIR@"
FILE_VERSION_FILTER = "@CMAKE_CURRENT_BINARY_DIR@/versionfilter.sh"
SOURCE_BROWSER = NO
VERBATIM_HEADERS = NO
INCLUDE_PATH += "@PROJECT_SOURCE_DIR@/src/printsupport/qt-5.5.1"
PREDEFINED = QT_PRINTSUPPORT_LIB QT_SENSORS_LIB QT_LOCATION_LIB
PREDEFINED += Qt5Core_VERSION=5.5 Qt5PrintSupport_VERSION=5.5
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
BUILTIN_STL_SUPPORT = YES
EXTRACT_ALL = YES
HAVE_DOT = YES
GENERATE_TAGFILE = oomapper.tags
TAGFILES += qtcore.tags=http://doc.qt.io/qt-5/
TAGFILES += qtgui.tags=http://doc.qt.io/qt-5/
TAGFILES += qtwidgets.tags=http://doc.qt.io/qt-5/
TAGFILES += qtxml.tags=http://doc.qt.io/qt-5/
TAGFILES += qtnetwork.tags=http://doc.qt.io/qt-5/
TAGFILES += qtprintsupport.tags=http://doc.qt.io/qt-5/
GENERATE_LATEX = NO
HTML_TIMESTAMP = NO
|