Changes

How to develop with Qt under IGEP Technology

40 bytes removed, 17:54, 6 August 2012
no edit summary
= How to develop with Qt under IGEP =
 
== Overview ==
Go to Applications -&gt; IGEP development -&gt; Qt Creator<br>
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Openqtv2.png|331x249px]]<br>
Copy your desired example from: /opt/QtSDK/Examples/4.7 to your desktop.<br>
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtcopyanexamplev2.png|496x373px]]
Open this example with Qt Creator, set Desktop target and use for each Qt Version one debug and one release
{| bordercellspacing="1" widthcellpadding="7571" cellspacingborder="1" cellpaddingwidth="1757"
|-
| [[Image:Qtopenanexamplev2.png|250x188px]]
To compile to ARM for IGEP go to Project use the following configuration at Projects field -&gt; Build:
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtarmconfigv2.png|496px]]
<pre>ssh root@"IGEP IP for example: 192.168.5.1"
./"binary" "optional:arguments"</pre>
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtrunarmv2.jpg|496x373px]]
Now use the followings steps to debug program:<br>
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtdebugx861v2.png|331x249px]]
To compile to x86 go to Project use the following configuration at Projects field -&gt; Build:
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtx86configv2.png|496px]]
Use run button (Ctrl+R).
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtrunx86v2.png|496x373px]]
Set breakpoints in your source code and press debug button (F5)
{| bordercellspacing="1" widthcellpadding="2001" cellspacingborder="1" cellpaddingwidth="1200"
|-
| [[Image:Qtdebugx861v2.png|331x249px]]
4,199
edits