https://bugs.kde.org/show_bug.cgi?id=375290
Rik Mills <rik.mill...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |--- --- Comment #5 from Rik Mills <rik.mill...@gmail.com> --- (In reply to David Edmundson from comment #4) > Yep, you're right. Hopefully fixed. Afraid not. That tweak to logic just makes it fail with Qt 5.7.0 on KDE CI in the same way it does with Qt 5.7.1 on kubuntu CI. The original issue/failure remains. Now from you CI log: 00:05:15 Linking CXX executable kdeplatformtheme_unittest 00:05:15 CMakeFiles/kdeplatformtheme_unittest.dir/__/src/platformtheme/kdeplatformtheme.cpp.o: In function `KdePlatformTheme::createPlatformMenuBar() const': 00:05:15 /home/jenkins/sources/plasma-integration/kf5-qt5/src/platformtheme/kdeplatformtheme.cpp:362: undefined reference to `QDBusMenuBar::windowChanged(QWindow*, QWindow*)' 00:05:15 collect2: error: ld returned 1 exit status 00:05:15 autotests/CMakeFiles/kdeplatformtheme_unittest.dir/build.make:362: recipe for target 'autotests/kdeplatformtheme_unittest' failed 00:05:15 make[2]: *** [autotests/kdeplatformtheme_unittest] Error 1 00:05:15 CMakeFiles/Makefile2:222: recipe for target 'autotests/CMakeFiles/kdeplatformtheme_unittest.dir/all' failed 00:05:15 make[1]: *** [autotests/CMakeFiles/kdeplatformtheme_unittest.dir/all] Error 2 -- You are receiving this mail because: You are watching all bug changes.