KWWidgets
DEB_build_shared/vtkKWWidgetsConfigure.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Module: $RCSfile: vtkKWWidgetsConfigure.h.in,v $
4 
5  Copyright (c) Kitware, Inc.
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 #ifndef __vtkKWWidgetsConfigure_h
15 #define __vtkKWWidgetsConfigure_h
16 
17 #define KWWidgets_BUILD_SHARED_LIBS
18 /* #undef KWWidgets_USE_HTML_HELP */
19 /* #undef KWWidgets_USE_INTERNATIONALIZATION */
20 /* #undef KWWidgets_USE_INCR_TCL */
21 #define KWWidgets_USE_TKDND
22 /* #undef KWWidgets_USE_TKTREECTRL */
23 #define KWWidgets_BUILD_VTK_WIDGETS
24 
25 #define KWWidgets_MAJOR_VERSION 1
26 #define KWWidgets_MINOR_VERSION 0
27 #define KWWidgets_PATCH_VERSION 0
28 #define KWWidgets_VERSION "1.0.0"
29 
30 #endif