blob: 34ef74dbfb3db52fb225ed37f8fe59b0af6f652c [file] [log] [blame]
QT += charts qml quick
HEADERS += \
datasource.h
SOURCES += \
main.cpp \
datasource.cpp
RESOURCES += \
resources.qrc
DISTFILES += \
qml/qmloscilloscope/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmloscilloscope
INSTALLS += target