]> Creatis software - cpPlugins.git/blob - lib/ivq/Config.h.in
...
[cpPlugins.git] / lib / ivq / Config.h.in
1 /* =========================================================================
2  * @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3  * =========================================================================
4  */
5 #ifndef __ivq__Config__h__
6 #define __ivq__Config__h__
7
8 #include <ivq/ivq_export.h>
9
10 #if @cpPlugins_USE_VTK@ == 1
11 #  define ivq_USE_VTK
12 #endif // @cpPlugins_USE_VTK@ == 1
13
14 #if @cpPlugins_USE_Qt5@ == 1
15 #  define ivq_USE_Qt5
16 #endif // @cpPlugins_USE_Qt5@ == 1
17
18 #endif // __ivq__Config__h__
19
20 // eof - $RCSfile$