From ca15d0d7e1afb49f48a8fdfa24e3e638e6b6d3e4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 21 Nov 2014 16:08:23 +0100 Subject: 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 --- .../testdata/export_across_file_boundaries/features/default_post.prf | 1 + tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf (limited to 'tests/auto') diff --git a/tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf b/tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf new file mode 100644 index 0000000000..6b7c1a31ec --- /dev/null +++ b/tests/auto/tools/qmake/testdata/export_across_file_boundaries/features/default_post.prf @@ -0,0 +1 @@ +# This just balances default_pre.prf (which does not daisy-chain to the one from qmake). diff --git a/tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro b/tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro index f21173783a..9ea0e19338 100644 --- a/tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro +++ b/tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro @@ -1,3 +1,6 @@ +TEMPLATE = aux +CONFIG = + !equals(FOO,bar) { message( "FAILED: export() invisible from default_pre.prf to foo.pro" ) } -- cgit v1.2.3