Bug 44100

Summary: [Qt] QtWebProcess should be installed with 'make install'
Product: WebKit Reporter: Kimmo Kinnunen <kimmo.t.kinnunen>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, ademar, benjamin, commit-queue, kbalazs, ossy, zoltan
Priority: P4 Keywords: EasyFix, Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
fix none

Kimmo Kinnunen
Reported 2010-08-17 04:13:00 PDT
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
Attachments
fix (1.06 KB, patch)
2011-02-21 10:41 PST, Kimmo Kinnunen
no flags
Balazs Kelemen
Comment 1 2010-08-23 04:45:08 PDT
I am ok with this if it is useful for you but you should upload the patch itself.
Ademar Reis
Comment 2 2011-02-18 10:03:16 PST
Kimmo: do you plan to submit the patch?
Kimmo Kinnunen
Comment 3 2011-02-21 10:41:24 PST
WebKit Commit Bot
Comment 4 2011-02-22 01:13:11 PST
Comment on attachment 83186 [details] fix Clearing flags on attachment: 83186 Committed r79302: <http://trac.webkit.org/changeset/79302>
WebKit Commit Bot
Comment 5 2011-02-22 01:13:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.