Difference between revisions of "Qt4/Qt-Creator Hello World Console Mode"
(Created page with '--~~~~ ---- {| | width="40%" | __TOC__ | <bluebox> right | 80px <br /> <br /> This tutorial will introduce you to the Hadoop Cluster in the Computer Sc…') |
|||
Line 9: | Line 9: | ||
<br /> | <br /> | ||
− | This tutorial | + | This tutorial illustrates how to use Qt Creator to create a simple console-mode "hello world" application on a Mac running OS X. |
− | |||
− | |||
− | |||
− | |||
<br /> | <br /> | ||
Line 19: | Line 15: | ||
</bluebox> | </bluebox> | ||
|} | |} | ||
+ | |||
=Setup= | =Setup= | ||
+ | |||
+ | We assume that you have installed Qt Creator and Qt 4 on your Mac (or Windows/Linux platform). | ||
+ | |||
+ | =Steps= | ||
+ | |||
+ | * Start Qt Creator | ||
+ | * File/New File or Project | ||
+ | * Pick Qt4 Console Application | ||
+ | <center> | ||
+ | [[Image:QtCreatorNewConsoleAppProject.png|300px]] | ||
+ | </center> |
Revision as of 20:54, 1 June 2010
--D. Thiebaut 01:49, 2 June 2010 (UTC)
Setup
We assume that you have installed Qt Creator and Qt 4 on your Mac (or Windows/Linux platform).
Steps
- Start Qt Creator
- File/New File or Project
- Pick Qt4 Console Application