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:
parent
36160e8980
commit
ca15d0d7e1
1
tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf
vendored
Normal file
1
tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# This just balances default_pre.prf (which does not daisy-chain to the one from qmake).
|
@ -1,3 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
CONFIG =
|
||||
|
||||
!equals(FOO,bar) {
|
||||
message( "FAILED: export() invisible from default_pre.prf to foo.pro" )
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user