From 07eb103ce384311ecf1b88decaad9b5cf647ad80 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Mon, 12 Jan 2026 18:50:04 +0100 Subject: [PATCH] Add the new files to the projects --- common/themes/themes_common.pri | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/common/themes/themes_common.pri b/common/themes/themes_common.pri index aba082dd..67b11da3 100644 --- a/common/themes/themes_common.pri +++ b/common/themes/themes_common.pri @@ -1 +1,13 @@ INCLUDEPATH += $$PWD + +HEADERS += \ + $$PWD/icon_utils.h \ + $$PWD/theme_id.h \ + $$PWD/theme_manager.h \ + $$PWD/themable.h \ + $$PWD/yacreader_icon.h \ + + +SOURCES += \ + $$PWD/icon_utils.cpp \ + $$PWD/theme_manager.cpp