Read this in other language: english, czech
Task: Calculation from subject [URO] written in C++ with use of Qt.
I used Qt Creater as IDE with MinGw as compiler.
So information below will tell you, how to setup it same way as I did.
Note: You can use MSVC instead of MinGw.
-
Make sure you have installed Qt Creator with MinGw.
MinGw can be installed with Qt Creator.
You will find it in installation of Qt Creator in additional stuffs to be installed.
-
In terminal:
git clone https://github.com/Hanisekkus/Uro-Cpp_Kalkulacka.git
.. or
-
In browser:
-
In terminal goes to the directory with project:
app.pro
.. or
-
Just use GUI and head to the directory with project:
double click on app.pro
-
After opening project in Qt Creator configure project.
Use MinGw or Msvc
-
Run the project
In default: Control + R