Importing EMAC OE SDK QT Projects with Eclipse

From wiki.emacinc.com
Revision as of 19:31, 31 December 2013 by Mgloff (talk | contribs) (Created page with "{{todo|Inprogress; (12.31.13-18:15->MG+)|Michael Gloff|project=oe 4,mg,ky,md,InProgress}} == EMAC SDK with Qt Example: Compile and Run the <code>textedit</code> Project == ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
TODO: {{#todo:Inprogress; (12.31.13-18:15->MG+)|Michael Gloff|oe 4,mg,ky,md,InProgress}}

EMAC SDK with Qt Example: Compile and Run the textedit Project

Importing the Project

This procedure provides an overview of how to compile and run Qt C++ applications in Eclipse.

  1. Click Window → Open Perspective → Other... To bring up a dialog window with a list of Perspectives to choose from.

  2. Choose Qt C++ and click Ok.

  3. Select File→Import...

  4. Expand Qt and select Qt Project

    Eclipse import project step1.png


  5. Click Next >, then click Browse...

  6. Navigate to the projects/qt_demos/textedit directory underneath the install location of the EMAC OE SDK.

  7. Highlight textedit.pro then click OK.

  8. Click Finish.

    Eclipse import project step2.png


Building the Project

The Project Explorer should now show the textedit project.

Eclipse textedit project selected.png


The arrowhead to the left of textedit indicates that the textedit project is open.

  1. Click on the arrowhead to see the files in the project.

  2. Double click on the textedit.cpp file to open it. The arrow next to textedit.cpp can be expanded to see a list of classes and functions available within this source file.

  3. To build the project, ensure the project is highlighted in the Project Explorer treeview in the left pane.

  4. Select Project→Run qmake

  5. Now, select Project→Build Project. The project will now build, and your window should appear similar to the screenshot below:

    Eclipse qt build textedit finished.png


    If there are any build errors they will be shown in the Console and/or Problems tabs on the bottom.