[Qgis-developer] Re: QGIS.pro, Qt Creator and Android - Qt Creator Integration

Martin Dobias wonder.sk at gmail.com
Thu Dec 30 03:28:40 EST 2010


On Thu, Dec 30, 2010 at 5:18 AM, Noli Sicad <nsicad at gmail.com> wrote:
> Hi,
>
> OK. I managed to install cmake package.
>
> But still I don't what should be in the Qgis.pro after I created this project?
>
> Anybody can post what should be in entries in Qgis.pro?

No, Qt Creator does not create .pro files for cmake projects (AFAIK)
because it handles cmake projects natively. Anyway, is there a reason
why would you like to produce a .pro file? Remember that CMake is much
more complex build system than qmake, so any conversion would be
necessary lossy.

Btw. to get QGIS working on android, first try to compile the minimal
dependencies before trying to compile QGIS, that is Proj, GDAL, GEOS
and Sqlite.

@Tim: creator has also FakeVim mode for good old vim users ;-)

Martin


More information about the Qgis-developer mailing list