summaryrefslogtreecommitdiffstats
path: root/generate_xml_information
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-13 10:18:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-13 10:18:46 -0500
commita3ae879d7bf992c7097b1897b2f1369dc0d21490 (patch)
tree040907dd70b4bc5a852341358ab10a3e9eaa6827 /generate_xml_information
parent8b7e11608c0b4057d6aa8aad832b9b101ae66f59 (diff)
downloadqt4-tqt-theme-engine-a3ae879d7bf992c7097b1897b2f1369dc0d21490.tar.gz
qt4-tqt-theme-engine-a3ae879d7bf992c7097b1897b2f1369dc0d21490.zip
Split out TQt3 to Qt4 conversion methods into separate file
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