summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmloscilloscope/qmloscilloscope.pro
blob: 34ef74dbfb3db52fb225ed37f8fe59b0af6f652c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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