QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
qtmvvmcore_global.h
1 #ifndef QTMVVMCORE_GLOBAL_H
2 #define QTMVVMCORE_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #include "qtmvvmcore_helpertypes.h"
7 
8 #if defined(QT_BUILD_MVVMCORE_LIB)
9 # define Q_MVVMCORE_EXPORT Q_DECL_EXPORT
10 #else
11 # define Q_MVVMCORE_EXPORT Q_DECL_IMPORT
12 #endif
13 
14 #ifndef QTMVVM_REVISION_1
15 #define QTMVVM_REVISION_1 Q_REVISION(1)
16 #endif
17 
18 #endif // QTMVVMCORE_GLOBAL_H