Audio decoder example.
Change-Id: I0f9fb755ef8bc6f66696a06996ac7a9f13de69cc Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
5ed255ead6
commit
c9b3f247c7
13
examples/audiodecoder/audiodecoder.pro
Normal file
13
examples/audiodecoder/audiodecoder.pro
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user