Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 451 Bytes

CircleProgressWidget

CircleProgressWidget is a example of Circular Progress Bar widget

Step to compile with cmake/make

git clone https://github.com/aks-arise1600/CircleProgressWidget.git
cd CircleProgressWidget
mkdir c_build  && cd  c_build
cmake ..
make

Step to compile with qmake/make

git clone https://github.com/aks-arise1600/CircleProgressWidget.git
cd CircleProgressWidget
mkdir q_build  && cd  q_build
qmake ..
make