summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-30 16:52:21 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-05-20 18:11:37 +0000
commit8175e31bda60eb45ae867b0d2c4b6a4fb179c365 (patch)
tree416b671c9e8c4d18ed56e3091be0ce487022f990 /tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro
parent5ddc16b5df1c95140124430553f91dcc4789f831 (diff)
remove now redundant tests
the functionality is now covered by the qmakelib test. Change-Id: Id627f573fb247ff3b86558509e27b6a9862c1a59 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro b/tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro
deleted file mode 100644
index 542b9ff516..0000000000
--- a/tests/auto/tools/qmake/testdata/include_function/include_missing_file2.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-# Specifying full set of parameters to include() to test that a warning
-# is shown for this non-existing file.
-include(missing_file.pri, "", false)