Files
qtmultimedia/tests/auto/integration/qaudiooutput/qaudiooutput.pro
Oswald Buddenhagen 6fa2f5c4b1 remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf, warn_on by default_pre.prf, and
no_private_qt_headers_warning by qt_build_config.prf.

Change-Id: Ia5cee420d577dd0ae0120cb2dd430d4ddd29ebcf
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-12-16 22:01:36 +01:00

13 lines
264 B
Prolog

TARGET = tst_qaudiooutput
QT += core multimedia-private testlib
# This is more of a system test
CONFIG += testcase
HEADERS += wavheader.h
SOURCES += wavheader.cpp tst_qaudiooutput.cpp
mac: CONFIG += insignificant_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0