diff options
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.pro | 3 |
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 0000000..542b9ff --- /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) |