Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to enable -MP compile option for MSVC | Marius Storm-Olsen | 2010-09-02 | 1 | -0/+2 |
| | | | | | | | | | | The option is on when building Qt, but off by default for other projects, due to potential incompatible compile options in other projects. (/E, /EP, /Gm, /Yc, /showIncludes, #import preprocessor directive) Reviewed-by: bhughes Reviewed-by: ossi | ||||
* | link glu32 before opengl32 | Oswald Buddenhagen | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | otherwise the build fails if the libraries are statically built, as glu depends on opengl. Task-number: QTBUG-11863 | ||||
* | escape backslashes | Oswald Buddenhagen | 2010-05-26 | 1 | -3/+3 |
| | | | | this makes windows-style path specs *ugly*. that's intentional. :-P | ||||
* | Added mkspec for MSVC 2010 | Martin Petersson | 2010-04-26 | 2 | -0/+133 |
Reviewed-by: Marius SO |