From afdef0315214d8b659c62fe61245b9b8ceb98c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= 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