QtMvvm
1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
src
mvvmquick
qtmvvmquick_global.h
1
#ifndef QTMVVMQUICK_GLOBAL_H
2
#define QTMVVMQUICK_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(QT_BUILD_MVVMQUICK_LIB)
7
# define Q_MVVMQUICK_EXPORT Q_DECL_EXPORT
8
#else
9
# define Q_MVVMQUICK_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // QTMVVMQUICK_GLOBAL_H
Generated on Wed Aug 8 2018 19:15:45 for QtMvvm by
1.8.14