Skip to content

I wrote a simple animation in C++ to learn the basics programming in Qt

License

Notifications You must be signed in to change notification settings

danfloyd111/animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animation

-Intro: I wrote this simple graphic program in C++ to learn the basics programming with the powerful Qt library and to learn the git hub repository system.

-Dependencies: This program needs Qt4 and the qmake tool in order to work (and a cpp compiler, I use gcc).

-Usage(tested on Gnu/Linux OpenSuse 42.1): Open a shell and change directory into the "animation" directory that you have just downloaded, then execute command "qmake -project" and edit the .pro file just created by the command: go to the end of file and add the string "QT += core gui widgets" then save and exit. Now execute command "qmake" that automatically creates the Makefile, and finally execute "make" that compiles all the source code and generates the executable "animation" (the name depends by the directory name and the .pro file).

This is my first code repository on this platform, it's just a test project for me, I've made it principally to learn the git-hub system, so please be gentle with this "foo" project ;) .

EDIT: I've added also the .pro file, so if you don't want to generate it with the qmake -project option, you can use directly qmake command to generate the makefile.

D.

About

I wrote a simple animation in C++ to learn the basics programming in Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published