Hi Noli,<div><br></div><div>I  build and debug QGIS in QT Creator so I might be able to help.  After you have opened the main cmake.txt file from the root qgis src directroy as per step one, you should be given this dialog after you have selected a build path (in my case: /media/DATA/qgis/qgis-trunk/build where /media/DATA/qgis/qgis-trunk is my checked out source control.)</div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div><img src="cid:ii_12d36de9daef508e" alt="Screenshot-CMake Wizard.png" title="Screenshot-CMake Wizard.png"><br></div><div><br></div><div>

hit run Cmake on this dialog, after running this CMake will generate the needed build files  You then need to navigate to the build directory you just created, so something like this in my case:</div><div><br></div><div>
cd  /media/DATA/qgis/qgis-trunk/build</div>
<div><br></div><div>and then run</div><div><br></div><div>ccmake ..</div><div><br></div><div>the .. is the location of the source and because my build path is in the source directory I am just moving up one directory (change in your case if needed).  Running ccmake .. will open up cmake where you can configure paths to the libs if anything needs to be changed.  Once in the ccmake screen and you have checked everything just hit c (configure) and then g (generate), switch back to Qt Creator and continue with the steps.</div>

<div><br></div><div>I can&#39;t really help you with the android side of things as I have never done it before.</div><div><br></div><div>I&#39;m still only learning all this cmake/c++ stuff so hopefully what I said was ok.</div>

<div><br></div><div>- Nathan </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<br><div class="gmail_quote">On Thu, Dec 30, 2010 at 2:49 PM, Noli Sicad <span dir="ltr">&lt;<a href="mailto:nsicad@gmail.com" target="_blank">nsicad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi,<br>
<br>
I am trying to create a Qgis.pro (i.e. QGIS Qt Creator Project) based<br>
on this instruction [1].<br>
<br>
I am stuck on this step 3.<br>
<br>
3. Run cmake in CMake Wizard. You can run it after adding project for<br>
   this you should navigate to cmake build directory it is qtcreator-build in<br>
   project root and run ccmake .. like usually);<br>
<br>
There are a lot of cmake files in the cmake directory, which one should I use?<br>
<br>
Anyway, anybody has exciting Qgis.pro (Qt Creator project) already and<br>
like to share it.<br>
<br>
I like to try to compile Qgis in Qt - Android lighthouse and see what happen.<br>
<br>
You watch the video on Android - Qt Creator Integration here - Video.<br>
<br>
<a href="http://code.google.com/p/android-lighthouse/wiki/QtCreatorIntegration" target="_blank">http://code.google.com/p/android-lighthouse/wiki/QtCreatorIntegration</a><br>
<br>
Anybody interested in QGIS mobile for Android?<br>
<br>
<br>
Thanks. Noli<br>
<br>
~~~~~~~~~~~~<br>
<br>
[1] <a href="http://www.osgeo.org/pipermail/qgis-developer/2009-October/007832.html" target="_blank">http://www.osgeo.org/pipermail/qgis-developer/2009-October/007832.html</a><br>
<br>
Using QtCreator with QGis is easy. To open QGis in it you should do:<br>
<br>
   1. In menu File-&gt;Open File or Project (Ctrl+O);<br>
   2. In open file dialog find CMakeLists.txt in the root of QGIs<br>
   (/usr/local/src/qgis_trunk/CMakeLists.txt) and open it;<br>
   3. Run cmake in CMake Wizard. You can run it after adding project for<br>
   this you should navigate to cmake build directory it is qtcreator-build in<br>
   project root and run ccmake .. like usually);<br>
   4. After that QtCreator adds the new project with name qgis-1.x.x.<br>
   5. If you need to correct cmake options you can do it now (see 3);<br>
   6. Compile QGis (Ctrl+B);<br>
   7. Switch to tab Projects. In section Build Settings-&gt;Build Steps push<br>
   Details button and add in Additional arguments: install.<br>
   8. In section Run Settings push +Add and select in combo box Custom<br>
   Executable then push Details and add in Executable:<br>
   /patch/to/qgis/executable (/usr/local/bin/qgis);<br>
   9. Start Debugging QGis: F5.<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div>