Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
18
tests/auto/qaudioinput/qaudioinput.pro
Normal file
18
tests/auto/qaudioinput/qaudioinput.pro
Normal file
@@ -0,0 +1,18 @@
|
||||
load(qttest_p4)
|
||||
|
||||
QT += core multimediakit-private
|
||||
|
||||
# TARGET = tst_qaudioinput
|
||||
# CONFIG += testcase
|
||||
|
||||
wince*{
|
||||
DEFINES += SRCDIR=\\\"\\\"
|
||||
QT += gui
|
||||
} else {
|
||||
!symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||
}
|
||||
|
||||
HEADERS += wavheader.h
|
||||
SOURCES += wavheader.cpp tst_qaudioinput.cpp
|
||||
|
||||
maemo*:CONFIG += insignificant_test
|
||||
Reference in New Issue
Block a user