Skip to content

Instantly share code, notes, and snippets.

View steve3d's full-sized avatar
🎯
Focusing

Steve Yin steve3d

🎯
Focusing
View GitHub Profile
@steve3d
steve3d / gist:b6ce45588ded2ee3f81d899a075d08c8
Created August 1, 2017 02:18
Chinese fonts in Pages theme under different platform and different bowser
testing
@steve3d
steve3d / qt5-bluetooth-cups-mac-10.1x.patch
Last active October 5, 2016 13:02
bluetooth and cups patch for qt 5.x under macOS 10.1x
diff -ru qt-everywhere-opensource-src-5.7.0.original/qtconnectivity/src/bluetooth/osx/corebluetoothwrapper_p.h qt-everywhere-opensource-src-5.7.0/qtconnectivity/src/bluetooth/osx/corebluetoothwrapper_p.h
--- qt-everywhere-opensource-src-5.7.0.original/qtconnectivity/src/bluetooth/osx/corebluetoothwrapper_p.h 2016-06-08 19:25:53.000000000 +0800
+++ qt-everywhere-opensource-src-5.7.0/qtconnectivity/src/bluetooth/osx/corebluetoothwrapper_p.h 2016-10-05 18:54:03.000000000 +0800
@@ -76,6 +76,7 @@
#endif
#import <IOBluetooth/IOBluetooth.h>
+#import <CoreBluetooth/CoreBluetooth.h>
#ifdef CB_ERROR_WORKAROUND_REQUIRED