RESOLVED FIXED 32716
[Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
https://bugs.webkit.org/show_bug.cgi?id=32716
Summary [Qt] Clean up the qmake build system to distinguish between trunk builds and ...
Simon Hausmann
Reported 2009-12-18 08:41:07 PST
Currently the .pro files use QTDIR_build to distinguish between a build of QtWebKit inside Qt or from the trunk. What QTDIR_build really means is that QtWebKit is built as a package, where for example generated files are present.
Attachments
Patch (5.06 KB, patch)
2009-12-18 08:44 PST, Simon Hausmann
no flags
Patch (5.20 KB, patch)
2009-12-18 09:02 PST, Simon Hausmann
vestbo: review+
Simon Hausmann
Comment 1 2009-12-18 08:44:25 PST
WebKit Review Bot
Comment 2 2009-12-18 08:47:15 PST
style-queue ran check-webkit-style on attachment 45152 [details] without any errors.
Simon Hausmann
Comment 3 2009-12-18 09:02:32 PST
WebKit Review Bot
Comment 4 2009-12-18 09:03:01 PST
style-queue ran check-webkit-style on attachment 45155 [details] without any errors.
Simon Hausmann
Comment 5 2009-12-18 09:06:52 PST
Laszlo Gombos
Comment 6 2009-12-18 09:39:35 PST
Good stuff. src_package might be a better name than standalone_package.
Note You need to log in before you can comment on or make changes to this bug.