|
|
Line 50: |
Line 50: |
| * A status bar will appear. Press '''finish''' to exit the installation wizard | | * A status bar will appear. Press '''finish''' to exit the installation wizard |
| </cl> | | </cl> |
− | ==Configure Kits in Qt Creator==
| |
− | <cl>
| |
− | 1. Source the environment setup script
| |
− | <syntaxhighlight lang="console">
| |
− | developer@ldc:~$ source /opt/emac/5.0.0/environment-setup-i586-emac-linux
| |
− | </syntaxhighlight>
| |
− | * Open Qt Creator
| |
− | <syntaxhighlight lang="console">
| |
− | developer@ldc:~$ /home/developer/qtcreator-3.1.0/bin/qtcreator
| |
− | </syntaxhighlight>
| |
| | | |
| + | == Next Steps == |
| | | |
− | * Click Tools->Options...
| + | Once Qt Creator is installed, the next step is to [[Configuring Qt Creator|configure Qt Creator.]] |
− | * Select '''Devices''' from the left pane
| |
− | i. Press the '''Add...''' button
| |
− | * Select Generic Linux Device then press '''Start Wizard'''
| |
− | * Type in a name, the IP address, user name and password for the device
| |
− | * Click '''Next >'''
| |
− | * Click '''Finish'''
| |
− | * A connection will be established with the target device
| |
− | * Click Apply
| |
− | * Select Build & Run from the left pane
| |
− | * Select the '''Qt Versions''' tab
| |
− | i. Press the '''Add...''' button
| |
− | * Navigate to /opt/emac/5.0.0/sysroots/i686-emacsdk-linux/usr/bin/
| |
− | * Select qmake2
| |
− | * Press apply
| |
− | | |
− | [[File:Qt_Kit_qmake.png|500px|thumb|left|Figure 1: Qt Creator Kit Qmake]]
| |
− | | |
− | <br clear=all>
| |
− | | |
− | * Select the '''Compilers''' tab
| |
− | i. Press '''Add->GCC'''
| |
− | * Type in a name such as i586 Gcc
| |
− | * Click Browse...
| |
− | * Navigate to /opt/emac/5.0.0/sysroots/i686-emacsdk-linux/usr/bin/''target_arch''/
| |
− | * Select ''target_arch''-emac-linux-gcc
| |
− | | |
− | [[File:Qt_Kit_GCC.png|500px|thumb|left|Figure 2: Qt Creator Kit Compiler]] | |
− | | |
− | <br clear=all>
| |
− | | |
− | * Select the '''Debuggers''' tab
| |
− | i. Press '''Add'''
| |
− | * Type in a name such as i586 Debugger
| |
− | * Click '''Browse...'''
| |
− | * Navigate to /opt/emac/5.0.0/sysroots/i686/usr/bin/''target_arch''/
| |
− | * Select ''target_arch''-emac-linux-gdb
| |
− | | |
− | [[File:Qt_Kit_GDB.png|500px|thumb|left|Figure 3: Qt Creator Kit Debugger]]
| |
− | | |
− | <br clear=all>
| |
− | | |
− | * Select the '''Kits''' tab
| |
− | i. Press the '''Add''' button
| |
− | * Type in a name such as i586
| |
− | * Change the '''Device type:''' to Generic Linux Device
| |
− | * Change the '''Device:''' to the one configured in step 3
| |
− | * Type /opt/emac/5.0.0/sysroots/''target_arch'' into the '''Sysroot''' line
| |
− | * Change the '''Compiler:''' to the one created in step 6
| |
− | * Change the '''Debugger:''' to the one created in step 7
| |
− | * Change the '''Qt version:''' to the one created in step 5
| |
− | * Press '''Apply''' then '''Ok'''
| |
− | | |
− | | |
− | [[File:Qt_Kit.png|500px|thumb|left|Figure 4: Qt Creator Kit]]
| |
− | | |
− | <br clear=all>
| |
− | </cl>
| |