Skip to content

Instantly share code, notes, and snippets.

@timsueberkrueb
Created January 9, 2017 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsueberkrueb/b59d50a80744d446754c8ca57f2f18ad to your computer and use it in GitHub Desktop.
Save timsueberkrueb/b59d50a80744d446754c8ca57f2f18ad to your computer and use it in GitHub Desktop.
Patch Qt 5.7 for CMake Android
@@ -98,7 +98,7 @@ set(Qt5_DISABLED_FEATURES
set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG>)
-set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)
+#set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)
set(QT_VISIBILITY_AVAILABLE "True")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment