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

TARGET = audiolevels

QT += multimedia

SOURCES += main.cpp

INSTALLS += target