WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
101775
[Qt] MiniBrowser should not strongly depend on QtTestSupport.
https://bugs.webkit.org/show_bug.cgi?id=101775
Summary
[Qt] MiniBrowser should not strongly depend on QtTestSupport.
Zeno Albisser
Reported
2012-11-09 09:54:34 PST
[Qt] MiniBrowser should not strongly depend on QtTestSupport.
Attachments
Patch
(4.81 KB, patch)
2012-11-09 09:59 PST
,
Zeno Albisser
no flags
Details
Formatted Diff
Diff
Patch
(4.39 KB, patch)
2012-11-09 10:56 PST
,
Zeno Albisser
vestbo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Zeno Albisser
Comment 1
2012-11-09 09:59:47 PST
Created
attachment 173331
[details]
Patch
Early Warning System Bot
Comment 2
2012-11-09 10:16:55 PST
Comment on
attachment 173331
[details]
Patch
Attachment 173331
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/14792125
Early Warning System Bot
Comment 3
2012-11-09 10:19:00 PST
Comment on
attachment 173331
[details]
Patch
Attachment 173331
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/14794032
Andras Becsi
Comment 4
2012-11-09 10:36:49 PST
Comment on
attachment 173331
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=173331&action=review
> Source/WebCore/Target.pri:4079 > +if(build?(qttestsupport)) {
This should probably be have?(qttestsupport), which should fix the build.
Zeno Albisser
Comment 5
2012-11-09 10:42:44 PST
Comment on
attachment 173331
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=173331&action=review
>> Source/WebCore/Target.pri:4079 >> +if(build?(qttestsupport)) { > > This should probably be have?(qttestsupport), which should fix the build.
No, that is intentional. As it is translated from build to have in features.prf.
> Source/WebCore/platform/qt/QtTestSupport.h:27 > +#if HAVE(QTTESTSUPPORT)
But these one here is evil. I should have known better. :-)
Zeno Albisser
Comment 6
2012-11-09 10:56:51 PST
Created
attachment 173336
[details]
Patch
Tor Arne Vestbø
Comment 7
2012-11-11 07:11:34 PST
Comment on
attachment 173336
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=173336&action=review
> Source/WebCore/Target.pri:4079 > +if(build?(qttestsupport)) {
you can simplify this to just build?(qttestsupport) {}
Zeno Albisser
Comment 8
2012-11-12 03:09:01 PST
Committed
r134200
: <
http://trac.webkit.org/changeset/134200
>
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