diff options
author | luk1337 <priv.luk@gmail.com> | 2021-07-13 12:57:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 12:57:10 +0200 |
commit | 0b48e12dd7c0ecb78b8b6d0b9f9357d039259580 (patch) | |
tree | 9a8ec341e47df31858fef647f9c849099b2f3fa8 /Userland/Applications/FileManager/CMakeLists.txt | |
parent | 72e661b542986f4170a6ed9f8412616763e63d60 (diff) | |
download | serenity-0b48e12dd7c0ecb78b8b6d0b9f9357d039259580.zip |
FileManager: Convert properties window UI to GML (#8705)
Diffstat (limited to 'Userland/Applications/FileManager/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/FileManager/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Applications/FileManager/CMakeLists.txt b/Userland/Applications/FileManager/CMakeLists.txt index b31ef527a7..3d66741994 100644 --- a/Userland/Applications/FileManager/CMakeLists.txt +++ b/Userland/Applications/FileManager/CMakeLists.txt @@ -7,6 +7,7 @@ serenity_component( compile_gml(FileManagerWindow.gml FileManagerWindowGML.h file_manager_window_gml) compile_gml(FileOperationProgress.gml FileOperationProgressGML.h file_operation_progress_gml) +compile_gml(PropertiesWindowGeneralTab.gml PropertiesWindowGeneralTabGML.h properties_window_general_tab_gml) set(SOURCES DesktopWidget.cpp @@ -17,6 +18,7 @@ set(SOURCES FileUtils.cpp main.cpp PropertiesWindow.cpp + PropertiesWindowGeneralTab.gml ) serenity_app(FileManager ICON app-file-manager) |