mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Remove qmake files
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorfsxcommon
|
||||
TEMPLATE = lib
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
FORMS += *.ui
|
||||
|
||||
CONFIG += blackconfig blackmisc blackcore blackgui
|
||||
CONFIG += simulatorfscommon simulatorplugincommon simconnect
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
DEFINES += BUILD_FSXCOMMON_LIB BUID_SIMCONNECT_LIB
|
||||
|
||||
OTHER_FILES += \
|
||||
*.manifest \
|
||||
*.rc
|
||||
|
||||
RC_FILE = $$SourceRoot/src/plugins/simulator/fsxcommon/simconnect.rc
|
||||
|
||||
DESTDIR = $$DestRoot/lib
|
||||
DLLDESTDIR = $$DestRoot/bin
|
||||
|
||||
dlltarget.path = $$PREFIX/bin
|
||||
INSTALLS += dlltarget
|
||||
|
||||
load(common_post)
|
||||
Reference in New Issue
Block a user