Skip to content

Commit

Permalink
Temp2
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 3, 2023
1 parent 6b74d25 commit 0fc7459
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dependency_support/org_theopenroadproject/bundled.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load(
"OPENROAD_LIBRARY_SRCS_INCLUDE",
)
load("@rules_hdl//dependency_support/org_theopenroadproject:tcl_encode.bzl", "tcl_encode")
load("@rules_hdl//dependency_support/com_justbuchanan_rules_qt//:qt.bzl", "qt_cc_library", "qt_ui_library", "qt_resource")
load("@com_justbuchanan_rules_qt//:qt.bzl", "qt_cc_library", "qt_ui_library", "qt_resource")

load("@rules_hdl//dependency_support/org_theopenroadproject:tcl_wrap_cc.bzl", "tcl_wrap_cc")

Expand Down Expand Up @@ -223,10 +223,6 @@ qt_cc_library(
"src/gui/src",
"src/gui/ui",
],
moc_hdrs = glob([
"src/gui/src/*.h",
]),
qt_gui_platform = "headless",
deps = OPENROAD_LIBRARY_DEPS + [
":qt_resources",
":qt_ui",
Expand Down Expand Up @@ -267,10 +263,6 @@ qt_cc_library(
"src/gui/src",
"src/gui/ui",
],
moc_hdrs = glob([
"src/gui/src/*.h",
]),
qt_gui_platform = "native",
deps = OPENROAD_LIBRARY_DEPS + [
":qt_resources",
":qt_ui",
Expand Down

0 comments on commit 0fc7459

Please sign in to comment.