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

Description Kimmo Kinnunen 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
Comment 1 Balazs Kelemen 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.
Comment 2 Ademar Reis 2011-02-18 10:03:16 PST
Kimmo: do you plan to submit the patch?
Comment 3 Kimmo Kinnunen 2011-02-21 10:41:24 PST
Created attachment 83186 [details]
fix
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2011-02-22 01:13:15 PST
All reviewed patches have been landed.  Closing bug.