From f21019adab835b14df54fba290b0507509d7eeab Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 13 Jun 2022 23:07:53 +0200 Subject: [PATCH] Also added the file dialog and float edit to the build. --- modules/material_maker/SCsub | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/material_maker/SCsub b/modules/material_maker/SCsub index 132651fb1..865cc072a 100644 --- a/modules/material_maker/SCsub +++ b/modules/material_maker/SCsub @@ -31,6 +31,21 @@ sources = [ "editor/widgets/curve_edit/curve_editor.cpp", "editor/widgets/curve_edit/curve_view.cpp", "editor/widgets/curve_edit/slope_point.cpp", + + "editor/widgets/file_dialog/left_panel.cpp", + "editor/widgets/file_dialog/mat_maker_file_dialog.cpp", + + "editor/widgets/float_edit/float_edit.cpp", + + #"editor/widgets/gradient_editor/gradient_cursor.cpp", + #"editor/widgets/gradient_editor/gradient_editor.cpp", + #"editor/widgets/gradient_editor/gradient_popup.cpp", + + #"editor/widgets//.cpp", + #"editor/widgets//.cpp", + #"editor/widgets//.cpp", + #"editor/widgets//.cpp", + #"editor/widgets//.cpp", ]