mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Userland: Rename QuickShow => Image Viewer
The old name was a bit too ambiguous. This one is crystal clear. :^)
This commit is contained in:
parent
d039542c7c
commit
58d73ea36c
11 changed files with 50 additions and 50 deletions
7
Userland/Applications/ImageViewer/CMakeLists.txt
Normal file
7
Userland/Applications/ImageViewer/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
QSWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(ImageViewer ICON filetype-image)
|
||||
target_link_libraries(ImageViewer LibDesktop LibGUI LibGfx)
|
Loading…
Add table
Add a link
Reference in a new issue