OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Version.h
Go to the documentation of this file.
1 #ifndef OSGQT_VERSION
2 #define OSGQT_VERSION
3 
4 #define OSGQT_QT_VERSION 4
5 
6 #include <QtGlobal>
7 #if (QT_VERSION < QT_VERSION_CHECK(OSGQT_QT_VERSION,0,0))
8 #error "Qt version mismatch detected! Make sure to compile applications using osgQt with the same major Qt version that osgQt has been compiled against."
9 #endif
10 
11 
12 #endif