/Uro-Cpp_Kalkulacka

Kalkulačka podle zadání z mého předmětu [URO], psána v C++ s využitím Qt.

Primary LanguageC++MIT LicenseMIT

[Uro/C++] Calculation

Read this in other language: english, czech

Task: Calculation from subject [URO] written in C++ with use of Qt.

Instalation

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.

C++/Qt

  • 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.

Clone the project

  • In terminal:

    git clone https://github.com/Hanisekkus/Uro-Cpp_Kalkulacka.git

.. or

Usage

  • 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

License

MIT