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