DEB pytqt: adjust to current tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/362/head
Michele Calgaro 7 days ago
parent 53b4c4b9aa
commit 3117a031ab
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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)

@ -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)

@ -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)

Loading…
Cancel
Save