Skip to content

Commit 53f3c5f

Browse files
committed
adding stack trace boost dep
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
1 parent 6c6a708 commit 53f3c5f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/gui/BUILD

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ qt6_library(
5252
"include/gui/gui.h",
5353
"include/gui/heatMap.h",
5454
],
55+
defines = [
56+
"STATIC_QPA_PLUGIN_XCB=1",
57+
],
5558
includes = [
5659
"include",
5760
"src",
5861
"ui",
5962
],
60-
defines = [
61-
"STATIC_QPA_PLUGIN_XCB=1",
62-
],
6363
moc_hdrs = glob(["src/*.h"]),
6464
uic_srcs = glob(["ui/*.ui"]),
6565
deps = [
@@ -69,12 +69,13 @@ qt6_library(
6969
"//src/odb",
7070
"//src/sta:opensta_lib",
7171
"//src/utl",
72+
"//third-party/gif-h:gif_h",
7273
"@boost.algorithm",
73-
"@boost.multi_array",
7474
"@boost.geometry",
75+
"@boost.multi_array",
76+
"@boost.stacktrace",
7577
"@spdlog",
7678
"@tk_tcl//:tcl",
77-
"//third-party/gif-h:gif_h",
7879
],
7980
)
8081

0 commit comments

Comments
 (0)