We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6a708 commit 53f3c5fCopy full SHA for 53f3c5f
1 file changed
src/gui/BUILD
@@ -52,14 +52,14 @@ qt6_library(
52
"include/gui/gui.h",
53
"include/gui/heatMap.h",
54
],
55
+ defines = [
56
+ "STATIC_QPA_PLUGIN_XCB=1",
57
+ ],
58
includes = [
59
"include",
60
"src",
61
"ui",
62
- defines = [
- "STATIC_QPA_PLUGIN_XCB=1",
- ],
63
moc_hdrs = glob(["src/*.h"]),
64
uic_srcs = glob(["ui/*.ui"]),
65
deps = [
@@ -69,12 +69,13 @@ qt6_library(
69
"//src/odb",
70
"//src/sta:opensta_lib",
71
"//src/utl",
72
+ "//third-party/gif-h:gif_h",
73
"@boost.algorithm",
- "@boost.multi_array",
74
"@boost.geometry",
75
+ "@boost.multi_array",
76
+ "@boost.stacktrace",
77
"@spdlog",
78
"@tk_tcl//:tcl",
- "//third-party/gif-h:gif_h",
79
80
)
81
0 commit comments