Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-16 | quotient_export.h: #include <qglobal.h> | Alexey Rusakov | |
To ensure Q_DECL_EXPORT/Q_DECL_IMPORT macros are defined. | |||
2021-12-29 | Introduce quotient_export.h | Alexey Rusakov | |
Instead of using CMake's generate_export_header macro, it's a bit easier to maintain a static file (that is not supposed to ever change) with necessary export/import/hidden visibility macros. |