Re: [Qgis-developer] compiling c++ application against qgis libs on ms windows

2013-03-21 Thread Martin Landa
Hi, 2013/3/20 Jürgen E. : >> Qt 4.8.4 (VS 2010) + VS 2010 >> from OSGeo4W qgis and qgis-devel > > Use qt from OSGeo4W and VS2008. thanks a lot, it helped. Another problem - loading data providers (my sample app loads Shapefile) QgsProviderRegistry::instance(QgsApplication::pluginPath()); doesn'

Re: [Qgis-developer] compiling c++ application against qgis libs on ms windows

2013-03-20 Thread Larry Shaffer
Hi Martin, On Wed, Mar 20, 2013 at 1:40 PM, Jürgen E. wrote: > Hi Martin, > > On Wed, 20. Mar 2013 at 20:17:17 +0100, Martin Landa wrote: > > Qt 4.8.4 (VS 2010) + VS 2010 > > from OSGeo4W qgis and qgis-devel > > Use qt from OSGeo4W and VS2008. > See recent issue ticket for info on downloading V

Re: [Qgis-developer] compiling c++ application against qgis libs on ms windows

2013-03-20 Thread Jürgen E . Fischer
Hi Martin, On Wed, 20. Mar 2013 at 20:17:17 +0100, Martin Landa wrote: > Qt 4.8.4 (VS 2010) + VS 2010 > from OSGeo4W qgis and qgis-devel Use qt from OSGeo4W and VS2008. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße

[Qgis-developer] compiling c++ application against qgis libs on ms windows

2013-03-20 Thread Martin Landa
Hi all, for teaching purposes I am creating sample C++ application built on QGIS libraries. No compilation problems on Linux. Unfortunately I have several problems on Windows, after some investigations, I have installed Qt 4.8.4 (VS 2010) + VS 2010 from OSGeo4W qgis and qgis-devel When building