diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 19:52:54 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 19:52:54 +0100 |
| commit | 70e5dc23aee51fc2fe67c73390d808e01ccfbfa6 (patch) | |
| tree | 91722763edd61364b7a2259cb95e7c086d2c515e /fluid/CMakeLists.txt | |
| parent | c3571838cb10133aa913efd7523b9543a65459c1 (diff) | |
Cleaning up widget browser, renamed to Node_Browser.
Diffstat (limited to 'fluid/CMakeLists.txt')
| -rw-r--r-- | fluid/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index afde756aa..e4977a8ce 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -56,7 +56,7 @@ set(CPPFILES widgets/Formula_Input.cxx widgets/Bin_Button.cxx widgets/Style_Parser.cxx - widgets/widget_browser.cxx + widgets/Node_Browser.cxx ) # List header files in Apple's Xcode IDE @@ -96,7 +96,7 @@ set(HEADERFILES widgets/Formula_Input.h widgets/Bin_Button.h widgets/Style_Parser.h - widgets/widget_browser.h + widgets/Node_Browser.h ) # Add ExternalCodeEditor: platform specific files |
