Initial fs io handler

This commit is contained in:
2023-12-27 16:58:34 -03:00
parent 4fd60efa41
commit a25949811b
10 changed files with 240 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ find_package(Qt6 COMPONENTS Widgets Qml QuickControls2 REQUIRED)
add_executable(${PROJECT}
src/main.cpp
src/FileIO.cpp
src/resources.qrc
src/Gui/Style/resources.qrc)