OSX/CI: kde-baseapps fails to build on branch frameworks

Marko Käning mk-lists at email.de
Tue Feb 10 22:07:37 UTC 2015


To make kde-baseapps build again on OSX/CI I have removed poppler from its dependencies in config/base/kf5-qt5:
---
+# KDE/Applications
+kde/applications/kde-baseapps: -kde/kdelibs/baloo
+kde/applications/kde-baseapps: -kde/kdelibs/baloo-widgets
+kde/applications/kde-baseapps: -general/poppler
---


Yet, I am running in an unrelated problem, as it seems:
---
[ 75%] Building CXX object dolphin/src/CMakeFiles/kcm_dolphinviewmodes.dir/kcm_dolphinviewmodes_automoc.cpp.o
/Users/marko/WC/KDECI-builds/kf5-qt5/kde-baseapps/dolphin/src/main.cpp:108:68: error: no member named 'AssumeLocalFile' in 'QUrl'
        const QUrl url = QUrl::fromUserInput(str, QString(), QUrl::AssumeLocalFile);
                                                             ~~~~~~^
Scanning dependencies of target kitemlistselectionmanagertest
1 error generated.
make[2]: *** [dolphin/src/CMakeFiles/kdeinit_dolphin.dir/main.cpp.o] Error 1
make[1]: *** [dolphin/src/CMakeFiles/kdeinit_dolphin.dir/all] Error 2
---

Greets,
Marko


More information about the Kde-frameworks-devel mailing list