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

SOURCES += \
    main.cpp

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