Go to the documentation of this file.
6 #ifndef SWIFT_GUI_SWIFT_GUIEXPORT_H
7 #define SWIFT_GUI_SWIFT_GUIEXPORT_H
16 # if defined(BUILD_SWIFT_GUI_LIB)
17 # define SWIFT_GUI_EXPORT Q_DECL_EXPORT
19 # define SWIFT_GUI_EXPORT Q_DECL_IMPORT
22 # define SWIFT_GUI_EXPORT
29 #if defined(Q_OS_WIN) && defined(Q_CC_GNU)
30 # define SWIFT_GUI_EXPORT_DECLARE_TEMPLATE SWIFT_GUI_EXPORT
32 # define SWIFT_GUI_EXPORT_DECLARE_TEMPLATE