diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-05-28 15:55:11 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-05-28 16:19:02 (GMT) |
commit | 63c46022ca82ee76e4abf60952cf1379f50333c0 (patch) | |
tree | a610957a7eca35bb9970c16e50d8c5f44f320868 | |
parent | 7fcd827e6b7c6c7fa7539a503c5e526d7a4921b3 (diff) | |
download | Qt-63c46022ca82ee76e4abf60952cf1379f50333c0.zip Qt-63c46022ca82ee76e4abf60952cf1379f50333c0.tar.gz Qt-63c46022ca82ee76e4abf60952cf1379f50333c0.tar.bz2 |
Fix location of QtMultimedia def files
With the removal of QMediaServices, the multimedia sources were moved up
one level. Therefore they don't need a special case location for the def
files anymore, as the standard rule of ../s60installs used for Qt
libraries is sufficient.
Reviewed-by: Trust Me
-rw-r--r-- | src/multimedia/multimedia.pro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/multimedia/multimedia.pro b/src/multimedia/multimedia.pro index 93da612..852322d 100644 --- a/src/multimedia/multimedia.pro +++ b/src/multimedia/multimedia.pro @@ -13,7 +13,4 @@ include(video/video.pri) symbian: { TARGET.UID3 = 0x2001E627 - contains(CONFIG, def_files) { - DEF_FILE=../../s60installs - } } |