summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/compiler.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-02 10:40:54 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-02 22:13:18 +0000
commitc3cd7603037108ba9e9f6507ec16cdcf0905bf4c (patch)
treed5c4650667d7c993e7f23b471226ff60e7d8417c /tests/auto/other/compiler/compiler.pro
parent93dad2bf91d414a41c6e2c7db6c75171b4917d4d (diff)
Remove compiler test
Outdated test for old buggy compilers Change-Id: I605a2318a21121bde9a80c046a7beb6edcd2d546 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/other/compiler/compiler.pro')
-rw-r--r--tests/auto/other/compiler/compiler.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/other/compiler/compiler.pro b/tests/auto/other/compiler/compiler.pro
deleted file mode 100644
index 5a00e53878..0000000000
--- a/tests/auto/other/compiler/compiler.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += testcase
-TARGET = tst_compiler
-SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp othersource.cpp
-HEADERS += baseclass.h derivedclass.h
-QT = core testlib
-qtConfig(c++11): CONFIG += c++11
-qtConfig(c++14): CONFIG += c++14
-
-