diff options
author | axis <qt-info@nokia.com> | 2010-09-14 13:36:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-09-14 13:37:33 (GMT) |
commit | 48736d622a971816030c6a83f5922f698157db8f (patch) | |
tree | 059b66e8a018621d7161718cc4255c4dbe32a5de /config.tests | |
parent | 39c2bf06503898d2aaa5e42c75f4f48002b904d4 (diff) | |
download | Qt-48736d622a971816030c6a83f5922f698157db8f.zip Qt-48736d622a971816030c6a83f5922f698157db8f.tar.gz Qt-48736d622a971816030c6a83f5922f698157db8f.tar.bz2 |
Fixed audio-backend detection in configure tests.
Task: QTBUG-11671
RevBy: Trust me
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/symbian/audio/audio.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.tests/symbian/audio/audio.pro b/config.tests/symbian/audio/audio.pro index abbde6e..b2a1986 100644 --- a/config.tests/symbian/audio/audio.pro +++ b/config.tests/symbian/audio/audio.pro @@ -3,5 +3,7 @@ SOURCES = audio.cpp INCLUDEPATH += $${EPOCROOT}epoc32/include/mmf/server INCLUDEPATH += $${EPOCROOT}epoc32/include/mmf/common +INCLUDEPATH += $${EPOCROOT}epoc32/include/platform LIBS += -lmmfdevsound +QT = |