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

SOURCES += \
    main.cpp

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