Ticket #116 (new enhancement)
Enable precompiled headers
| Reported by: | dmik | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Qt Enhanced |
| Component: | General | Version: | 4.5.1 Beta 5 |
| Severity: | Keywords: | ||
| Cc: |
Description
As we now support GCC4, it would be nice to make use of the precompiled headers feature that should significantly increase the build speed.
See last comments in #114 for some more information.
Note: See
TracTickets for help on using
tickets.

Note that the precompiled header (PCH) support is actually already in (see r417), but you have to enable it in configure.cmd (line 559) as it's commented out.