Skip to content

Instantly share code, notes, and snippets.

@birarda
Created July 24, 2014 20:17
Show Gist options
  • Save birarda/5c3e0f4979279eb6c959 to your computer and use it in GitHub Desktop.
Save birarda/5c3e0f4979279eb6c959 to your computer and use it in GitHub Desktop.
corewlan-bearer.5.3.1.patch
--- qt-everywhere-opensource-src-5.2.1/qtbase/src/plugins/bearer/corewlan/qcorewlanengine.mm 2014-07-24 13:15:47.000000000 -0700
+++ qt-everywhere-opensource-src-5.2.1/qtbase/src/plugins/bearer/corewlan/qcorewlanengine.mm 2014-07-24 13:15:37.000000000 -0700
@@ -62,6 +62,7 @@
#include <net/if.h>
#include <ifaddrs.h>
+#ifndef QT_NO_BEARERMANAGEMENT
#if QT_MAC_PLATFORM_SDK_EQUAL_OR_ABOVE(__MAC_10_7, __IPHONE_NA)
@interface QT_MANGLE_NAMESPACE(QNSListener) : NSObject
@@ -865,3 +866,4 @@
#else // QT_MAC_PLATFORM_SDK_EQUAL_OR_ABOVE
#include "qcorewlanengine_10_6.mm"
#endif
+#endif // QT_NO_BEARER_MANAGEMENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment