[Webkit-unassigned] [Bug 26224] Allows build-webkit script to receive an install prefix as parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 13:17:38 PDT 2009


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





------- Comment #6 from apedralho at gmail.com  2009-06-19 13:17 PDT -------
(In reply to comment #5)
> Looks good, can you redo this on ToT? 
> 
Sure, I can. However I need to remind that those changes are not enough to set
WebKit Qt target dir. We need to set it right in the .pro files below. Other
way, the value in the --prefix= argument will be overridden by the values of
QT_INSTALL_{LIBS,PREFIX,HEADERS,PLUGINS} vars.

grep -nHRI QT_INSTALL . --include=*.pro
./WebCore/WebCore.pro:86:        SQLITE3SRCDIR =
$$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/
./WebCore/WebCore.pro:1302:            INCLUDEPATH +=
$$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/
./WebCore/WebCore.pro:2149:    target.path = $$[QT_INSTALL_LIBS]
./WebCore/WebCore.pro:2151:    headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
./WebCore/WebCore.pro:2153:    prf.path =
$$[QT_INSTALL_PREFIX]/mkspecs/features
./WebCore/WebCore.pro:2160:        dlltarget.commands = $(COPY_FILE)
$(DESTDIR)$(TARGET) $$[QT_INSTALL_BINS]
./WebCore/WebCore.pro:2174:        lib_replace.replace = $$[QT_INSTALL_LIBS]
./WebKit/qt/Plugins/Plugins.pro:12:target.path =
$$[QT_INSTALL_PLUGINS]/imageformats


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



More information about the webkit-unassigned mailing list