Skip to content

Commit

Permalink
chore: Add some more things to no-cross.
Browse files Browse the repository at this point in the history
Needed for remote-exec, because it doesn't support Qt, yet.
  • Loading branch information
iphydf committed Dec 28, 2023
1 parent 0c9b7b3 commit 62130ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ project()
qt_lconvert(
name = "qtox_qms",
srcs = glob(["translations/*.ts"]),
tags = ["no-cross"],
)

genrule(
name = "translations_qrc",
srcs = ["translations/translations.qrc"],
outs = ["translations/translations_local.qrc"],
cmd = "cp $< $@",
tags = ["no-cross"],
)

qt_rcc(
name = "translations",
srcs = [":translations_qrc"],
data = [":qtox_qms"],
tags = ["no-cross"],
)

qt_rcc(
Expand All @@ -35,6 +38,7 @@ qt_rcc(
"smileys/*/*",
"themes/**/*",
]),
tags = ["no-cross"],
)

cc_library(
Expand Down

0 comments on commit 62130ab

Please sign in to comment.