refactor: Remove old qmake file

This commit is contained in:
Lars Toenning
2024-05-07 22:24:23 +02:00
parent c8cecddccf
commit abe79a2ae1

View File

@@ -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)