Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
a833c6dd
Commit
a833c6dd
authored
Mar 09, 2022
by
Laurent Montel
Browse files
Use correct qca-<version>
parent
929a3cfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a833c6dd
...
...
@@ -68,7 +68,7 @@ set_package_properties(KF5Kirigami2 PROPERTIES
)
find_package
(
Qca-qt
${
QT_MAJOR_VERSION
}
2.1.0
)
set_package_properties
(
Qca-qt
5
PROPERTIES DESCRIPTION
"Support for encryption"
set_package_properties
(
Qca-qt
${
QT_MAJOR_VERSION
}
PROPERTIES DESCRIPTION
"Support for encryption"
URL
"https://download.kde.org/stable/qca-qt5/"
TYPE REQUIRED
)
...
...
libs/editor/CMakeLists.txt
View file @
a833c6dd
...
...
@@ -157,7 +157,7 @@ PRIVATE
KF5::Wallet
Qt::DBus
Qt::Network
qca-qt
5
qca-qt
${
QT_MAJOR_VERSION
}
)
if
(
WITH_MODEMMANAGER_SUPPORT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment