qgv.h
Go to the documentation of this file.
1 #ifndef QGV_H
2 #define QGV_H
3 
4 #include <QtGlobal>
5 
6 #ifdef QGVCORE_LIB
7  #define QGVCORE_EXPORT Q_DECL_EXPORT
8 #else
9  #define QGVCORE_EXPORT Q_DECL_IMPORT
10 #endif
11 
12 #endif // QGV_H