refs #403 add BlackSound shared library build

This commit is contained in:
Roland Winklmeier
2015-04-10 21:54:32 +02:00
parent 9c81467fe9
commit d14ecb3db5
3 changed files with 30 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
#ifndef BLACKSOUND_SOUNDGENERATOR_H
#define BLACKSOUND_SOUNDGENERATOR_H
#include "blacksoundexport.h"
#include "blackmisc/aviation/selcal.h"
#include "blackmisc/audio/audiodeviceinfo.h"
#include "blackmisc/pq/time.h"
@@ -28,7 +29,7 @@ namespace BlackSound
{
//! Playing simple sounds
class CSoundGenerator : public QIODevice
class BLACKSOUND_EXPORT CSoundGenerator : public QIODevice
{
Q_OBJECT