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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 07:43:42 PDT 2013


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





--- Comment #6 from Ádám Kallai <kadam at inf.u-szeged.hu>  2013-04-02 07:41:55 PST ---
Created an attachment (id=196137)
 --> (https://bugs.webkit.org/attachment.cgi?id=196137&action=review)
For example

I uploaded a smaller example. I reproduced the problem successfully.

The first one was created when I called the qmake from the root. (  qmake foo.pro )
qrc_foo.cpp: build/foo.qrc \
                build/foo.txt
        /usr/local/Trolltech/Qt5/Qt-5.0.1/bin/rcc -name foo build/foo.qrc -o qrc_foo.cpp

The second one was created when I called the qmake from build/ directory. (  qmake ../foo.pro)

qrc_foo.cpp: foo.qrc
        /usr/local/Trolltech/Qt5/Qt-5.0.1/bin/rcc -name foo foo.qrc -o qrc_foo.cpp

You can see that build/foo.txt missing, but it should exist there. So when I change foo.txt content and I call make then it doesn't detect the file changes.

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