summaryrefslogtreecommitdiffstats
path: root/generate_xml_information
diff options
context:
space:
mode:
Diffstat (limited to 'generate_xml_information')
-rwxr-xr-xgenerate_xml_information6
1 files changed, 6 insertions, 0 deletions
diff --git a/generate_xml_information b/generate_xml_information
new file mode 100755
index 0000000..c0003f3
--- /dev/null
+++ b/generate_xml_information
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+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
+rm -f test.xml