[Webkit-unassigned] [Bug 45163] [Qt] [Symbian] Streamline QtWebKit binary deployment on Symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 02:08:42 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45163





--- Comment #2 from Janne Koskinen <koshuin at gmail.com>  2010-09-03 02:08:42 PST ---
+        QT_LIBINFIX = Dev
libinfix is meant for whole Qt that you you can pass as a parameter when running configure. Your suggestion breaks that functionality for QtWebkit and even further QtWebkitDev would try to link against e.g QtCoreDev which doesn't exist. plus will break the new QML plugin. plus all the apps would try linking against the non-infixed targets.
This won't link on clean platform.

To achieve what you are after here is to do configure -qtlibinfix dev

Second issue:
+        TARGET.UID3 = 0x200267C2,TYPE=SA,RU

This is not package definition but to define UID3 in MMP file. I am really surprised that this didn't crash at qmake or how did it go through makmake.
To replace flags in pkg files you need to use PKG_RULES.

Third issue after the flags are in correct place:

TYPE=SA,RU
There is no R(OM) U(pdate)able Qt on any of the current targets. They sit on UDA with NR flag set/unset depending on installation. Not sure about future s^4.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list