1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

ThemeEditor: Start working on a window theme editor :^)

This commit is contained in:
Andreas Kling 2020-08-21 19:36:20 +02:00
parent 80a9896e83
commit dfe8adde3f
5 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,7 @@
set(SOURCES
PreviewWidget.cpp
main.cpp
)
serenity_bin(ThemeEditor)
target_link_libraries(ThemeEditor LibGUI)