This is simple timer created by qt framework.

Arima Takao adf9ff6647 Update .gitignore hace 2 años
.gitignore adf9ff6647 Update .gitignore hace 2 años
README.md 09f38c3891 Change installation instruction in README.md hace 2 años
main.cpp 102525dbd6 Created repo hace 2 años
simpletimerqt.cpp 102525dbd6 Created repo hace 2 años
simpletimerqt.h 102525dbd6 Created repo hace 2 años
simpletimerqt.pro 102525dbd6 Created repo hace 2 años
simpletimerqt.ui 102525dbd6 Created repo hace 2 años

README.md

How to install?

  1. Download and install qt framework.

  2. Clone this repository.

  3. Open this repository.

  4. Compile project:

$ qmake simpletimerqt.pro

$ make