Hi list,<br><br>I&#39;m trying to follow a qgis development tutorial I&#39;ve found on qgis site (the coding and compilation guide). This document is targeting version 1.6 &#39;Copiapò&#39;. I&#39;m trying to use qgis-devel package I&#39;ve installed on my fedora 16 linux box inside eclipse indigo. Al packages I&#39;ve installed come from fedora official repositories. Qgis is versioned as 1.7.x<br>
<br>Maybe I&#39;m facing a trivial question.<br><br>I&#39;m trying to build a simple application similar to that described in &#39;Creating C++ Application&#39; chapter.<br><br>The example code cites:<br><br><font face="courier new,monospace">...<br>
#include &lt;qgsapplication.h&gt;<br>...<br><br><span style="font-family:arial,helvetica,sans-serif">The build gives an error located in qgis include files: <br>qgsapplication.h includes Qt application class via this include statement:<br>
</span></font><br><font face="courier new,monospace">...<br>#include &lt;QApplication&gt;<br></font><br>eclipse is complaining that QApplication can&#39;t be found. I&#39;m not able to locate such a file on my filesystem.<br>
<br>What am I missing?<br><br>It seems that qgis-devel and Qt installed on my machine are not in sync, or that I&#39;m missing some step in building my application due to the fact that I&#39;m new to Qt and qgis development.<br>
<br>Any kind of help is kindly wellcome.<br><br>Best regards.<br><br>Luca Paganotti<br><br><br>