Update to QtQuick 2.7

Since we already depends on Qt 5.7 for QtQuick Controls 2 there is no
  point in using older QtQuick version
This commit is contained in:
Gioacchino Mazzurco 2017-04-16 14:46:43 +02:00
parent 9accb2b3d5
commit 2c4cbd529a
9 changed files with 9 additions and 11 deletions

View file

@ -4,7 +4,7 @@
* Licensed under the MIT licence (http://opensource.org/licenses/mit-license.php)
*/
import QtQuick 2.0
import QtQuick 2.7
import "jsonpath.js" as JSONPath
Item {