]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Config.h.in
Widget integration (step 5/6): Interactive plugins now supported, widgets updates...
[cpPlugins.git] / lib / cpPlugins / Interface / Config.h.in
1 #ifndef __CPPLUGINS__INTERFACE__CONFIG__H__
2 #define __CPPLUGINS__INTERFACE__CONFIG__H__
3
4 #define cpPlugins_MAJOR_VERSION   @prj_MAJOR_VERSION@
5 #define cpPlugins_MINOR_VERSION   @prj_MINOR_VERSION@
6 #define cpPlugins_RELEASE_VERSION @prj_RELEASE_VERSION@
7 #define cpPlugins_VERSION         "@prj_VERSION@"
8
9 #define cpPlugins_Interface_QT4_USED @QT4_FOUND@
10 #if cpPlugins_Interface_QT4_USED == 1
11 #  define cpPlugins_Interface_QT4
12 #else // cpPlugins_Interface_QT4_USED == 1
13 #  undef cpPlugins_Interface_QT4
14 #endif // cpPlugins_Interface_QT4_USED == 1
15
16 #endif // __CPPLUGINS__INTERFACE__CONFIG__H__
17
18 // eof - $RCSfile$