diff options
author | axis <qt-info@nokia.com> | 2011-02-01 08:44:42 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-24 12:21:22 (GMT) |
commit | ea7ede44c7ca6e4f87c9817ffd23ebb6a6f6260d (patch) | |
tree | f2b7dbcc2579aef8247ecd1b53c6fac6519d9129 | |
parent | f57dac1faf4d39eae851d0e9238a8b5968b48a73 (diff) | |
download | Qt-ea7ede44c7ca6e4f87c9817ffd23ebb6a6f6260d.zip Qt-ea7ede44c7ca6e4f87c9817ffd23ebb6a6f6260d.tar.gz Qt-ea7ede44c7ca6e4f87c9817ffd23ebb6a6f6260d.tar.bz2 |
Fixed library casing.
RevBy: Trust me
-rw-r--r-- | src/plugins/phonon/mmf/mmf.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro index 5b21211..7c7c1d7 100644 --- a/src/plugins/phonon/mmf/mmf.pro +++ b/src/plugins/phonon/mmf/mmf.pro @@ -132,7 +132,7 @@ symbian { } # This is to allow IAP to be specified - LIBS += -lCommDb + LIBS += -lcommdb # This is needed for having the .qtplugin file properly created on Symbian. QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend |