|
@@ -5,14 +5,14 @@ serenity_component(
|
|
|
DEPENDS FileOperation
|
|
|
)
|
|
|
|
|
|
-compile_gml(FileManagerWindow.gml FileManagerWindowGML.h file_manager_window_gml)
|
|
|
-compile_gml(FileOperationProgress.gml FileOperationProgressGML.h file_operation_progress_gml)
|
|
|
-compile_gml(PropertiesWindowArchiveTab.gml PropertiesWindowArchiveTabGML.h properties_window_archive_tab_gml)
|
|
|
-compile_gml(PropertiesWindowAudioTab.gml PropertiesWindowAudioTabGML.h properties_window_audio_tab_gml)
|
|
|
-compile_gml(PropertiesWindowFontTab.gml PropertiesWindowFontTabGML.h properties_window_font_tab_gml)
|
|
|
-compile_gml(PropertiesWindowGeneralTab.gml PropertiesWindowGeneralTabGML.h properties_window_general_tab_gml)
|
|
|
-compile_gml(PropertiesWindowImageTab.gml PropertiesWindowImageTabGML.h properties_window_image_tab_gml)
|
|
|
-compile_gml(PropertiesWindowPDFTab.gml PropertiesWindowPDFTabGML.h properties_window_pdf_tab_gml)
|
|
|
+stringify_gml(FileManagerWindow.gml FileManagerWindowGML.h file_manager_window_gml)
|
|
|
+stringify_gml(FileOperationProgress.gml FileOperationProgressGML.h file_operation_progress_gml)
|
|
|
+stringify_gml(PropertiesWindowArchiveTab.gml PropertiesWindowArchiveTabGML.h properties_window_archive_tab_gml)
|
|
|
+stringify_gml(PropertiesWindowAudioTab.gml PropertiesWindowAudioTabGML.h properties_window_audio_tab_gml)
|
|
|
+stringify_gml(PropertiesWindowFontTab.gml PropertiesWindowFontTabGML.h properties_window_font_tab_gml)
|
|
|
+stringify_gml(PropertiesWindowGeneralTab.gml PropertiesWindowGeneralTabGML.h properties_window_general_tab_gml)
|
|
|
+stringify_gml(PropertiesWindowImageTab.gml PropertiesWindowImageTabGML.h properties_window_image_tab_gml)
|
|
|
+stringify_gml(PropertiesWindowPDFTab.gml PropertiesWindowPDFTabGML.h properties_window_pdf_tab_gml)
|
|
|
|
|
|
set(SOURCES
|
|
|
DesktopWidget.cpp
|