summaryrefslogtreecommitdiffstats
path: root/examples/charts/datetimeaxis/datetimeaxis.pro
blob: 09869b05558e1d028a4d8fbfa3543e784452b5ce (plain)
1
2
3
4
5
6
7
8
9
10
QT += charts

SOURCES += \
    main.cpp

RESOURCES += \
    sundata.qrc

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