mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
8c0723960b
When multiple images are dragged and dropped onto the image widget, QuickShow will use LibDesktop::Launcher to launch a new instance of QuickShow for each item, rather than spawn a child QuickShow process for each item with posix_spawn. This allows `proc` and `exec` pledges to be removed :^)
8 lines
147 B
CMake
8 lines
147 B
CMake
set(SOURCES
|
|
main.cpp
|
|
QSWidget.cpp
|
|
)
|
|
|
|
serenity_app(QuickShow ICON filetype-image)
|
|
target_link_libraries(QuickShow LibDesktop LibGUI LibGfx)
|