https://bugs.kde.org/show_bug.cgi?id=450359
Bug ID: 450359 Summary: kwin commit e1024d38d broke the slidingpopups and startupfeedback effects builds Product: kwin Version: git master Platform: Gentoo Packages OS: Other Status: REPORTED Severity: normal Priority: NOR Component: effects-various Assignee: kwin-bugs-n...@kde.org Reporter: 1i5t5.dun...@cox.net Target Milestone: --- [ On gentoo's live-git master packages at kwin commit 648b2a5bf ] commit e1024d38d cmake: Specify link libraries per effect target ... broke building the slidingpopups and startupfeedback effects and thus building kwin. The error (for slidingpopups in this case) is: effects/slidingpopups/slidingpopups.cpp:14:10: fatal error: QApplication: No such file or directory 14 | #include <QApplication> The fix is adding Qt::Widgets to the slidingpopups and startupfeedback CMakeLists.txt files under target_link_libraries. With that they and kwin build again. -- You are receiving this mail because: You are watching all bug changes.