From abe79a2ae179855a9d639cc6088b4c7129d826a1 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Tue, 7 May 2024 22:24:23 +0200 Subject: [PATCH] refactor: Remove old qmake file --- .../context/testcontext/testcontext.pro | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 tests/blackcore/context/testcontext/testcontext.pro diff --git a/tests/blackcore/context/testcontext/testcontext.pro b/tests/blackcore/context/testcontext/testcontext.pro deleted file mode 100644 index 32332ebdb..000000000 --- a/tests/blackcore/context/testcontext/testcontext.pro +++ /dev/null @@ -1,33 +0,0 @@ -# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors -# SPDX-License-Identifier: CC0-1.0 - -load(common_pre) - -QT += core dbus network testlib multimedia gui - -TARGET = testcontext -CONFIG -= app_bundle -CONFIG += blackconfig -CONFIG += blackmisc -CONFIG += blackcore -CONFIG += testcase -CONFIG += no_testcase_installs - -TEMPLATE = app - -DEPENDPATH += \ - . \ - $$SourceRoot/src \ - $$SourceRoot/tests \ - -INCLUDEPATH += \ - $$SourceRoot/src \ - $$SourceRoot/tests \ - -SOURCES += testcontext.cpp - -win32: LIBS += -lOle32 - -DESTDIR = $$DestRoot/bin - -load(common_post)