Adapt QQC2 import to new versioning scheme
The minor version of QQC2 is now the same as the Qt minor version.
This commit is contained in:
parent
6885e1176b
commit
c0ebacfa68
@ -12,8 +12,7 @@ install(DIRECTORY kirigamiplasmastyle/ DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde
|
||||
install(DIRECTORY kirigamiplasmadesktopstyle/ DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kirigami.2/styles/org.kde.desktop.plasma)
|
||||
|
||||
|
||||
math(EXPR QQC2_VERSION "${Qt5QuickControls2_VERSION_MINOR} - 7")
|
||||
set(QQC2_VERSION "2.${QQC2_VERSION}")
|
||||
set(QQC2_VERSION "2.${Qt5QuickControls2_VERSION_MINOR}")
|
||||
|
||||
|
||||
# Find all the source qml files
|
||||
|
Loading…
Reference in New Issue
Block a user