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,43 +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 = swiftdata
TEMPLATE = app
SOURCES += *.cpp
HEADERS += *.h
FORMS += *.ui
CONFIG += blackconfig blackmisc blacksound blackinput blackcore blackgui
DEPENDPATH += . $$SourceRoot/src/blackmisc \
$$SourceRoot/src/blacksound \
$$SourceRoot/src/blackcore \
$$SourceRoot/src/blackgui \
$$SourceRoot/src/blackinput
INCLUDEPATH += . $$SourceRoot/src
OTHER_FILES += *.qss *.ico *.icns
RC_ICONS = swiftdata.ico
ICON = swiftdata.icns
DESTDIR = $$DestRoot/bin
target.path = $$PREFIX/bin
INSTALLS += target
macx {
QMAKE_TARGET_BUNDLE_PREFIX = "org.swift-project"
QMAKE_INFO_PLIST = Info.plist
# Modifies plugin path
qtconf.path = $$PREFIX/bin/swiftdata.app/Contents/Resources
qtconf.files = qt.conf
INSTALLS += qtconf
}
load(common_post)