新增根据帧数控制可见性
This commit is contained in:
@@ -4,6 +4,7 @@ set(GUI_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
set(GUI_SOURCES
|
||||
${GUI_ROOT}/app/main.cpp
|
||||
${GUI_ROOT}/main_window/MainWindow.cpp
|
||||
${GUI_ROOT}/library/ResourceLibraryDock.cpp
|
||||
${GUI_ROOT}/widgets/LongPressSwitchToolButton.cpp
|
||||
${GUI_ROOT}/widgets/ToolOptionPopup.cpp
|
||||
${GUI_ROOT}/main_window/RecentProjectHistory.cpp
|
||||
@@ -18,11 +19,13 @@ set(GUI_SOURCES
|
||||
${GUI_ROOT}/params/ParamControls.cpp
|
||||
${GUI_ROOT}/props/BackgroundPropertySection.cpp
|
||||
${GUI_ROOT}/props/EntityPropertySection.cpp
|
||||
${GUI_ROOT}/props/ToolPropertySection.cpp
|
||||
${GUI_ROOT}/timeline/TimelineWidget.cpp
|
||||
)
|
||||
|
||||
set(GUI_HEADERS
|
||||
${GUI_ROOT}/main_window/MainWindow.h
|
||||
${GUI_ROOT}/library/ResourceLibraryDock.h
|
||||
${GUI_ROOT}/widgets/LongPressSwitchToolButton.h
|
||||
${GUI_ROOT}/widgets/ToolOptionPopup.h
|
||||
${GUI_ROOT}/main_window/RecentProjectHistory.h
|
||||
@@ -37,6 +40,7 @@ set(GUI_HEADERS
|
||||
${GUI_ROOT}/params/ParamControls.h
|
||||
${GUI_ROOT}/props/BackgroundPropertySection.h
|
||||
${GUI_ROOT}/props/EntityPropertySection.h
|
||||
${GUI_ROOT}/props/ToolPropertySection.h
|
||||
${GUI_ROOT}/props/PropertySectionWidget.h
|
||||
${GUI_ROOT}/timeline/TimelineWidget.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user