项目作者: sarvesh543
项目描述 :
First Project
高级语言: C++
项目地址: git://github.com/sarvesh543/GUI-calculator.git
GUI-calculator
Created using C++ and Qt.
Screenshots
Requirements
Quick test
download and extract zip from latest release and run calculator.exe
Installation
- Save project to your account by clicking on FORK
- download the project files
- install Qt along with Qt creator and mingw compiler
- import project into Qt
Build
- from Qt creator deploy the project
- it will generate a build folder outside your project folder
- open it and click on release folder and copy calculator.exe to a new empty folder
- go to C:\Qt\5.15.2\mingw81_32\bin and run windeployqt from it
- change directory to folder with exe file
- type command “windeployqt calculator.exe” without quotation
- now you can run calculator.exe
Contribution
Any contribution is welcomed