diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-14 22:33:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-14 22:33:06 +0900 |
commit | 3117a031ab178399a3c805d1cf18b82452b0425c (patch) | |
tree | 57913f4d96b60f15de93efa1a775eb1e12a26319 /ubuntu | |
parent | 53b4c4b9aaadfe175f7a48d1b5e98a33f40c2c97 (diff) | |
download | tde-packaging-3117a031ab178399a3c805d1cf18b82452b0425c.tar.gz tde-packaging-3117a031ab178399a3c805d1cf18b82452b0425c.zip |
DEB pytqt: adjust to current tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/_base/dependencies/pytqt/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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) |