|
| 1 | +/* |
| 2 | + * |
| 3 | + * Copyright (C) 2025 MeVis Medical Solutions AG All Rights Reserved. |
| 4 | + * Copyright (C) 2025 Kitware, Inc. |
| 5 | + * |
| 6 | + * This library is free software; you can redistribute it and/or |
| 7 | + * modify it under the terms of the GNU Lesser General Public |
| 8 | + * License as published by the Free Software Foundation; either |
| 9 | + * version 2.1 of the License, or (at your option) any later version. |
| 10 | + * |
| 11 | + * This library is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 14 | + * Lesser General Public License for more details. |
| 15 | + * |
| 16 | + * Further, this software is distributed without any warranty that it is |
| 17 | + * free of the rightful claim of any third person regarding infringement |
| 18 | + * or the like. Any license provided herein, whether implied or |
| 19 | + * otherwise, applies only to this software file. Patent licenses, if |
| 20 | + * any, provided herein do not apply to combinations of this program with |
| 21 | + * other software, or any other product whatsoever. |
| 22 | + * |
| 23 | + * You should have received a copy of the GNU Lesser General Public |
| 24 | + * License along with this library; if not, write to the Free Software |
| 25 | + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 26 | + * |
| 27 | + * Contact information: MeVis Medical Solutions AG, Universitaetsallee 29, |
| 28 | + * 28359 Bremen, Germany or: |
| 29 | + * |
| 30 | + * http://www.mevis.de |
| 31 | + * |
| 32 | + */ |
| 33 | + |
| 34 | +#ifndef _PYTHONQTCONFIGURE_H |
| 35 | +#define _PYTHONQTCONFIGURE_H |
| 36 | + |
| 37 | +// If the user has not pre-defined the macro, derive it from the CMake |
| 38 | +// configure-time variable `PYTHONQT_USE_RELEASE_PYTHON_FALLBACK`, which |
| 39 | +// mirrors the `PythonQt_USE_RELEASE_PYTHON_FALLBACK` (camelCase) CMake |
| 40 | +// option. |
| 41 | +#ifndef PYTHONQT_USE_RELEASE_PYTHON_FALLBACK |
| 42 | +#cmakedefine PYTHONQT_USE_RELEASE_PYTHON_FALLBACK |
| 43 | +#endif |
| 44 | + |
| 45 | +#endif |
0 commit comments