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

2011-01-11 Thread Mayeul Kauffmann
Hi, A few potential hints with respect to invisible .ui files in qtcreator project view: -the qt creator parser has rules that differs from qmake ones apparently, see this thread: http://www.mail-archive.com/qt-creator@trolltech.com/msg00738.html -This thread suggested to recreate the .user file

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

2011-01-03 Thread Martin Dobias
On Thu, Dec 30, 2010 at 10:46 PM, Tim Sutton wrote: > Hi > > On Thu, Dec 30, 2010 at 10:28 AM, Martin Dobias wrote: > >>8snip-- > >> @Tim: creator has also FakeVim mode for good old vim users ;-) >> > > Yeah I saw that! For me though the CMakeList.txt generated creator > p

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

2010-12-30 Thread Tim Sutton
Hi On Thu, Dec 30, 2010 at 10:28 AM, Martin Dobias wrote: >8snip-- > @Tim: creator has also FakeVim mode for good old vim users ;-) > Yeah I saw that! For me though the CMakeList.txt generated creator project seems to leave out almost all of the ui files in the creator

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

2010-12-30 Thread Mayeul Kauffmann
I have not seen a way to save the project options explicitly, but I have tested that at least some of the compiling options are saved automatically in a CMakeLists.txt.user file which is automatically created next to CMakeLists.txt. For a discussion on a similar issue: http://stackoverflow.com/qu

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

2010-12-30 Thread Martin Dobias
On Thu, Dec 30, 2010 at 5:18 AM, Noli Sicad 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 p

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

2010-12-29 Thread Tim Sutton
Hi Noli I'm not an expert in Qt-Creator (I'm a vim guy!) but the last time I tested it, I didnt see any option to create a .pro file from the CMakeLists.txt based project. In fact that was one of my irritations of trying to use creator - having to re-read in the project from the CMakeLists.txt fil

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

2010-12-29 Thread Noli Sicad
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? Noli On 12/30/10, Noli Sicad wrote: > Hi, > > I am trying to create a Qgis.pro (i.e. QGIS Qt Creator Project) base