pyqtwebengine5: new recipe

This commit is contained in:
Zoltán Mizsei
2021-11-21 07:41:17 +01:00
committed by Jerome Duval
parent 58b41e0fbb
commit dbf39601ab
2 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
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