This way the required plugins get automagically added to the bundle. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
16 lines
320 B
QML
16 lines
320 B
QML
// 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.Dialogs 1.2
|
|
import QtQuick.Layouts 1.2
|
|
import QtQuick.Window 2.2
|
|
import QtWebView 1.0
|
|
import QtGraphicalEffects 1.0
|
|
|
|
|
|
ApplicationWindow {
|
|
|
|
}
|