summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf')
-rw-r--r--tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf b/tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf
new file mode 100644
index 0000000000..123f9bc53d
--- /dev/null
+++ b/tests/auto/qmake/testdata/export_across_file_boundaries/features/default_pre.prf
@@ -0,0 +1,7 @@
+defineTest(setVar) {
+ eval($${1}=bar)
+ export($$1)
+}
+
+setVar(FOO)
+