From c3cd7603037108ba9e9f6507ec16cdcf0905bf4c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 2 Oct 2020 10:40:54 +0200 Subject: Remove compiler test Outdated test for old buggy compilers Change-Id: I605a2318a21121bde9a80c046a7beb6edcd2d546 Reviewed-by: Thiago Macieira --- tests/auto/other/compiler/compiler.pro | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/auto/other/compiler/compiler.pro (limited to 'tests/auto/other/compiler/compiler.pro') 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 - - -- cgit v1.2.3