summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmakelib/testdata
Commit message (Collapse)AuthorAgeFilesLines
* qmake: let discard_from() discard function definitions as wellOswald Buddenhagen2016-11-151-0/+4
| | | | | | | for completeness. Change-Id: I3ffc14e041408c773e277442828170e3df04ec8d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* add discard_from() functionOswald Buddenhagen2016-08-251-0/+2
| | | | | | | | | this function discards all values that come from a specific file. it will be needed for configure bootstrapping, but is too obscure to document it for general use. Change-Id: I62c18aeb1847712e33d0599dbb0b90ffa1722438 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* add qmake evaluator testOswald Buddenhagen2015-05-2016-0/+23
Change-Id: I31b95daede5edef245dd1ba447f2937a0db34232 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>