summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
Commit message (Collapse)AuthorAgeFilesLines
* In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
| | | | | | | | | | | | | | | | can not be found change that behavior to warn by default. Currently the default behavior of include() in a .pro file is not to warn if the supplied file argument can not be found which can lead to hard to find build errors. The include() will now,by default, warn if the specified file can not be found. If a warning is not required because the included file is optional then example use in the .pro file: include(SomePriFile.pri", "", true) Task-number:259398 Reviewed-by:Marius Storm-Olsen
* Change optimization flags from Os to O2 for OS X applications.Morten Sørvig2009-05-081-5/+0
| | | | | | Qt itself was O2 from 4.2 and up, this changes it for applications as well. Reviewed-by: nrc
* Long live Qt!Lars Knoll2009-03-231-0/+154