mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: need major.minor versions, apparently
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5f9ca5f2ec
commit
5641d6d490
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
// dummy file that tells the iOS build which dependencies
|
||||
// are needed at runtim
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Controls 2
|
||||
import QtQuick.Controls 1
|
||||
import QtQuick.Controls 2.0
|
||||
import QtQuick.Controls 1.0
|
||||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Templates 2.0
|
||||
import QtQuick.Layouts 1.2
|
||||
|
|
Loading…
Reference in a new issue