mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Fix Windows and OSX includes
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#include "keyboard.h"
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include "win/keyboard_windows.h"
|
||||
#include "win/keyboardwindows.h"
|
||||
#elif defined(Q_OS_LINUX)
|
||||
#include "linux/keyboardlinux.h"
|
||||
#elif defined(Q_OS_OSX)
|
||||
#include "osx/keyboard_mac.h"
|
||||
#include "osx/keyboardmac.h"
|
||||
#else
|
||||
#error "Platform is not supported!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user