vtkPVConfig.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #ifndef vtkPVConfig_h
5 #define vtkPVConfig_h
6 
7 #ifdef _MSC_VER
8 #pragma message( \
9  "vtkPVConfig.h is deprecated. Please include `vtkPVVersion.h`, `pqQtConfig.h`, or `pqQtWidgetConfig.h` instead.")
10 #else
11 #warning \
12  "vtkPVConfig.h is deprecated. Please include `vtkPVVersion.h`, `pqQtConfig.h`, or `pqQtWidgetConfig.h` instead."
13 #endif
14 
15 #ifndef PARAVIEW_USE_QTHELP
16 #define PARAVIEW_USE_QTHELP
17 #endif
18 
19 #ifndef PARAVIEW_USE_QTWEBENGINE
20 #define PARAVIEW_USE_QTWEBENGINE 0
21 #endif
22 
23 #include "vtkPVVersion.h"
24 
25 #endif