diff --git a/platformtheme/CMakeLists.txt b/platformtheme/CMakeLists.txt index a2d593d..6f690db 100644 --- a/platformtheme/CMakeLists.txt +++ b/platformtheme/CMakeLists.txt @@ -12,7 +12,7 @@ set(SOURCES add_library(HawaiiPlatformTheme SHARED ${SOURCES}) set_target_properties(HawaiiPlatformTheme PROPERTIES PREFIX "") -target_link_libraries(HawaiiPlatformTheme Qt5::Widgets Hawaii::Hawaii) +target_link_libraries(HawaiiPlatformTheme Qt5::Widgets Hawaii::GSettings) install(TARGETS HawaiiPlatformTheme LIBRARY DESTINATION ${QT_PLUGIN_INSTALL_DIR}/platformthemes) diff --git a/platformtheme/hawaiitheme_p.h b/platformtheme/hawaiitheme_p.h index bf21e53..c9dee19 100644 --- a/platformtheme/hawaiitheme_p.h +++ b/platformtheme/hawaiitheme_p.h @@ -29,7 +29,7 @@ #include -#include +#include #include "hawaiitheme.h" #include "resourcehelper.h" diff --git a/platformtheme/hintssettings.cpp b/platformtheme/hintssettings.cpp index 07204c8..e4c1edb 100644 --- a/platformtheme/hintssettings.cpp +++ b/platformtheme/hintssettings.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include "hintssettings.h"