Qt Utilities
5.13.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
global.h
Go to the documentation of this file.
1
// Created via CMake from template global.h.in
2
// WARNING! Any changes to this file will be overwritten by the next CMake run!
3
4
#ifndef QT_UTILITIES_GLOBAL
5
#define QT_UTILITIES_GLOBAL
6
7
#include <c++utilities/application/global.h>
8
9
#ifdef QT_UTILITIES_STATIC
10
#define QT_UTILITIES_EXPORT
11
#define QT_UTILITIES_IMPORT
12
#else
13
#define QT_UTILITIES_EXPORT LIB_EXPORT
14
#define QT_UTILITIES_IMPORT LIB_IMPORT
15
#endif
16
27
#endif // QT_UTILITIES_GLOBAL
Generated on Wed Mar 6 2019 12:59:18 for Qt Utilities by
1.8.15