From fc50edecbce8f6db9bb663aa63d970e6f04604c8 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 26 Aug 2021 14:31:07 +0200 Subject: Nuke all qmake files from tests Change-Id: Ibad2e50d840a2eb0ccb9ac65158e512249a2bc79 Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit 24a695b4b7fda581c15600b111d6b6c3459ca1d9) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/core/origins/origins.pro | 8 -------- tests/auto/core/origins/tst_origins.qrc | 23 ----------------------- 2 files changed, 31 deletions(-) delete mode 100644 tests/auto/core/origins/origins.pro delete mode 100644 tests/auto/core/origins/tst_origins.qrc (limited to 'tests/auto/core/origins') diff --git a/tests/auto/core/origins/origins.pro b/tests/auto/core/origins/origins.pro deleted file mode 100644 index 6cf0b2b92..000000000 --- a/tests/auto/core/origins/origins.pro +++ /dev/null @@ -1,8 +0,0 @@ -include(../tests.pri) -include(../../shared/http.pri) - -qtConfig(webengine-webchannel):qtHaveModule(websockets) { - QT += websockets - DEFINES += WEBSOCKETS -} - diff --git a/tests/auto/core/origins/tst_origins.qrc b/tests/auto/core/origins/tst_origins.qrc deleted file mode 100644 index ae5245378..000000000 --- a/tests/auto/core/origins/tst_origins.qrc +++ /dev/null @@ -1,23 +0,0 @@ - - - - resources/createObjectURL.html - resources/dedicatedWorker.html - resources/dedicatedWorker.js - resources/mixedSchemes.html - resources/mixedSchemesWithCsp.html - resources/mixedSchemes_frame.html - resources/mixedXHR.html - resources/mixedXHR.txt - resources/serviceWorker.html - resources/serviceWorker.js - resources/sharedWorker.html - resources/sharedWorker.js - resources/subdir/frame2.html - resources/subdir/index.html - resources/subdir_frame1.html - resources/viewSource.html - resources/websocket.html - resources/websocket2.html - - -- cgit v1.2.1