<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">CMake Error at cmake/modules/FindQt4.cmake:886 (MESSAGE):</div><div style="font-family:arial,sans-serif;font-size:13px">  Could NOT find QtCore.  Check</div>
<div style="font-family:arial,sans-serif;font-size:13px">  /home/rajat/kdelibs/build/CMakeFiles/CMakeError.log for more</div><div style="font-family:arial,sans-serif;font-size:13px">  details.</div><div style="font-family:arial,sans-serif;font-size:13px">
Call Stack (most recent call first):</div><div style="font-family:arial,sans-serif;font-size:13px">  cmake/modules/FindKDE4Internal.cmake:420 (find_package)</div><div style="font-family:arial,sans-serif;font-size:13px">  CMakeLists.txt:53 (find_package)</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">-- Configuring incomplete, errors occurred!</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I have Installed qtcore . I don't understand why is it saying missing qtore</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 2, 2013 at 2:30 PM, Jaime <span dir="ltr"><<a href="mailto:jtamate@gmail.com" target="_blank">jtamate@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div><div>Hello Rajat...<br><br></div>  Are you trying to compile KDE SC 4.xx (from git or .tar.gz or src.rpm) using Qt 5.01 ?<br></div>  As far as I know, it can be a complex task (never tried myself).<br>

<br></div>  Try to use Qt 4.8.x instead. This should compile easily. And remeber the compilation order... kdesupport, kdelibs, kde-pimlibs, kde-runtime, kde-workspace, (or download the matching .devel packages) and lastly, kde-games.<br>

<br></div>  And, yes, a complete KDE SC build uses a lot of dependencies to provide an incredible user experience.<br><br></div>Regards.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/5/1 Rajat chawla <span dir="ltr"><<a href="mailto:chawlarajat303@gmail.com" target="_blank">chawlarajat303@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have been trying to do this from past four days ,I have formatted my pc to install ubuntu 12.04 , and start from scratch ,I have then downloaded qt 5.01 (.run) offline version ,installed it .Then I installed gcc and then cmake ,after that I started building kdelibs by using  <span style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)">cmake .. -DCMAKE_INSTALL_PREFIX=</span><span style="line-height:1.2em;font-size:1em;background-color:rgb(245,245,245);font-family:monospace;font-weight:bold">`</span><span style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)">kde4-config --prefix</span><span style="line-height:1.2em;font-size:1em;background-color:rgb(245,245,245);font-family:monospace;font-weight:bold">`</span><span style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)"> -DCMAKE_BUILD_TYPE=debugfull </span><div>


<span style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)"><br></span></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:12.671875px">Each time I do it ,there comes some missing dependencies ,I install them and then again rebuild ,and again there are more ,I have downloaded more than 400 mb of dependencies .I am frustated ,I have been trying to build any kde game from source for past one week but have failed miserably.</span></font></div>


<div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:12.671875px"><br></span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:12.671875px">Please ,please  ,please help me install any kde game from source .what I should I do??<br>


</span></font><div><br></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 30, 2013 at 12:35 PM, Viranch Mehta <span dir="ltr"><<a href="mailto:viranch.mehta@gmail.com" target="_blank">viranch.mehta@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">compile and install kdelibs and libkdegames from source:<br>
<br>
<a href="http://projects.kde.org/kdelibs" target="_blank">http://projects.kde.org/kdelibs</a><br>
<a href="http://projects.kde.org/libkdegames" target="_blank">http://projects.kde.org/libkdegames</a><br>
<div><div><br>
On 30-Apr-2013, at 3:07 AM, Rajat chawla wrote:<br>
<br>
> While I tried to build Kbreakout from source ,I faced the following errors:<br>
><br>
> Make Error at CMakeLists.txt:7 (find_package):<br>
>   Could not find module FindKDEGames.cmake or a configuration file for<br>
>   package KDEGames.<br>
><br>
>   Adjust CMAKE_MODULE_PATH to find FindKDEGames.cmake or set KDEGames_DIR to<br>
>   the directory containing a CMake configuration file for KDEGames.  The file<br>
>   will have one of the following names:<br>
><br>
>     KDEGamesConfig.cmake<br>
>     kdegames-config.cmake<br>
><br>
><br>
><br>
> CMake Error at CMakeLists.txt:14 (find_package):<br>
>   Could not find module FindKDeclarative.cmake or a configuration file for<br>
>   package KDeclarative.<br>
><br>
>   Adjust CMAKE_MODULE_PATH to find FindKDeclarative.cmake or set<br>
>   KDeclarative_DIR to the directory containing a CMake configuration file for<br>
>   KDeclarative.  The file will have one of the following names:<br>
><br>
>     KDeclarativeConfig.cmake<br>
>     kdeclarative-config.cmake<br>
><br>
><br>
><br>
> -- Configuring incomplete, errors occurred!<br>
><br>
> Please suggest the appropriate steps.<br>
</div></div>> _______________________________________________<br>
> kde-games-devel mailing list<br>
> <a href="mailto:kde-games-devel@kde.org" target="_blank">kde-games-devel@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
<br>
_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org" target="_blank">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
</blockquote></div><br></div></div></div></div>
<br>_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org" target="_blank">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
<br></blockquote></div><br></div>