summaryrefslogtreecommitdiffstats
path: root/demos/audio/audio.pro
blob: 0bd250156ff36fb2def24d4a53fd49e5f0a3e612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )

QT += multimedia

TARGET = audio
TEMPLATE = app

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

HEADERS  += widget.h \
    xyseriesiodevice.h