]> Creatis software - cpPlugins.git/blob - lib/cpExtensions/Config.h.in
...
[cpPlugins.git] / lib / cpExtensions / Config.h.in
1 #ifndef __CPEXTENSIONS__CONFIG__H__
2 #define __CPEXTENSIONS__CONFIG__H__
3
4 #include <cpExtensions/cpExtensions_Export.h>
5
6 #define cpExtensions_MAJ_VER @prj_MAJ_VER@
7 #define cpExtensions_MIN_VER @prj_MIN_VER@
8 #define cpExtensions_REL_VER @prj_VER@
9 #define cpExtensions_VER     "@prj_sVER@"
10
11 #define cpExtensions_QT4_USED @QT4_FOUND@
12 #if cpExtensions_QT4_USED == 1
13 #  define cpExtensions_QT4
14 #else // cpExtensions_QT4_USED == 1
15 #  undef cpExtensions_QT4
16 #endif // cpExtensions_QT4_USED == 1
17
18 #endif // __CPEXTENSIONS__CONFIG__H__
19
20 // eof - $RCSfile$