mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix import QtQuick versions to suit Qt 5.10
CURA-5785
This commit is contained in:
parent
a490e420f0
commit
b0f3fedc94
3 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.0
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import QtQuick.Layouts 1.11
|
||||
import QtQuick.Layouts 1.3
|
||||
|
||||
import QtQuick.Controls 1.1 as OldControls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue