Hi list,<br><br>I'm trying to follow a qgis development tutorial I've found on qgis site (the coding and compilation guide). This document is targeting version 1.6 'Copiapò'. I'm trying to use qgis-devel package I've installed on my fedora 16 linux box inside eclipse indigo. Al packages I've installed come from fedora official repositories. Qgis is versioned as 1.7.x<br>
<br>Maybe I'm facing a trivial question.<br><br>I'm trying to build a simple application similar to that described in 'Creating C++ Application' chapter.<br><br>The example code cites:<br><br><font face="courier new,monospace">...<br>
#include <qgsapplication.h><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 <QApplication><br></font><br>eclipse is complaining that QApplication can't be found. I'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'm missing some step in building my application due to the fact that I'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>