QtWebProcess should be installed with 'make install'. Maybe something like this QWebProcess.pro: @@ -1,5 +1,8 @@ TEMPLATE = app TARGET = QtWebProcess +INSTALLS += target +!isEmpty(INSTALL_BINS): target.path = $$INSTALL_BINS +else: target.path = $$[QT_INSTALL_BINS] SOURCES += \ qt/MainQt.cpp
I am ok with this if it is useful for you but you should upload the patch itself.
Kimmo: do you plan to submit the patch?
Created attachment 83186 [details] fix
Comment on attachment 83186 [details] fix Clearing flags on attachment: 83186 Committed r79302: <http://trac.webkit.org/changeset/79302>
All reviewed patches have been landed. Closing bug.