-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
None
-
b5f78bb04bea15bb1042c4b95647e4a20dd09d80
Static vs dynamic library autodetection code in SymbianMakefileGenerator::writeMmpFileLibraryPart() function should be removed, as it is very unreliable. Since it can't be made fully reliable in all situations, namely those where the libs do not exist at the time qmake is run, users are essentially anyway required to explicitly state when linking to static libs if they want their projects to always compile right. The code should be changed so that dynamic library is assumed always if type is not specified explicitly.