QmlMaterial 0.1.0
Loading...
Searching...
No Matches
export.hpp
1#pragma once
2#include <QtCore/qtcoreexports.h>
3
4#if defined(QML_MATERIAL_EXPORT)
5# define QML_MATERIAL_API Q_DECL_EXPORT
6#else
7# define QML_MATERIAL_API Q_DECL_IMPORT
8#endif