Hide SystemInfo frame since it segfaults on Fedora

This commit is contained in:
Robin Lee 2021-10-07 18:52:20 +08:00
parent 6717ce3f3e
commit e523a4afee
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ sed -i '/TARGETS/s|lib|%{_lib}|' src/frame/CMakeLists.txt
# remove after -DDISABLE_SYS_UPDATE=YES working properly
sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
# SystemInfo frame segfaults on Fedora
sed -i '/new SystemInfoModule/d' src/frame/window/mainwindow.cpp
sed -i '/#include <QPointer>/i #include <QDBusMetaType>' src/frame/window/modules/network/connectioneditpage.h
%build