From 63c46022ca82ee76e4abf60952cf1379f50333c0 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Fri, 28 May 2010 16:55:11 +0100 Subject: 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 --- src/multimedia/multimedia.pro | 3 --- 1 file changed, 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 - } } -- cgit v0.12