de-noise test

don't complain about various missing things resulting from replacing
default_pre.prf and having a private .qmake.cache.

Change-Id: Ie3471b514ebb1a80b72a480144551b56b5c7a254
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2014-11-21 16:08:23 +01:00
parent 36160e8980
commit ca15d0d7e1
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
# This just balances default_pre.prf (which does not daisy-chain to the one from qmake).

View File

@ -1,3 +1,6 @@
TEMPLATE = aux
CONFIG =
!equals(FOO,bar) {
message( "FAILED: export() invisible from default_pre.prf to foo.pro" )
}