Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
importplugin.h
Go to the documentation of this file.
1#ifndef MISC_UTILS_IMPORT_PLUGIN_H
2#define MISC_UTILS_IMPORT_PLUGIN_H
3
4#include "resources/qtconfig.h"
5
6#ifdef QT_STATIC
7#if defined(QT_UTILITIES_GUI_QTWIDGETS) || defined(QT_UTILITIES_GUI_QTQUICK)
8#include <QtPlugin>
9#ifdef Q_OS_WIN32
10Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
11#endif
12#ifdef Q_OS_MACOS
13Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
14#endif
15#ifdef SVG_SUPPORT
16Q_IMPORT_PLUGIN(QSvgPlugin)
17#endif
18#ifdef SVG_ICON_SUPPORT
19Q_IMPORT_PLUGIN(QSvgIconPlugin)
20#endif
21#ifdef IMAGE_FORMAT_SUPPORT
22IMPORT_IMAGE_FORMAT_PLUGINS
23#endif
24IMPORT_WIDGET_STYLE_PLUGINS
25#endif // defined(QT_UTILITIES_GUI_QTWIDGETS) || defined(QT_UTILITIES_GUI_QTQUICK)
26IMPORT_TLS_PLUGINS
27IMPORT_NETWORK_INFORMATION_PLUGINS
28#endif // QT_STATIC
29
30#endif // MISC_UTILS_IMPORT_PLUGIN_H