Relating upgrade to Kdevelop 4

Aleix Pol aleixpol at kde.org
Thu Aug 11 10:21:17 UTC 2011


On Wed, Aug 10, 2011 at 6:21 PM, elison.niven at gmail.com <
elison.niven at gmail.com> wrote:

> On Wed, Aug 10, 2011 at 5:04 PM, Milian Wolff <mail at milianw.de> wrote:
> >
> >> I am not using cmake. Will using cmake help me here?
> >
> > CMake would definitely help as it's much better integrated in KDevelop
> and
> > makes your live easier in general. Anyhow, it's your choice on whether
> you
> > want to use it or not. I'd say: try it out, it's worth it.
>
> I did try out using cmake and I must say it worked like a charm.
>
> One more thing, KDevelop does not lead me to the declaration of a
> function if the file in which it has been declared is not included (
> #include "file.h") in the C/C++ source file although the include
> directory is given in the CMakeLists.txt file. Helped me get rid of a
> few implicit declaration warnings :)
>
> Thanks,
> Elison
>
> --
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>

Well, you usually want to include the files that have the functions's you
use declarations in C and C++.

Aleix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110811/b7eff296/attachment.html>


More information about the KDevelop-devel mailing list