diff options
Diffstat (limited to 'tests/auto/qaudioinput/qaudioinput.pro')
-rw-r--r-- | tests/auto/qaudioinput/qaudioinput.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qaudioinput/qaudioinput.pro b/tests/auto/qaudioinput/qaudioinput.pro index 5eb1613..aac7fb4 100644 --- a/tests/auto/qaudioinput/qaudioinput.pro +++ b/tests/auto/qaudioinput/qaudioinput.pro @@ -5,8 +5,8 @@ SOURCES += tst_qaudioinput.cpp QT = core multimedia wince* { - deploy.sources += 4.wav - DEPLOYMENT = deploy + deploy.files += 4.wav + DEPLOYMENT += deploy DEFINES += SRCDIR=\\\"\\\" QT += gui } else { |