Heart
1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
heart_global.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-2025 QuasarApp.
3
* Distributed under the lgplv3 software license, see the accompanying
4
* Everyone is permitted to copy and distribute verbatim copies
5
* of this license document, but changing it is not allowed.
6
*/
7
8
#ifndef HEART_GLOBAL_H
9
#define HEART_GLOBAL_H
10
11
#include <QtCore/qglobal.h>
12
13
#define USE_HEART_SSL
14
15
#define HEART_VERSION "1.3.848.aa44c26"
16
#if defined(HEART_LIBRARY)
17
# define HEARTSHARED_EXPORT Q_DECL_EXPORT
18
#else
19
# define HEARTSHARED_EXPORT Q_DECL_IMPORT
20
#endif
21
22
#endif
// HEART_GLOBAL_H
src
heart_global.h
Generated by
1.9.8