[Kde-bindings] KDE/kdebindings/kalyptus

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Apr 18 13:38:06 UTC 2006


SVN commit 531036 by rdale:

* The Smoke library generated code now builds on Windows

CCMAIL: kde-bindings at kde.org



 M  +4 -0      ChangeLog  
 M  +4 -0      kalyptus  
 M  +2 -0      kalyptusCxxToSmoke.pm  


--- trunk/KDE/kdebindings/kalyptus/ChangeLog #531035:531036
@@ -1,3 +1,7 @@
+2006-04-18  Richard Dale  <rdale at foton.es>
+
+	* The Smoke library generated code now builds on Windows
+
 2005-10-05  Richard Dale  <Richard_Dale at tipitina.demon.co.uk>
 
 	* The QByteArray class is included in the Smoke lib
--- trunk/KDE/kdebindings/kalyptus/kalyptus #531035:531036
@@ -560,6 +560,10 @@
 				     $p =~ m/^#\s*if\s+defined\s*\(?QT_COMPAT/ or
 				     $p =~ m/^#\s*ifdef\s+CONTAINER_CUSTOM_WIDGETS/ or
 				     $p =~ m/^#\s*ifdef\s+QT3_SUPPORT/ or
+				     $p =~ m/^#\s*ifdef\s+Q_WS_WIN/ or
+				     $p =~ m/^#if\s*!?defined\(Q_WS_WIN\)/ or
+				     $p =~ m/^#if\s*!?defined\(Q_OS_WIN32\)/ or
+				     $p =~ m/^#\s*ifdef\s+Q_OS_UNIX/ or
 				     $p =~ m/^#\s*ifdef\s+Q_MOC_RUN/ or
 				     $p =~ m/^#\s*if\s+defined\s*\(QT3_SUPPORT/ or
 				     $p =~ m/^#\s*if\s+defined\s*\(qdoc/ or
--- trunk/KDE/kdebindings/kalyptus/kalyptusCxxToSmoke.pm #531035:531036
@@ -599,6 +599,8 @@
 			|| ($classNode->{astNodeName} eq 'DCOPRef' and $name eq 'call')
 			|| ($classNode->{astNodeName} eq 'DCOPRef' and $name eq 'send')
 			|| ($classNode->{astNodeName} eq 'DOM' and $name eq 'operator<<') # Avoid kdbgstream debugging method
+			|| ($classNode->{astNodeName} eq 'QProcess' and $name eq 'pid')
+			|| ($classNode->{astNodeName} eq 'QWidget' and $name eq 'winId')
 			|| ($name eq 'qInitJpegIO' and $main::qt4)
 			|| ($name eq 'qInitPngIO' and $main::qt4)
 			|| ($name eq 'qt_metacast' and $main::qt4)



More information about the Kde-bindings mailing list