summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_config.prf
Commit message (Collapse)AuthorAgeFilesLines
* Load modules from QMAKEPATHYury G. Kudryashov2011-02-021-1/+5
| | | | | | | | With this commit one can install qt_pkg.pri to $someprefix/mkspecs/modules and export QMAKEPATH=$someprefix. Merge-request: 2559 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* fix loading of module configsOswald Buddenhagen2010-08-111-0/+1
| | | | | | | | | | | do it in qt_config.prf instead of in the autogenerated qconfig.pri files. this is waaaay more elegant, and allows us to easily use the magic in that file which avoids loading qt configuration from the qt install dir while building qt itself. Reviewed-by: joerg Reviewed-by: Simon Hausmann Task-number: QTBUG-12698
* add comment explaining why this file does magic instead of just voodooOswald Buddenhagen2010-08-111-0/+3
| | | | | Reviewed-by: joerg Reviewed-by: Simon Hausmann
* 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
* Long live Qt!Lars Knoll2009-03-231-0/+14