diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 19:35:49 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 19:35:49 -0500 |
| commit | df8f19320b3a37521a7f93a578bf31c81f885238 (patch) | |
| tree | ce7baaa5c4e58ac958b6b520a352371d14aaa4c9 /src/hardware_functions.cpp | |
| parent | fd1855b8d0ecaa56ae3165ad5d8f3bd65ff77a64 (diff) | |
Bring back CI changes and macOS support
Diffstat (limited to 'src/hardware_functions.cpp')
| -rw-r--r-- | src/hardware_functions.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hardware_functions.cpp b/src/hardware_functions.cpp index c898aefe..82b4f0c7 100644 --- a/src/hardware_functions.cpp +++ b/src/hardware_functions.cpp @@ -49,6 +49,10 @@ QString get_hdid() } #elif defined __APPLE__ + +#include <CoreFoundation/CoreFoundation.h> +#include <IOKit/IOKitLib.h> + QString get_hdid() { CFStringRef serial; |
