WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 44100
[Qt] QtWebProcess should be installed with 'make install'
https://bugs.webkit.org/show_bug.cgi?id=44100
Summary
[Qt] QtWebProcess should be installed with 'make install'
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 83186
[details]
fix
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.
Top of Page
Format For Printing
XML
Clone This Bug