]> Creatis software - cpPlugins.git/blob - lib/cpExtensions/Config.h.in
merge async example
[cpPlugins.git] / lib / cpExtensions / Config.h.in
1 #ifndef __CPEXTENSIONS__CONFIG__H__
2 #define __CPEXTENSIONS__CONFIG__H__
3
4 #define cpExtensions_MAJOR_VERSION   @prj_MAJOR_VERSION@
5 #define cpExtensions_MINOR_VERSION   @prj_MINOR_VERSION@
6 #define cpExtensions_RELEASE_VERSION @prj_RELEASE_VERSION@
7 #define cpExtensions_VERSION         "@prj_VERSION@"
8
9 #define cpExtensions_Interface_QT4_USED @QT4_FOUND@
10 #if cpExtensions_Interface_QT4_USED == 1
11 #  define cpExtensions_Interface_QT4
12 #else // cpExtensions_Interface_QT4_USED == 1
13 #  undef cpExtensions_Interface_QT4
14 #endif // cpExtensions_Interface_QT4_USED == 1
15
16 #endif // __CPEXTENSIONS__CONFIG__H__
17
18 // eof - $RCSfile$