OSDN Git Service

Do not link against (the possibly absent) eiksrv.dso
authorAlessandro Portale <alessandro.portale@nokia.com>
Mon, 22 Nov 2010 10:06:45 +0000 (11:06 +0100)
committerAlessandro Portale <alessandro.portale@nokia.com>
Mon, 22 Nov 2010 10:06:45 +0000 (11:06 +0100)
commitfabaffde4f83923e5a52d13a0abfdfd38d9d2d34
tree025400373fad11834a859369edcca6312ca05789
parentb954eb199083cc54ba804a4aa832e3396da2b016
Do not link against (the possibly absent) eiksrv.dso

The template .pri file of the "Qt Quick Application" and
"Qt Mobile Application" wizards linked against eiksrv
when locking the screen orientation. That is however not
necessary.

The real problem is that eiksrv does not get shipped with
the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the
innecessary link attempt even fails.

This patch removes the -leiksrv and bumps the version for
the template.

Cherrypicking into qtcreator/2.1 is highly recommended.

Task-Number: QTCREATORBUG-3142
Task-Number: QTSDK-194
share/qtcreator/templates/shared/deployment.pri
src/plugins/qt4projectmanager/wizards/abstractmobileapp.cpp