cleanup: remove obsolete iOS packaging files

These have all been replaced with the current build process.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-29 17:37:21 -08:00
parent 4ebd8485f4
commit 428118ae92
3 changed files with 0 additions and 44 deletions

View file

@ -1,13 +0,0 @@
unix:!android {
isEmpty(target.path) {
qnx {
target.path = /tmp/$${TARGET}/bin
} else {
target.path = /opt/$${TARGET}/bin
}
export(target.path)
}
INSTALLS += target
}
export(INSTALLS)

View file

@ -1,26 +0,0 @@
// dummy file that tells the iOS build which dependencies
// are needed at runtim
import QtGraphicalEffects 1.0
import QtLocation 5.3
import QtPositioning 5.3
import QtQuick 2.0
import QtQuick 2.3
import QtQuick 2.4
import QtQuick 2.5
import QtQuick 2.6
import QtQuick.Controls 2.0
import QtQuick.Controls 2.1
import QtQuick.Controls 2.2
import QtQuick.Controls.Material 2.1
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1
import QtQuick.Layouts 1.2
import QtQuick.Layouts 1.3
import QtQuick.Window 2.2
import QtWebView 1.0
import QtQml.Models 2.2
import QtQuick.Templates 2.0 as T
ApplicationWindow {
}

View file

@ -1,5 +0,0 @@
<RCC>
<qresource prefix="/">
<file>dummy.qml</file>
</qresource>
</RCC>