Closed
Bug 551666
Opened 15 years ago
Closed 15 years ago
Provide possibility to compile and render Qt port with QGLWidget backend
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.3a4
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(2 files, 1 obsolete file)
1.11 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
855 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
I think we should provide some pref or env option to render QT port with QGLWidget backend
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #431841 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #431843 -
Flags: review?(dougt)
Comment 2•15 years ago
|
||
Comment on attachment 431843 [details] [diff] [review]
Patch for moztrunk
[Checkin: Comment 3]
You also have to add it to the line:
MOZ_QT_LIBS="-L$QTDIR/qt/lib/ -lQtGui -lQtNetwork -lQtCore"
or you may break people using --with-qtdir
Use PR_GetEnv.
With those changes, r+
Attachment #431843 -
Flags: review?(dougt) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → romaxa
Target Milestone: --- → mozilla1.9.3a4
Comment 4•15 years ago
|
||
Attachment #439139 -
Flags: review?(bugspam.Callek)
Updated•15 years ago
|
Attachment #439139 -
Flags: review?(bugspam.Callek) → review+
Comment 5•15 years ago
|
||
Comment on attachment 439139 [details] [diff] [review]
(Bv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 6]
I have to admit; something looks wrong about our QT support here (compared to original patch) but if this line worked before, it will work [better] with this patch too.
Updated•15 years ago
|
Attachment #431843 -
Attachment description: Patch for moztrunk → Patch for moztrunk
[Checkin: Comment 3]
Updated•15 years ago
|
Attachment #439139 -
Attachment description: (Bv1-CC) Copy (the useful part of) it to comm-central → (Bv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 6]
Comment 6•15 years ago
|
||
Comment on attachment 439139 [details] [diff] [review]
(Bv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 6]
http://hg.mozilla.org/comm-central/rev/793f932b45d5
Comment 7•15 years ago
|
||
(In reply to comment #5)
> I have to admit; something looks wrong about our QT support here
Sure, let me check ... The missing part is my bug 550649 patch Bv1-CC... :-|
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•