Skip to content

Commit

Permalink
Try fix linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 1, 2025
1 parent 1bf78b0 commit 7878835
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion patch/ros-jazzy-python-qt-binding.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ new file mode 100644
index 0000000..cf4f57f
--- /dev/null
+++ b/cmake/pyproject.toml.in
@@ -0,0 +1,28 @@
@@ -0,0 +1,31 @@
+[project]
+name = "lib@PROJECT_NAME@"
+
Expand All @@ -36,6 +36,9 @@ index 0000000..cf4f57f
+build-dir = "@SIP_BUILD_DIR@"
+verbose = true
+minimum-macos-version = "@MACOS_MINIMUM_VERSION@"
+# Specify the PEP 566 metadata for the project.
+[tool.sip.metadata]
+name = "lib@PROJECT_NAME@"
+
+[tool.sip.bindings.libqt_gui_cpp_sip]
+sip-file = "@SIP_FILE@"
Expand Down

0 comments on commit 7878835

Please sign in to comment.