mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_AUDIOCOMPONENT_H
|
||||
#define BLACKGUI_AUDIOCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -22,7 +23,7 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
//! Audio component, volume, ...
|
||||
class CAudioComponent : public QFrame
|
||||
class BLACKGUI_EXPORT CAudioComponent : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user