mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
fix: CWebBrowserContext wasn't in the right place
This commit is contained in:
parent
8dbb4aa7e8
commit
ac62d5470a
@ -152,9 +152,7 @@ if(WAYLAND_SUPPORT_FOUND)
|
|||||||
"src/WallpaperEngine/Input/Drivers/CWaylandMouseInput.cpp"
|
"src/WallpaperEngine/Input/Drivers/CWaylandMouseInput.cpp"
|
||||||
"src/WallpaperEngine/Input/Drivers/CWaylandMouseInput.h"
|
"src/WallpaperEngine/Input/Drivers/CWaylandMouseInput.h"
|
||||||
"xdg-shell-protocol.c"
|
"xdg-shell-protocol.c"
|
||||||
"wlr-layer-shell-unstable-v1-protocol.c"
|
"wlr-layer-shell-unstable-v1-protocol.c")
|
||||||
src/WallpaperEngine/WebBrowsesr/CWebBrowserContext.cpp
|
|
||||||
src/WallpaperEngine/WebBrowsesr/CWebBrowserContext.h)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
@ -297,6 +295,9 @@ add_executable(
|
|||||||
src/WallpaperEngine/Render/Objects/Effects/CMaterial.h
|
src/WallpaperEngine/Render/Objects/Effects/CMaterial.h
|
||||||
src/WallpaperEngine/Render/Objects/Effects/CMaterial.cpp
|
src/WallpaperEngine/Render/Objects/Effects/CMaterial.cpp
|
||||||
|
|
||||||
|
src/WallpaperEngine/WebBrowsesr/CWebBrowserContext.cpp
|
||||||
|
src/WallpaperEngine/WebBrowsesr/CWebBrowserContext.h
|
||||||
|
|
||||||
src/WallpaperEngine/FileSystem/FileSystem.cpp
|
src/WallpaperEngine/FileSystem/FileSystem.cpp
|
||||||
src/WallpaperEngine/FileSystem/FileSystem.h
|
src/WallpaperEngine/FileSystem/FileSystem.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user