Remove qmake files

This commit is contained in:
Lars Toenning
2023-06-21 00:04:37 +02:00
parent 7987a14af1
commit 3ffb8f689b
127 changed files with 0 additions and 4780 deletions

View File

@@ -1,23 +0,0 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
load(common_pre)
requires(equals(WORD_SIZE,32))
QT += core
TARGET = fsuipc
TEMPLATE = lib
CONFIG += staticlib
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.c
DESTDIR = $$DestRoot/lib
load(common_post)