[Webkit-unassigned] [Bug 33542] [Qt] Split the build process in two different .pro files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 07:21:00 PST 2010


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





--- Comment #13 from Csaba Osztrogonac <ossy at webkit.org>  2010-01-13 07:20:58 PST ---
I found a fix for this Windows XP related problem (Vista and Win7 works
correctly)

We should replace slahses to bakcslashes in JavaScriptCore.pro,
DerivedSources.pro and WebCoreCommon.pri:

GENERATED_SOURCES_DIR = $$PWD/generated
GENERATED_SOURCES_DIR = $$replace(GENERATED_SOURCES_DIR, "/", $$QMAKE_DIR_SEP)

-- 
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