summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiodecoder/audiodecoder.pro
blob: 0a09c3cf38b9e414f00913791e8845634e7a9b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = audiodecoder

CONFIG += qt warn_on

HEADERS = \
    audiodecoder.h \
    wavefilewriter.h
SOURCES = main.cpp \
    audiodecoder.cpp \
    wavefilewriter.cpp

QT += multimedia
CONFIG += console

target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodecoder
INSTALLS += target