File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ option(BUILD_SHARED_LIBS "Build as shared library" ON)
3333option (BUILD_DEBUG_POSTFIX_D "Append d suffix to debug libraries" OFF )
3434option (QT_NODES_FORCE_TEST_COLOR "Force colorized unit test output" OFF )
3535option (USE_QT6 "Build with Qt6 (Enabled by default)" ON )
36- option (BUILD_QML "Build QML support" ON )
36+ option (BUILD_QML "Build QML support" OFF )
3737
3838if (QT_NODES_DEVELOPER_DEFAULTS)
3939 set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /bin" )
Original file line number Diff line number Diff line change 33#include < QtCore/QAbstractListModel>
44#include < vector>
55#include " QtNodes/internal/Definitions.hpp"
6+ #include " QtNodes/internal/Export.hpp"
67
78namespace QtNodes {
89
910class AbstractGraphModel ;
1011
11- class ConnectionsListModel : public QAbstractListModel
12+ class NODE_EDITOR_PUBLIC ConnectionsListModel : public QAbstractListModel
1213{
1314 Q_OBJECT
1415public:
Original file line number Diff line number Diff line change 44#include < QtCore/QPointF>
55#include < vector>
66#include " QtNodes/internal/Definitions.hpp"
7+ #include " QtNodes/internal/Export.hpp"
78
89namespace QtNodes {
910
1011class AbstractGraphModel ;
1112
12- class NodesListModel : public QAbstractListModel
13+ class NODE_EDITOR_PUBLIC NodesListModel : public QAbstractListModel
1314{
1415 Q_OBJECT
1516public:
Original file line number Diff line number Diff line change 55
66#include " NodesListModel.hpp"
77#include " ConnectionsListModel.hpp"
8+ #include " QtNodes/internal/Export.hpp"
89
910class QUndoStack ;
1011
@@ -13,7 +14,7 @@ namespace QtNodes {
1314class DataFlowGraphModel ;
1415class NodeDelegateModelRegistry ;
1516
16- class QuickGraphModel : public QObject
17+ class NODE_EDITOR_PUBLIC QuickGraphModel : public QObject
1718{
1819 Q_OBJECT
1920 Q_PROPERTY (QtNodes::NodesListModel* nodes READ nodes CONSTANT)
You can’t perform that action at this time.
0 commit comments