Skip to content

Unipd-Object-Oriented-Programming/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World!

Sample "Hello World!" project in Qt.

Overview

In this project you will see:

  • how to write a minimal Qt application
  • how to generate a Makefile using qmake
  • how to compile your code

This is a didactic project, it is not intended for production.

Instructions

To compile Hello World!, clone or download this repository, then run qmake and make:

git clone https://github.com/Unipd-Object-Oriented-Programming/hello-world.git
cd hello-world
qmake
make

Make sure to have Qt, make and a C++ compiler installed and available in your path.

To execute the application run:

./hello-world

About

Sample "Hello World!" project in Qt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published