Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to develop with Qt under IGEP Technology

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