Well, i thought FSView has been developed using Qt so it should better be a Qt project.<br><br>You are right. There are Makefile.am and Makefile.in files, which i think are there for buildsystem. Makefile.am however, shows that 'automake' should be used but i could
not found easy-to-understand examples of how to use this command.<br><br>I just want to build the project or the set of .cpp and .h files myself. <br><br>The list of files that i have now in a folder named 'test' are:<br>
fsview.cpp, fsview.h, inode.h, inode.cpp, scan.h, scan.cpp, treemap.h, treemap.cpp, fsview_part.h, fsview_part.cpp, Makefile.am and Makefile.in but i want to build these Makefiles myself. <br><br>Does that sound right? Can i develop them? When and how to use automake?<br>
<br>Thanks a lot <br><br><br><div class="gmail_quote">On Wed, Apr 15, 2009 at 11:23 PM, Alejandro Exojo <span dir="ltr"><<a href="mailto:suy@kurly.org">suy@kurly.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El Miércoles, 15 de Abril de 2009, Usman Ajmal escribió:<br>
<div class="im">> I recently download FSView code and now i just want to compile it....I made<br>
> a project named <a href="http://test.pro" target="_blank">test.pro</a> and added files of FSView code to it. Then i run<br>
> command<br>
<br>
</div>If you downloaded the FSView code, it very probably has the files for the<br>
buildsystem. Why did you created a qmake project file? Note that, FSView<br>
probably is a KDE application, so it probably uses cmake (or autoconf,<br>
automake, etc. in KDE 3), but not qmake.<br>
<font color="#888888"><br>
--<br>
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2<br>
<a href="http://barnacity.net/" target="_blank">http://barnacity.net/</a> | <a href="http://disperso.net" target="_blank">http://disperso.net</a><br>
___________________________________________________<br>
This message is from the kde mailing list.<br>
Account management:  <a href="https://mail.kde.org/mailman/listinfo/kde" target="_blank">https://mail.kde.org/mailman/listinfo/kde</a>.<br>
Archives: <a href="http://lists.kde.org/" target="_blank">http://lists.kde.org/</a>.<br>
More info: <a href="http://www.kde.org/faq.html" target="_blank">http://www.kde.org/faq.html</a>.</font></blockquote></div><br>