summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/include_function/include_existing_file.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/include_function/include_existing_file.pro')
-rw-r--r--tests/auto/qmake/testdata/include_function/include_existing_file.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/include_function/include_existing_file.pro b/tests/auto/qmake/testdata/include_function/include_existing_file.pro
new file mode 100644
index 0000000000..424062a9ac
--- /dev/null
+++ b/tests/auto/qmake/testdata/include_function/include_existing_file.pro
@@ -0,0 +1,7 @@
+# Test to see if include(), by default, succeeds when the specific file
+# to include exists
+include(existing_file.pri)
+
+# Test to see if by specifying full set of parameters to include()
+# succeeds when the specified filed to include exists
+include(existing_file.pri, "", false)