OSDN Git Service

drop support for QLibraryInfo::PrefixPath and QLibraryInfo::DataPath
[kde/Katie.git] / src / core / global / qconfig.cpp.cmake
1 /****************************************************************************
2 **
3 ** Copyright (C) 2015 The Qt Company Ltd.
4 ** Copyright (C) 2016-2020 Ivailo Monev
5 **
6 ** This file is part of the QtCore module of the Katie Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:LGPL$
9 **
10 ** GNU Lesser General Public License Usage
11 ** This file may be used under the terms of the GNU Lesser
12 ** General Public License version 2.1 as published by the Free Software
13 ** Foundation and appearing in the file LICENSE.LGPL included in the
14 ** packaging of this file.  Please review the following information to
15 ** ensure the GNU Lesser General Public License version 2.1 requirements
16 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
17 **
18 ** As a special exception, The Qt Company gives you certain additional
19 ** rights. These rights are described in The Qt Company LGPL Exception
20 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
21 **
22 ** GNU General Public License Usage
23 ** Alternatively, this file may be used under the terms of the GNU
24 ** General Public License version 3.0 as published by the Free Software
25 ** Foundation and appearing in the file LICENSE.GPL included in the
26 ** packaging of this file.  Please review the following information to
27 ** ensure the GNU General Public License version 3.0 requirements will be
28 ** met: http://www.gnu.org/copyleft/gpl.html.
29 **
30 ** $QT_END_LICENSE$
31 **
32 ****************************************************************************/
33
34 /* Build information */
35 static const char* qt_configure_build_key_str          = "${KATIE_GIT}\0";
36 static const char* qt_configure_build_date_str         = "${KATIE_DATE}\0";
37 static const char* qt_configure_licensee_str           = "${KATIE_LICENSE}\0";
38 static const char* qt_configure_licensed_products_str  = "${KATIE_PRODUCT}\0";
39
40 /* Runtime paths */
41 static const char* qt_configure_headers_path_str       = "${KATIE_HEADERS_PATH}\0";
42 static const char* qt_configure_libraries_path_str     = "${KATIE_LIBRARIES_PATH}\0";
43 static const char* qt_configure_binaries_path_str      = "${KATIE_BINARIES_PATH}\0";
44 static const char* qt_configure_plugins_path_str       = "${KATIE_PLUGINS_PATH}\0";
45 static const char* qt_configure_imports_path_str       = "${KATIE_IMPORTS_PATH}\0";
46 static const char* qt_configure_translations_path_str  = "${KATIE_TRANSLATIONS_PATH}\0";