Skip to content

Commit

Permalink
cmake: Disable Qt 6.9-deprecated symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Mar 5, 2025
1 parent 1b3ce52 commit b74d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(QXMPP_TARGET QXmppQt${QT_VERSION_MAJOR})
set(QXMPPOMEMO_TARGET QXmppOmemoQt${QT_VERSION_MAJOR})

add_definitions(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
-DQT_DISABLE_DEPRECATED_BEFORE=0x060900
-DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_CAST_TO_ASCII
-DQT_NO_CAST_FROM_BYTEARRAY
Expand Down

0 comments on commit b74d9bd

Please sign in to comment.