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

@@ -10,6 +10,7 @@
#ifndef BLACKINPUT_KEYBOARD_H
#define BLACKINPUT_KEYBOARD_H
#include "blackinputexport.h"
#include "blackmisc/hardware/keyboardkeylist.h"
#include <QMultiMap>
#include <QObject>
@@ -22,7 +23,7 @@ namespace BlackInput
* Abstract interface for native keyboard handling.
* \todo Add implementation for Linux and OSX.
*/
class IKeyboard : public QObject
class BLACKINPUT_EXPORT IKeyboard : public QObject
{
Q_OBJECT
public: