[Webkit-unassigned] [Bug 112576] [Qt] An incremental build bug appeared after r145712.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 08:14:16 PDT 2013


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





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2013-03-20 08:16:42 PST ---
The bug is caused by a missing dependency. 
Here is the related part of the Makefile:

.rcc/release-shared/qrc_InspectorBackendCommands.cpp: generated/InspectorBackendCommands.qrc
        /usr/local/Trolltech/Qt5/Qt-5.0.1/bin/rcc -name InspectorBackendCommands generated/InspectorBackendCommands.qrc -o .rcc/release-shared/qrc_InspectorBackendCommands.cpp


.rcc/release-shared/qrc_InspectorBackendCommands.cpp must depend on InspectorBackendCommands.js too. I'm not sure where is the bug, but
I suspect somewhere in qmake or rcc. 

qmake generates dependency with "rcc -list <qrc-file>" command, but
it might be confused because of this relative path: generated/InspectorBackendCommands.qrc

Could you check it on a small example?

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