From ef08f63715d91d18a713f75474229323adb2645e Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 22 Feb 2024 19:42:43 +0100 Subject: [PATCH] Apply change of `global.h` template --- iconengineplugin/global.h | 1 + qtforkawesome/global.h | 1 + qtquickforkawesome/global.h | 1 + 3 files changed, 3 insertions(+) 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