mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
CertificateSettings: Update to be more consistent with other settings
This commit is contained in:
parent
0060b8c4e5
commit
ef5cca71dc
5 changed files with 8 additions and 9 deletions
|
@ -4,15 +4,15 @@ serenity_component(
|
|||
TARGETS CertificateSettings
|
||||
)
|
||||
|
||||
compile_gml(CertificateStore.gml CertificateStoreGML.h certificate_store_gml)
|
||||
compile_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.h certificate_store_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
CertificateStore.cpp
|
||||
CertificateStoreWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
CertificateStoreGML.h
|
||||
CertificateStoreWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(CertificateSettings ICON certificate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue