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+

Description Laszlo Gombos 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).
Comment 1 Laszlo Gombos 2009-06-08 19:57:02 PDT
Created attachment 31078 [details]
Proposed fix.
Comment 2 Ariya Hidayat 2009-06-11 10:39:58 PDT
Landed in r44606
http://trac.webkit.org/changeset/44606