summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/include_function/include_missing_file.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/include_function/include_missing_file.pro')
-rw-r--r--tests/auto/qmake/testdata/include_function/include_missing_file.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/include_function/include_missing_file.pro b/tests/auto/qmake/testdata/include_function/include_missing_file.pro
new file mode 100644
index 0000000000..0b59981240
--- /dev/null
+++ b/tests/auto/qmake/testdata/include_function/include_missing_file.pro
@@ -0,0 +1,3 @@
+# Test to see if include(), by default, fails when the specific file
+# to include does not exist
+include(missing_file.pri)