From 3117a031ab178399a3c805d1cf18b82452b0425c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 14 Sep 2024 22:33:06 +0900 Subject: DEB pytqt: adjust to current tqt3 version Signed-off-by: Michele Calgaro --- ubuntu/_base/dependencies/pytqt/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu') diff --git a/ubuntu/_base/dependencies/pytqt/debian/rules b/ubuntu/_base/dependencies/pytqt/debian/rules index 532bf34bd..0da3e5231 100755 --- a/ubuntu/_base/dependencies/pytqt/debian/rules +++ b/ubuntu/_base/dependencies/pytqt/debian/rules @@ -39,7 +39,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) else CXXFLAGS += -O1 endif -CXXFLAGS += "-I/usr/include/tqt" +CXXFLAGS += "-I/usr/include/tqt" "-I/usr/include/tqt3" PYTHONS := $(shell py3versions -vr) -- cgit v1.2.1