mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
4ebd8485f4
commit
428118ae92
3 changed files with 0 additions and 44 deletions
|
@ -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)
|
|
@ -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 {
|
||||
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>dummy.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Reference in a new issue