summaryrefslogtreecommitdiffstats
path: root/generate_xml_information
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 13:58:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-10 13:34:21 +0900
commit12794d91d4e71b20b67d77db50d65a1a1a2b09ed (patch)
treea030a22ffa3aa0e3d67461c8f0ec0a9ff17f1ad1 /generate_xml_information
parent1d15009c9a577bcfcc30633f879db17aecabd088 (diff)
downloadqt4-tqt-theme-engine-12794d91.tar.gz
qt4-tqt-theme-engine-12794d91.zip
Drop TQT_NO_COMPAT coder14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f7f50ffa0596d88bd40cb1aea429fa04ae30ef6)
Diffstat (limited to 'generate_xml_information')
-rwxr-xr-xgenerate_xml_information2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_xml_information b/generate_xml_information
index c0003f3..3d5db74 100755
--- a/generate_xml_information
+++ b/generate_xml_information
@@ -2,5 +2,5 @@
gccxml --gccxml-cxxflags -I/usr/include/qt4/ /usr/include/qt4/QtGui/QStyle -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt4enums.xml
rm -f test.xml
-gccxml --gccxml-cxxflags -I/usr/include/tqt3/ /usr/include/tqt3/ntqstyle.h -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt3enums.xml
+gccxml --gccxml-cxxflags -I/usr/include/tqt3/ -I/usr/include/tqt/ /usr/include/tqt3/tqstyle.h -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt3enums.xml
rm -f test.xml