mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Remove qmake files
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user