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

SOURCES += \
    main.cpp

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