summaryrefslogtreecommitdiffstats
path: root/examples/charts/horizontalpercentbarchart/horizontalpercentbarchart.pro
blob: 5bd6577413554eb6345f31222a34443d2f3a7007 (plain)
1
2
3
4
5
6
7
QT += charts

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/charts/horizontalpercentbarchart
INSTALLS += target