Skip to content

Instantly share code, notes, and snippets.

@Longhanks
Created April 20, 2022 11:13
Show Gist options
  • Save Longhanks/5f0d997de78f09e24cc40cc82f042099 to your computer and use it in GitHub Desktop.
Save Longhanks/5f0d997de78f09e24cc40cc82f042099 to your computer and use it in GitHub Desktop.
target_compile_definitions(${PROJECT_NAME} PRIVATE
QT_NO_CAST_TO_ASCII
QT_NO_CAST_FROM_ASCII
QT_NO_URL_CAST_FROM_STRING
QT_NO_CAST_FROM_BYTEARRAY
QT_USE_QSTRINGBUILDER
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
QT_NO_KEYWORDS
QT_NO_FOREACH
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment