Use correct Qt version
This commit is contained in:
parent
ea2fb7f8df
commit
32f5e35037
@ -2,9 +2,9 @@
|
|||||||
//
|
//
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import QtQuick 2.13
|
import QtQuick 2.12
|
||||||
import QtQuick.Controls 2.13
|
import QtQuick.Controls 2.12
|
||||||
import QtQuick.Layouts 1.13
|
import QtQuick.Layouts 1.12
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: input
|
id: input
|
||||||
|
Loading…
Reference in New Issue
Block a user