mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: modify dummy.qml to bring the correct plugins
Our qmake based build for iOS still requires the dummy.qml to trigger inclusion of the correct plugins in the iOS app. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8a53cf8e64
commit
924370c0e4
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
// dummy file that tells the iOS build which dependencies
|
||||
// are needed at runtim
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import QtQuick.Controls 2
|
||||
import QtQuick.Controls 1
|
||||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Templates 2.0
|
||||
import QtQuick.Layouts 1.2
|
||||
import QtQuick.Window 2.2
|
||||
import QtWebView 1.0
|
||||
import QtGraphicalEffects 1.0
|
||||
import QtQml.Models 2.1
|
||||
|
||||
|
||||
ApplicationWindow {
|
||||
|
|
Loading…
Reference in a new issue