Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konversation
Commits
30099b04
Commit
30099b04
authored
Jun 15, 2021
by
Laurent Montel
😁
Browse files
It can build against QT_NO_SIGNALS_SLOTS_KEYWORDS with last qca-2.2
parent
9a61a4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
30099b04
...
...
@@ -53,7 +53,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
find_package
(
Phonon4Qt5 4.6.60 REQUIRED
)
find_package
(
Qca-qt5 2.
1
.0
)
find_package
(
Qca-qt5 2.
2
.0
)
set_package_properties
(
Qca-qt5 PROPERTIES DESCRIPTION
"Support for encryption"
URL
"https://download.kde.org/stable/qca/"
TYPE OPTIONAL
)
...
...
@@ -71,7 +71,7 @@ add_definitions(
-DQT_NO_CAST_FROM_BYTEARRAY
-DQT_NO_CAST_TO_ASCII
-DQT_NO_CAST_FROM_ASCII
#
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
FIXME KF5 Port: QCA includes cause trouble.
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
-DQT_NO_FOREACH
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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