summaryrefslogtreecommitdiffstats
path: root/examples/charts/audio/audio.pro
blob: 6a3b691741f5d895774253d6432797d6e2493a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

QT += multimedia

TARGET = audio
TEMPLATE = app

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

HEADERS  += widget.h \
    xyseriesiodevice.h