https://bugs.kde.org/show_bug.cgi?id=414492
Bug ID: 414492 Summary: Dolphin doesn't build against Qt 5.14 Product: dolphin Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: bluescreenaven...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- It seems that I get this error below when building Dolphin with Qt 5.14: [ 13%] Building CXX object src/CMakeFiles/dolphinprivate.dir/kitemviews/kstandarditem.cpp.o [ 13%] Building CXX object src/CMakeFiles/dolphinprivate.dir/kitemviews/kstandarditemlistgroupheader.cpp.o /srcbuild/dolphin/src/kitemviews/kstandarditem.cpp: In member function ‘void KStandardItem::setDataValue(const QByteArray&, const QVariant&)’: /srcbuild/dolphin/src/kitemviews/kstandarditem.cpp:103:26: error: aggregate ‘QSet<QByteArray> changedRoles’ has incomplete type and cannot be defined QSet<QByteArray> changedRoles; ^~~~~~~~~~~~ make[2]: *** [src/CMakeFiles/dolphinprivate.dir/build.make:343: src/CMakeFiles/dolphinprivate.dir/kitemviews/kstandarditem.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:488: src/CMakeFiles/dolphinprivate.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 -- You are receiving this mail because: You are watching all bug changes.