diff --git a/iconengineplugin/global.h b/iconengineplugin/global.h index abfa392..1895cf0 100644 --- a/iconengineplugin/global.h +++ b/iconengineplugin/global.h @@ -4,6 +4,7 @@ #ifndef QT_FORK_AWESOME_ICON_ENGINE_GLOBAL #define QT_FORK_AWESOME_ICON_ENGINE_GLOBAL +#include "qtforkawesomeiconengine-definitions.h" #include #ifdef QT_FORK_AWESOME_ICON_ENGINE_STATIC diff --git a/qtforkawesome/global.h b/qtforkawesome/global.h index 8ac60ce..cbed008 100644 --- a/qtforkawesome/global.h +++ b/qtforkawesome/global.h @@ -4,6 +4,7 @@ #ifndef QT_FORK_AWESOME_GLOBAL #define QT_FORK_AWESOME_GLOBAL +#include "qtforkawesome-definitions.h" #include #ifdef QT_FORK_AWESOME_STATIC diff --git a/qtquickforkawesome/global.h b/qtquickforkawesome/global.h index 1d9cfc6..8f499e6 100644 --- a/qtquickforkawesome/global.h +++ b/qtquickforkawesome/global.h @@ -4,6 +4,7 @@ #ifndef QT_QUICK_FORK_AWESOME_GLOBAL #define QT_QUICK_FORK_AWESOME_GLOBAL +#include "qtquickforkawesome-definitions.h" #include #ifdef QT_QUICK_FORK_AWESOME_STATIC