Bug 32715
Summary: | [Qt] Make it possible to build QtWebKit as a separate package | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Hausmann <hausmann> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jturcotte, laszlo.gombos |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 32716, 33084, 33202, 33206, 34325 | ||
Bug Blocks: |
Simon Hausmann
This bug tracks the work related to extending the qmake based build system to handle builds with generated files present and installing QtWebKit into an existing Qt installation
It directly relates to http://bugreports.qt.nokia.com/browse/QTWEBKIT-8
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
After a discussion with Jocely we came up with the following TODO list, which we can track with depending bugs and this as master-bug:
* Make make-package script cross-platform
* Integrate syncqt into the trunk builds
* Use generated headers.pri in WebCore.pro
* Implement header installation for Unix, Windows and Symbian
* Implement library installation on Windows
* Implement "make install_in_qt" target (recursive)
Simon Hausmann
I'm closing this bug as the main work is completed. We may need a bit more testing, but in general I don't see anything major missing at this point.