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 | |
| parent | 53b4c4b9aaadfe175f7a48d1b5e98a33f40c2c97 (diff) | |
| download | tde-packaging-3117a031.tar.gz tde-packaging-3117a031.zip | |
DEB pytqt: adjust to current tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rwxr-xr-x | debian/_base/dependencies/pytqt/debian/rules | 2 | ||||
| -rwxr-xr-x | dilos/dependencies/pytqt/debian/rules | 2 | ||||
| -rwxr-xr-x | ubuntu/_base/dependencies/pytqt/debian/rules | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/_base/dependencies/pytqt/debian/rules b/debian/_base/dependencies/pytqt/debian/rules index 532bf34bd..0da3e5231 100755 --- a/debian/_base/dependencies/pytqt/debian/rules +++ b/debian/_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) diff --git a/dilos/dependencies/pytqt/debian/rules b/dilos/dependencies/pytqt/debian/rules index d7427e40a..d0f0a6a28 100755 --- a/dilos/dependencies/pytqt/debian/rules +++ b/dilos/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) 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) |
