Hi Bhushan,

On 08 Oct 2014, at 08:44 , Bhushan Shah <bhus...@gmail.com> wrote:
> #ifdef HAVE_BALOO
>    #include <Baloo/IndexerConfig>
> -#include <KFormat>
> #endif
> +#include <KFormat>
> 
> Can you try this?

that fixed some stuff, but not all:
---
[ 91%] [ 91%] Building CXX object 
dolphin/src/tests/CMakeFiles/viewpropertiestest.dir/testdir.cpp.o
Building CXX object 
dolphin/src/CMakeFiles/kdeinit_dolphin.dir/settings/general/generalsettingspage.cpp.o
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:28:
 error: use of undeclared identifier 'QFontDatabase'
    
m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
                           ^
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:54:
 error: use of undeclared identifier 'QFontDatabase'
    
m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
                                                     ^
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:492:55:
 warning: unused parameter 'url' [-Wunused-parameter]
void DolphinSearchBox::fromBalooSearchUrl(const KUrl& url)
                                                      ^
1 warning and 2 errors generated.
make[2]: *** 
[dolphin/src/CMakeFiles/kdeinit_dolphin.dir/search/dolphinsearchbox.cpp.o] 
Error 1
make[2]: *** Waiting for unfinished jobs....
---

Thanks for taking care of this!

Greets,
Marko
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to