mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_INFOAREA_H
|
||||
#define BLACKGUI_INFOAREA_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "dockwidgetinfoarea.h"
|
||||
#include "enableforframelesswindow.h"
|
||||
#include <QMainWindow>
|
||||
@@ -23,7 +24,7 @@ namespace BlackGui
|
||||
{
|
||||
//! Info area, hosting dockable widgets
|
||||
//! \sa CDockWidgetInfoArea
|
||||
class CInfoArea : public QMainWindow, CEnableForFramelessWindow
|
||||
class BLACKGUI_EXPORT CInfoArea : public QMainWindow, CEnableForFramelessWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user