summaryrefslogtreecommitdiffstats
path: root/examples/charts/audio/audio.pro
blob: c6df9be096562e83ab03babfc25887676c5bd556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += charts multimedia

HEADERS += \
    widget.h \
    xyseriesiodevice.h

SOURCES += \
    main.cpp\
    widget.cpp \
    xyseriesiodevice.cpp

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