Bug 26267

Summary: [Qt] Fix release build detection in the build system
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed fix. zecke: review+

Laszlo Gombos
Reported 2009-06-08 19:53:12 PDT
Qt binaries are built into WebKitBuild/Debug/lib directory for debug and release builds as well. Fix is to replace CONFIG(release) test with CONFIG(release, debug|release) in WebKit.pri (to match the test with all the other .pr* files).
Attachments
Proposed fix. (1.10 KB, patch)
2009-06-08 19:57 PDT, Laszlo Gombos
zecke: review+
Laszlo Gombos
Comment 1 2009-06-08 19:57:02 PDT
Created attachment 31078 [details] Proposed fix.
Ariya Hidayat
Comment 2 2009-06-11 10:39:58 PDT
Note You need to log in before you can comment on or make changes to this bug.