summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/include_function/include_missing_file2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/include_function/include_missing_file2.pro')
-rw-r--r--tests/auto/qmake/testdata/include_function/include_missing_file2.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/include_function/include_missing_file2.pro b/tests/auto/qmake/testdata/include_function/include_missing_file2.pro
new file mode 100644
index 0000000000..542b9ff516
--- /dev/null
+++ b/tests/auto/qmake/testdata/include_function/include_missing_file2.pro
@@ -0,0 +1,3 @@
+# Specifying full set of parameters to include() to test that a warning
+# is shown for this non-existing file.
+include(missing_file.pri, "", false)