KDSingleApplication API Documentation  1.1
kdsingleapplication_lib.h
Go to the documentation of this file.
1 /*
2  This file is part of KDSingleApplication.
3 
4  SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
5 
6  SPDX-License-Identifier: MIT
7 
8  Contact KDAB at <info@kdab.com> for commercial licensing options.
9 */
10 #ifndef KDSINGLEAPPLICATION_LIB_H
11 #define KDSINGLEAPPLICATION_LIB_H
12 
13 #include <QtCore/QtGlobal>
14 
15 #if defined(KDSINGLEAPPLICATION_STATIC_BUILD)
16 #define KDSINGLEAPPLICATION_EXPORT
17 #elif defined(KDSINGLEAPPLICATION_SHARED_BUILD)
18 #define KDSINGLEAPPLICATION_EXPORT Q_DECL_EXPORT
19 #else
20 #define KDSINGLEAPPLICATION_EXPORT Q_DECL_IMPORT
21 #endif
22 
23 #endif // KDSINGLEAPPLICATION_LIB_H

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDSingleApplication
A helper class for single-instance policy Qt applications
Generated by doxygen 1.9.1