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

SOURCES += \
    main.cpp

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