summaryrefslogtreecommitdiffstats
path: root/tests/manual/audiodecoder/audiodecoder.pro
blob: 7870d340e8e0f910b9ad7dfe20bb863df581408d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = audiodecoder

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

QT += multimedia
CONFIG += console

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