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

TARGET = audiolevels

QT += multimedia

SOURCES += main.cpp \
           audiolevels.cpp \
           audiolevelsiodevice.cpp

HEADERS += audiolevels.h \
           audiolevelsiodevice.h

INSTALLS += target