Files
qtmultimedia/examples/audiodecoder/audiodecoder.pro
Lev Zelenskiy c9b3f247c7 Audio decoder example.
Change-Id: I0f9fb755ef8bc6f66696a06996ac7a9f13de69cc
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-02-27 05:26:51 +01:00

14 lines
225 B
Prolog

TEMPLATE = app
TARGET = audiodecoder
CONFIG += qt warn_on
HEADERS = \
audiodecoder.h \
wavefilewriter.h
SOURCES = main.cpp \
audiodecoder.cpp \
wavefilewriter.cpp
QT+= multimedia multimedia-private console