vtkPVConfig.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVConfig.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
16 #ifndef vtkPVConfig_h
17 #define vtkPVConfig_h
18 
19 #ifdef _MSC_VER
20 #pragma message( \
21  "vtkPVConfig.h is deprecated. Please include `vtkPVVersion.h`, `pqQtConfig.h`, or `pqQtWidgetConfig.h` instead.")
22 #else
23 #warning \
24  "vtkPVConfig.h is deprecated. Please include `vtkPVVersion.h`, `pqQtConfig.h`, or `pqQtWidgetConfig.h` instead."
25 #endif
26 
27 #ifndef PARAVIEW_USE_QTHELP
28 #define PARAVIEW_USE_QTHELP
29 #endif
30 
31 #ifndef PARAVIEW_USE_QTWEBENGINE
32 #define PARAVIEW_USE_QTWEBENGINE 0
33 #endif
34 
35 #include "vtkPVVersion.h"
36 
37 #endif