mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
10 lines
228 B
Text
10 lines
228 B
Text
filegroup(
|
|
name = "web",
|
|
srcs = [
|
|
"//qt/aqt/data/web/css",
|
|
"//qt/aqt/data/web/imgs",
|
|
"//qt/aqt/data/web/js",
|
|
"//qt/aqt/data/web/pages",
|
|
],
|
|
visibility = ["//qt:__subpackages__"],
|
|
)
|