pqQtConfig.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 pqQtConfig_h
5 #define pqQtConfig_h
6 
7 #ifndef PARAVIEW_USE_QTHELP // XXX: This guard is only needed while `vtkPVConfig.h` exists
8 #define PARAVIEW_USE_QTHELP
9 #endif
10 
11 #endif