Finish lerge refactor of systems
This commit is contained in:
parent
6d742e60db
commit
913d7df56d
36 changed files with 614 additions and 634 deletions
|
|
@ -26,8 +26,8 @@ QMAKE_CXXFLAGS += -std=c++17 -O2
|
|||
SOURCES += \
|
||||
src/actors/factoractor.cpp \
|
||||
src/actors/polynomalactor.cpp \
|
||||
src/items/fixeditemsource.cpp \
|
||||
src/tcpserver.cpp \
|
||||
src/iomuliplexer.cpp \
|
||||
src/items/messageitem.cpp \
|
||||
src/items/systemitem.cpp \
|
||||
src/ui/actorwidgets/factoractorwidget.cpp \
|
||||
|
|
@ -69,7 +69,8 @@ SOURCES += \
|
|||
src/items/itemstore.cpp \
|
||||
src/items/auxitem.cpp \
|
||||
src/items/rgbitem.cpp \
|
||||
src/items/itemsource.cpp
|
||||
src/items/itemsource.cpp\
|
||||
src/items/itemloadersource.cpp
|
||||
|
||||
SOURCES += \
|
||||
src/main.cpp \
|
||||
|
|
@ -81,10 +82,10 @@ SOURCES += \
|
|||
HEADERS += \
|
||||
src/actors/factoractor.h \
|
||||
src/actors/polynomalactor.h \
|
||||
src/items/fixeditemsource.h \
|
||||
src/items/itemsource.h \
|
||||
src/programmode.h \
|
||||
src/tcpserver.h \
|
||||
src/iomuliplexer.h \
|
||||
src/items/messageitem.h \
|
||||
src/items/systemitem.h \
|
||||
src/ui/actorwidgets/factoractorwidget.h \
|
||||
|
|
@ -126,7 +127,8 @@ HEADERS += \
|
|||
src/items/itemstore.h \
|
||||
src/items/auxitem.h \
|
||||
src/items/rgbitem.h \
|
||||
src/items/itemsource.h
|
||||
src/items/itemsource.h \
|
||||
src/items/itemloadersource.h
|
||||
|
||||
HEADERS += \
|
||||
src/microcontroller.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue