<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 10, 2014 at 12:33 PM, Devanshu Jain <span dir="ltr"><<a href="mailto:devanshu.jain919@gmail.com" target="_blank">devanshu.jain919@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sir,<br>
I am new to open source commity and am trying to get involved with KDE 
plasma media center. I am trying to build plasma media center on my pc. 
But while running the command, I am getting the following message:<br>
<br>
****--------------------------<div>--***<br>
<br>
devanshu@devanshu-pc:~/Documents/PMC/plasma-mediacenter/build$ cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DKDE4_BUILD_TESTS=OFF<br>
-- Found Qt-Version 5.2.1 (using /usr/bin/qmake)<br></div></div></blockquote><div><br></div><div>Looks like, it is using Qt5 instead of Qt4. PMC currently works with Qt4 (Qt5 port is still in progress). <br><br></div><div>

After clearing your build directory, try adding flag -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 to the cmake too and see if it works.<br></div><div>So, your final cmake command would be:<br><br>cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`  -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4  -DKDE4_BUILD_TESTS=OFF<br>

<br></div><div>Thanks<br></div></div></div></div>