Difference between revisions of "Qt4/Qt-Creator Hello World Console Mode"

From dftwiki3
Jump to: navigation, search
(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 will introduce you to the Hadoop Cluster in the Computer Science Dept. at Smith College, and how to submit jobs on it.
+
This tutorial illustrates how to use Qt Creator to create a simple console-mode "hello world" application on a Mac running OS X.
 
 
The setup of the cloud cluster is fully documented [http://cs.smith.edu/classwiki/index.php/CSC352_Hadoop_Cluster_Howto here].
 
 
 
The list of Hadoop/MapReduce tutorials is available [[Hadoop/MapReduce Tutorials | here]].
 
  
 
<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)


Contents

QtCreator.png



This tutorial illustrates how to use Qt Creator to create a simple console-mode "hello world" application on a Mac running OS X.



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

QtCreatorNewConsoleAppProject.png