mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#ifndef BLACKCORE_INPUTMANAGER_H
|
||||
#define BLACKCORE_INPUTMANAGER_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "blackinput/keyboard.h"
|
||||
#include "blackinput/joystick.h"
|
||||
#include "blackmisc/hardware/keyboardkeylist.h"
|
||||
@@ -23,7 +24,7 @@
|
||||
namespace BlackCore
|
||||
{
|
||||
//! Input manager handling hotkey function calls
|
||||
class CInputManager : public QObject
|
||||
class BLACKCORE_EXPORT CInputManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user