mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 13:20:08 +02:00
27 lines
705 B
Plaintext
27 lines
705 B
Plaintext
From afdef0315214d8b659c62fe61245b9b8ceb98c02 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
Date: Sun, 21 Nov 2021 06:29:38 +0100
|
|
Subject: SIP Dir location
|
|
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index fa3fdfc..9105d16 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -22,6 +22,7 @@ project-factory = "pyqtbuild:PyQtProject"
|
|
# Configure the project.
|
|
[tool.sip.project]
|
|
tag-prefix = "QtWebEngine"
|
|
+sip-include-dirs = ['BINDINGS_DIR']
|
|
|
|
# Define and configure each set of bindings.
|
|
[tool.sip.bindings.QtWebEngineCore]
|
|
@@ -32,3 +33,4 @@ qmake-QT = ["webengine"]
|
|
|
|
[tool.sip.bindings.QtWebEngineWidgets]
|
|
qmake-QT = ["webenginewidgets"]
|
|
+
|
|
--
|
|
2.30.2
|
|
|