cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Install of signed app fails if unsigned installed before #47

Closed cip closed 13 years ago

cip commented 13 years ago

Reason: qmake uses TARGET both for executable name and application name displayed to user. On symbian installation fails if a different app (= different UID) has the same executable name. This is in particular the case if the unsigned version had been installed and the signed version is installed. To fix include UID in executable name, and change application name. Fix from: http://www.developer.nokia.com/Community/Discussion/showthread.php?203666-How-to-specify-different-exe-and-application-name-in-the-pro-file&ticket=ST-42125-lUq7G3jS1tjyJgSpt0bv6P3oQNBomKBVsZQ-20 (In qmake >= 4.7.? there is a more official way to do it, but as for FP1 4.7 cannot be used this fix is used instead)

cip commented 13 years ago

Fixed in 0.0.46 Note that appearantly building unsigned installer packages does not work in qt creator.

cip commented 13 years ago

0.0.56: Changed sis package name. (Removed uid, added self-signed in case app self-signed)