RESOLVED FIXED 26267
[Qt] Fix release build detection in the build system
https://bugs.webkit.org/show_bug.cgi?id=26267
Summary [Qt] Fix release build detection in the build system
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.