Don't unnecessarily and inappropriately attempt to require Qt 5.14
DragHandler is in Qt 5.12, so we can use QtQuick 2.12 instead of 2.14
This commit is contained in:
parent
1049bca147
commit
df64b09eec
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
import QtQuick 2.14
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls @QQC2_VERSION@
|
||||
import QtQuick.Templates @QQC2_VERSION@ as T
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
|
Loading…
Reference in New Issue
Block a user