Remove large model resources from the build.

+ Remove Qtk::Skybox dependency on Qt resources.
This commit is contained in:
2025-03-15 14:24:25 -04:00
parent 8d60355ccf
commit 4a1050e02f
87 changed files with 92 additions and 526338 deletions

View File

@@ -37,7 +37,7 @@ WidgetPluginCollection::WidgetPluginCollection(QObject * parent) :
"Qtk::ToolBox",
"toolbox.h",
[](QWidget * parent) { return new Qtk::ToolBox(parent); }),
// TODO: Add and test DebugConsole, separate source code into plugins/ dir
// TODO: Add and test DebugConsole.
};
}