From 642f3ce4d03f2896353ad8717d10ec72fe2d4dd7 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 20 Jan 2025 11:05:19 +0000 Subject: [PATCH] chore: Add more descriptive/precise tags to bazel build rules. --- users/iphydf/qt-toxcore-c/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/iphydf/qt-toxcore-c/BUILD.bazel b/users/iphydf/qt-toxcore-c/BUILD.bazel index 37fea4d..d5ad928 100644 --- a/users/iphydf/qt-toxcore-c/BUILD.bazel +++ b/users/iphydf/qt-toxcore-c/BUILD.bazel @@ -35,7 +35,10 @@ cc_library( ], copts = COPTS, includes = ["."], - tags = ["no-cross"], + tags = [ + "no-cross", + "qt", + ], deps = [ "//c-toxcore", "@qt//:qt_core",