<div dir="ltr">Hi Andreas,<div><br></div><div>Tried as your suggestion. It worked.</div><div>Thanks a lot.</div><div><br></div><div><br></div><div>Regards,</div><div>Reza</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, Aug 17, 2014 at 4:54 PM, Andreas Cord-Landwehr <span dir="ltr"><<a href="mailto:cordlandwehr@kde.org" target="_blank">cordlandwehr@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<div style="font-family:'DejaVu Sans Mono';font-size:9pt;font-weight:400;font-style:normal"><div class="">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">On Sunday 17 August 2014 09:14:26 Reza Shah wrote:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> But when compiling i got</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> kiten/lib/dictionarymanager.h:27:16: fatal error: QMap: No such file or</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> directory</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
</div><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Hi Reza,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">apparently the include dirs are noet set right. You can check this by compiling with the command "VERBOSE=1 make" and looking at the output (see the "-I" values).</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">To solve your problem, you have to link to Qt5::Core (add this to target_link_libraries). This is actually the new way how the include directories are determined.</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Cheers,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Andreas</p></div></blockquote></div><br></div>