summaryrefslogtreecommitdiffstats
path: root/examples/audiolevels/audiolevels.pro
blob: 7df4379b115e1f70557c4986fbaac4db010d57de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!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

OTHER_FILES += doc/src/* \
               doc/images/*