mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_INTERNALSCOMPONENT_H
|
||||
#define BLACKGUI_INTERNALSCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "enableforruntime.h"
|
||||
#include <QWidget>
|
||||
#include <QScopedArrayPointer>
|
||||
@@ -24,7 +25,7 @@ namespace BlackGui
|
||||
{
|
||||
|
||||
//! Internals for debugging, statistics
|
||||
class CInternalsComponent :
|
||||
class BLACKGUI_EXPORT CInternalsComponent :
|
||||
public QWidget,
|
||||
public CEnableForRuntime
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user