QtMvvm  1.0.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
qtmvvmwidgets_global.h
1 #ifndef QTMVVMWIDGETS_GLOBAL_H
2 #define QTMVVMWIDGETS_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #if defined(QT_BUILD_MVVMWIDGETS_LIB)
7 # define Q_MVVMWIDGETS_EXPORT Q_DECL_EXPORT
8 #else
9 # define Q_MVVMWIDGETS_EXPORT Q_DECL_IMPORT
10 #endif
11 
12 #endif // QTMVVMWIDGETS_GLOBAL_H