From a3ae879d7bf992c7097b1897b2f1369dc0d21490 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 13 Sep 2012 10:18:46 -0500 Subject: Split out TQt3 to Qt4 conversion methods into separate file --- generate_xml_information | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 generate_xml_information (limited to 'generate_xml_information') 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 -- cgit v1.2.1