|
@@ -1,5 +1,6 @@
|
|
import("//Ladybird/link_qt.gni")
|
|
import("//Ladybird/link_qt.gni")
|
|
import("//Ladybird/moc_qt_objects.gni")
|
|
import("//Ladybird/moc_qt_objects.gni")
|
|
|
|
+import("//Meta/gn/build/libs/pulse/enable.gni")
|
|
|
|
|
|
moc_qt_objects("generate_moc") {
|
|
moc_qt_objects("generate_moc") {
|
|
sources = [
|
|
sources = [
|
|
@@ -30,6 +31,7 @@ executable("WebContent") {
|
|
deps = [
|
|
deps = [
|
|
":generate_moc",
|
|
":generate_moc",
|
|
"//AK",
|
|
"//AK",
|
|
|
|
+ "//Meta/gn/build/libs/pulse",
|
|
"//Userland/Libraries/LibCore",
|
|
"//Userland/Libraries/LibCore",
|
|
"//Userland/Libraries/LibFileSystem",
|
|
"//Userland/Libraries/LibFileSystem",
|
|
"//Userland/Libraries/LibGfx",
|
|
"//Userland/Libraries/LibGfx",
|