Bug 44100 - [Qt] QtWebProcess should be installed with 'make install'
Summary: [Qt] QtWebProcess should be installed with 'make install'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords: EasyFix, Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-08-17 04:13 PDT by Kimmo Kinnunen
Modified: 2011-02-22 01:13 PST (History)
7 users (show)

See Also:


Attachments
fix (1.06 KB, patch)
2011-02-21 10:41 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.