Installing QtCreator

From wiki.emacinc.com
Revision as of 19:54, 7 May 2014 by Mgloff (talk | contribs) (Created page with "{{todo| Write this|Michael Gloff|project=oe 5,mg}} ==Install Qt Creator== <cl> 1. Download Qt Creator from the Qt project web page: * [http://download.qt-project.org/officia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
TODO: {{#todo: Write this|Michael Gloff|oe 5,mg}}

Install Qt Creator

  1. Download Qt Creator from the Qt project web page:

  2. Change to the directory where Qt Creator was downloaded from the command line:

     developer@ldc:~$ cd /download/directory
    
  3. Make Qt Creator installer executable and run installer script:

     developer@ldc:~$ chmod +x qt-creator-opensource-linux-x86-3.1.0.run
     developer@ldc:~$ ./qt-creator-opensource-linux-x86-3.1.0.run
    

    The installation wizard will start.

  4. Press next to proceed.

  5. Choose an installation directory then press next

  6. Accept the license agreement then press next

  7. Press install to begin the installation

  8. A status bar will appear. Press finish to exit the installation wizard

Configure Kits in Qt Creator

  1. Open Qt Creator

  2. Click Tools->Options...

  3. Select Build & Run from the left pane

  4. Select the Qt Versions tab

    1. Press the Add... button

    2. Navigate to /opt/emac/5.0.0/sysroots/i686/usr/bin/

    3. Select qmake2

    4. Press apply

  5. Select the Compilers tab

    1. Press Add->GCC

    2. Type in a name such as Armv7 Gcc

    3. Click Browse...

    4. Navigate to /opt/emac/5.0.0/sysroots/i686/usr/bin/target_arch/

    5. Select target_arch-emac-linux-gcc

  6. Select the Debuggers tab

    1. Press Add

    2. Type in a name such as Armv7 Debugger

    3. Click Browse...

    4. Navigate to /opt/emac/5.0.0/sysroots/i686/usr/bin/target_arch/

    5. Select target_arch-emac-linux-gdb