Don't use QtQuick imports from Qt 5.11

Our build system uses 5.10.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-03 11:15:11 +01:00
parent f3af5a72ad
commit 6012ea0b9e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
import QtQuick.Controls 2.4
import QtQuick.Controls 2.3
import UM 1.2 as UM
import Cura 1.0 as Cura