horizontalpercentbarchart.pro Example File

horizontalpercentbarchart/horizontalpercentbarchart.pro
QT += charts
SOURCES += \
    main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/horizontalpercentbarchart
INSTALLS += target