1 #ifndef GUI_GLOBAL_H 2 #define GUI_GLOBAL_H 3 4 #include <QtCore/qglobal.h> 5 6 #if defined(GUI_LIBRARY) 7 # define UI_LIBRARY Q_DECL_EXPORT 8 #else 9 # define UI_LIBRARY Q_DECL_IMPORT 10 #endif 11 12 #endif // PLUGIN_GLOBAL_H 13
1 #ifndef GUI_GLOBAL_H 2 #define GUI_GLOBAL_H 3 4 #include <QtCore/qglobal.h> 5 6 #if defined(GUI_LIBRARY) 7 # define UI_LIBRARY Q_DECL_EXPORT 8 #else 9 # define UI_LIBRARY Q_DECL_IMPORT 10 #endif 11 12 #endif // PLUGIN_GLOBAL_H 13