2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
|
|
|
AboutDialog.cpp
|
|
|
|
AbstractButton.cpp
|
|
|
|
AbstractTableView.cpp
|
|
|
|
AbstractView.cpp
|
|
|
|
Action.cpp
|
|
|
|
ActionGroup.cpp
|
|
|
|
Application.cpp
|
|
|
|
BoxLayout.cpp
|
|
|
|
Button.cpp
|
2020-12-14 20:03:16 +01:00
|
|
|
BreadcrumbBar.cpp
|
2020-08-19 09:29:43 -04:00
|
|
|
Calendar.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CheckBox.cpp
|
|
|
|
Clipboard.cpp
|
|
|
|
ColorInput.cpp
|
|
|
|
ColorPicker.cpp
|
|
|
|
ColumnsView.cpp
|
|
|
|
ComboBox.cpp
|
|
|
|
Command.cpp
|
2020-07-19 10:09:51 -04:00
|
|
|
ControlBoxButton.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CppSyntaxHighlighter.cpp
|
|
|
|
Desktop.cpp
|
|
|
|
Dialog.cpp
|
|
|
|
DisplayLink.cpp
|
|
|
|
DragOperation.cpp
|
2020-05-17 21:49:54 +02:00
|
|
|
EmojiInputDialog.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Event.cpp
|
2020-08-12 19:28:10 +02:00
|
|
|
FileIconProvider.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
FilePicker.cpp
|
|
|
|
FileSystemModel.cpp
|
2020-07-04 22:36:23 +04:30
|
|
|
FilteringProxyModel.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Frame.cpp
|
|
|
|
GroupBox.cpp
|
2020-08-25 11:25:39 +02:00
|
|
|
HeaderView.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
INILexer.cpp
|
|
|
|
INISyntaxHighlighter.cpp
|
2020-07-22 15:29:51 +02:00
|
|
|
Icon.cpp
|
|
|
|
IconView.cpp
|
|
|
|
ImageWidget.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
InputBox.cpp
|
|
|
|
JSSyntaxHighlighter.cpp
|
2020-09-28 14:28:10 +03:30
|
|
|
JsonArrayModel.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Label.cpp
|
|
|
|
Layout.cpp
|
|
|
|
LazyWidget.cpp
|
|
|
|
ListView.cpp
|
|
|
|
Menu.cpp
|
2020-09-28 14:28:10 +03:30
|
|
|
MenuBar.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
MenuItem.cpp
|
|
|
|
MessageBox.cpp
|
|
|
|
Model.cpp
|
|
|
|
ModelIndex.cpp
|
|
|
|
ModelSelection.cpp
|
|
|
|
MultiView.cpp
|
|
|
|
Notification.cpp
|
|
|
|
Painter.cpp
|
2020-07-28 06:09:19 -04:00
|
|
|
ProcessChooser.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
ProgressBar.cpp
|
|
|
|
RadioButton.cpp
|
|
|
|
ResizeCorner.cpp
|
2020-07-28 06:09:19 -04:00
|
|
|
RunningProcessesModel.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
ScrollBar.cpp
|
2020-09-28 14:28:10 +03:30
|
|
|
ScrollableWidget.cpp
|
|
|
|
ShellSyntaxHighlighter.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Shortcut.cpp
|
|
|
|
Slider.cpp
|
|
|
|
SortingProxyModel.cpp
|
|
|
|
SpinBox.cpp
|
|
|
|
Splitter.cpp
|
|
|
|
StackWidget.cpp
|
|
|
|
StatusBar.cpp
|
|
|
|
SyntaxHighlighter.cpp
|
|
|
|
TabWidget.cpp
|
2020-09-28 14:28:10 +03:30
|
|
|
TableView.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
TextBox.cpp
|
|
|
|
TextDocument.cpp
|
|
|
|
TextEditor.cpp
|
|
|
|
ToolBar.cpp
|
2020-09-28 14:28:10 +03:30
|
|
|
ToolBarContainer.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
TreeView.cpp
|
|
|
|
UndoStack.cpp
|
|
|
|
Variant.cpp
|
|
|
|
Widget.cpp
|
|
|
|
Window.cpp
|
|
|
|
WindowServerConnection.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(GENERATED_SOURCES
|
|
|
|
../../Services/WindowServer/WindowClientEndpoint.h
|
|
|
|
../../Services/WindowServer/WindowServerEndpoint.h
|
|
|
|
../../Services/NotificationServer/NotificationClientEndpoint.h
|
|
|
|
../../Services/NotificationServer/NotificationServerEndpoint.h
|
2020-05-15 09:46:55 +02:00
|
|
|
../../Services/Clipboard/ClipboardClientEndpoint.h
|
|
|
|
../../Services/Clipboard/ClipboardServerEndpoint.h
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibGUI gui)
|
2020-10-17 14:39:36 +03:00
|
|
|
target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThread LibCpp LibShell LibRegex LibJS)
|