From 9ec5dc8a90fe9a3b977578cbb45c8f1dd9eaff04 Mon Sep 17 00:00:00 2001 From: zhoubin Date: Fri, 24 Jun 2022 17:51:27 +0800 Subject: [PATCH] fix: the theme module is missed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: the theme module is missed Log: 主题模块丢失 --- plugins/personalized/theme/theme.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/personalized/theme/theme.pro b/plugins/personalized/theme/theme.pro index 9cdda12..b6223ad 100644 --- a/plugins/personalized/theme/theme.pro +++ b/plugins/personalized/theme/theme.pro @@ -8,6 +8,7 @@ include(../../../shell/component/SwitchButton/switchbutton.pri) include(../../../shell/component/HoverWidget/hoverwidget.pri) include(../../../shell/component/Label/label.pri) include(../../../shell/component/Uslider/uslider.pri) +include(../../../shell/component/MaskWidget/maskwidget.pri) QT += widgets KConfigCore KI18n x11extras concurrent dbus