File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,12 @@ add_library(behavior_tree_editor SHARED
144144 ${APP_CPPS}
145145 ${FORMS_HEADERS}
146146)
147+ set_target_properties (behavior_tree_editor PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
148+ include (GenerateExportHeader)
149+ generate_export_header(behavior_tree_editor)
150+ target_include_directories (behavior_tree_editor PUBLIC
151+ $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR} >
152+ )
147153
148154SET (GROOT_DEPENDENCIES QtNodeEditor )
149155
Original file line number Diff line number Diff line change 77#include < QTableWidgetItem>
88#include " XML_utilities.hpp"
99
10+ #include " behavior_tree_editor_export.h"
11+
1012namespace Ui {
1113class SidepanelEditor ;
1214}
1315
14- class SidepanelEditor : public QFrame
16+ class BEHAVIOR_TREE_EDITOR_EXPORT SidepanelEditor : public QFrame
1517{
1618 Q_OBJECT
1719
Original file line number Diff line number Diff line change 77#include < QStandardItemModel>
88#include " bt_editor_base.h"
99
10+ #include " behavior_tree_editor_export.h"
11+
1012
1113namespace Ui {
1214class SidepanelReplay ;
1315}
1416
15- class SidepanelReplay : public QFrame
17+ class BEHAVIOR_TREE_EDITOR_EXPORT SidepanelReplay : public QFrame
1618{
1719 Q_OBJECT
1820
You can’t perform that action at this time.
0 commit comments