QtMvvm
1.0.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
src
mvvmcore
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
#endif // QTMVVMCORE_GLOBAL_H
Generated on Wed Mar 14 2018 16:19:58 for QtMvvm by
1.8.14