<p> </p>
<div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">hello all <br /> <br />i have an old project based on the 1.6 qgis version <br />i need to update to the last version 2.8 and a new system ubuntu 14 <br /> <br />i have installed all dependencies requiered by qgis , everything works fine , ( qgiss, grass, python, qt, etc ... ) <br />but when i try to build my old project i have a lot of error like no such file or directy because it seems that some classes or header file have been removed or renamed <br /> <br />here is the header liste of my project : <br /> <br />// QGIS Includes // <br />#include <qgsapplication.h> <br />#include <qgsproviderregistry.h> <br />#include <qgssinglesymbolrenderer.h> <br />#include <qgsmaplayerregistry.h> <br />#include <qgsrasterlayer.h> <br />#include <qgsvectorlayer.h> <br />#include <qgsmapcanvas.h> <br />#include <qgsrendercontext.h> <br />#include <qgsvectordataprovider.h> <br />#include <qgssymbol.h> <br />#include <qgsrenderer.h> <br />#include <qgspoint.h> <br />#include <qgsmaptool.h> <br />#include <qgslabel.h> <br />#include <qgslabelattributes.h> <br />#include <qgsfeature.h> <br />#include <qgssymbologyutils.h> <br />#include <qgsmarkersymbollayerv2.h> <br />#include <qgsuniquevaluerenderer.h> <br /> <br /> <br />some of them doesn't appear in the class list on the web site of qgis <br />for the 2.8 : <a class="moz-txt-link-freetext" href="http://qgis.org/api/2.8/annotated.html">http://qgis.org/api/2.8/annotated.html</a> <br />for the 1.6 : <a class="moz-txt-link-freetext" href="http://qgis.org/api/1.6/classes.html">http://qgis.org/api/1.6/classes.html</a> <br /> <br />by exemple : qgssinglesymbolrenderer, qgsrenderer, qgsuniquevaluerenderer, and qgssymbologyutils give an error message no such file or directory <br /> <br />i don't know how to build correctly my project because i don't know and i don't find the list of change , what files have been removed, renamed, fusionned ? <br /> <br />thanks for your help <br />Regards <br />Florent <br /> <br />
<div class="moz-txt-sig"><span class="moz-txt-tag">-- <br /></span>----------------------------- <br />Florent Ainardi-Wieloszynski <br /><a class="moz-txt-link-abbreviated" href="mailto:florent.ainardi-wieloszynski@c-s.fr">florent.ainardi-wieloszynski@c-s.fr</a> <br />Tel : (+33) 4 94 08 75 75 <br />GSM : (+33) 6 10 51 26 23 <br />Fax : (+33) 4 94 08 09 38 <br />CS Toulon <br />230, rue Marcellin Berthelot <br />ZI Toulon-Est - La Garde - BP 68 <br />83 079 Toulon Cedex 09 - FRANCE <br /><a class="moz-txt-link-freetext" href="http://www.c-s.fr">http://www.c-s.fr</a> <br />----------------------------- <br /> </div>
</div>
<p> </p>