refs #403 add BlackInput shared library build

This commit is contained in:
Roland Winklmeier
2015-04-10 21:53:56 +02:00
parent d0302c275a
commit 9c81467fe9
7 changed files with 40 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
//! \file
#include "blackinput/blackinputexport.h"
#include "blackinput/joystick.h"
#include "blackmisc/hardware/joystickbutton.h"
#include "blackmisc/collection.h"
@@ -46,7 +47,7 @@ namespace BlackInput
bool operator == (CJoystickDeviceData const &lhs, CJoystickDeviceData const &rhs);
//! Windows implemenation of IJoystick with DirectInput
class CJoystickWindows : public IJoystick
class BLACKINPUT_EXPORT CJoystickWindows : public IJoystick
{
Q_OBJECT