equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef RADIO_WIDGETS_EXPORT_H_ |
18 #ifndef RADIO_WIDGETS_EXPORT_H_ |
19 #define RADIO_WIDGETS_EXPORT_H_ |
19 #define RADIO_WIDGETS_EXPORT_H_ |
20 |
20 |
21 // System includes |
21 // System includes |
22 #include <qglobal.h> |
22 #include <QtGlobal> |
23 |
23 |
24 #ifdef BUILD_WIDGETS_DLL |
24 #ifdef BUILD_WIDGETS_DLL |
25 #define WIDGETS_DLL_EXPORT Q_DECL_EXPORT |
25 #define WIDGETS_DLL_EXPORT Q_DECL_EXPORT |
26 #else |
26 #else |
27 #define WIDGETS_DLL_EXPORT Q_DECL_IMPORT |
27 #define WIDGETS_DLL_EXPORT Q_DECL_IMPORT |