summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/export_across_file_boundaries/foo.pro3
1 files changed, 3 insertions, 0 deletions
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" )
}