Wed Apr 10 15:02:58 2013 UTC ()
update to 4.9.6
Support has been added for Qt v4.8.4 and Qt v5.0-rc1.


(drochner)
diff -r1.61 -r1.62 pkgsrc/x11/py-qt4/Makefile
diff -r1.19 -r1.20 pkgsrc/x11/py-qt4/PLIST.common
diff -r1.26 -r1.27 pkgsrc/x11/py-qt4/distinfo

cvs diff -r1.61 -r1.62 pkgsrc/x11/py-qt4/Attic/Makefile (switch to unified diff)

--- pkgsrc/x11/py-qt4/Attic/Makefile 2013/02/16 11:25:24 1.61
+++ pkgsrc/x11/py-qt4/Attic/Makefile 2013/04/10 15:02:58 1.62
@@ -1,82 +1,81 @@ @@ -1,82 +1,81 @@
1# $NetBSD: Makefile,v 1.61 2013/02/16 11:25:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2013/04/10 15:02:58 drochner Exp $
2 2
3PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} 3PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
4PYQT_VERSION= 4.9.5 4PYQT_VERSION= 4.9.6
5PKGREVISION= 3 
6CATEGORIES= x11 python 5CATEGORIES= x11 python
7#MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ 6#MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11COMMENT= Python binding for Qt4 10COMMENT= Python binding for Qt4
12HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro 11HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro
13 12
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16
18CONFIGURE_ARGS+= -b ${PREFIX}/bin 17CONFIGURE_ARGS+= -b ${PREFIX}/bin
19CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} 18CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB}
20CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} 19CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX}
21CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake 20CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake
22CONFIGURE_ARGS+= --confirm-license 21CONFIGURE_ARGS+= --confirm-license
23CONFIGURE_ARGS+= --qsci-api 22CONFIGURE_ARGS+= --qsci-api
24 23
25INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} 24INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
26 25
27PY_PATCHPLIST= yes 26PY_PATCHPLIST= yes
28PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 27PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
29PYTHON_VERSIONS_INCLUDE_3X= yes 28PYTHON_VERSIONS_INCLUDE_3X= yes
30 29
31BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtCore 30BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtCore
32BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtDeclarative 31BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtDeclarative
33BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtDesigner 32BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtDesigner
34BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtGui 33BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtGui
35BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtOpenGL 34BUILDLINK_TRANSFORM+= rm:-Wl,-R${WRKSRC}/qpy/QtOpenGL
36BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtCore 35BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtCore
37BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtDeclarative 36BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtDeclarative
38BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtDesigner 37BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtDesigner
39BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtGui 38BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtGui
40BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtOpenGL 39BUILDLINK_TRANSFORM+= rm:-Wl,-rpath,${WRKSRC}/qpy/QtOpenGL
41 40
42# This is a hack. CPPFLAGS and CXXFLAGS from the environment are ignored, 41# This is a hack. CPPFLAGS and CXXFLAGS from the environment are ignored,
43# however, so I don't know a better way to fix it. 42# however, so I don't know a better way to fix it.
44SUBST_CLASSES+= PIC 43SUBST_CLASSES+= PIC
45SUBST_STAGE.PIC= post-configure 44SUBST_STAGE.PIC= post-configure
46SUBST_FILES.PIC= qpy/QtCore/Makefile qpy/QtGui/Makefile 45SUBST_FILES.PIC= qpy/QtCore/Makefile qpy/QtGui/Makefile
47SUBST_SED.PIC= -e "s/CXXFLAGS =/CXXFLAGS = -fPIC/" 46SUBST_SED.PIC= -e "s/CXXFLAGS =/CXXFLAGS = -fPIC/"
48SUBST_MESSAGE.PIC= Adding -fPIC to CXXFLAGS. 47SUBST_MESSAGE.PIC= Adding -fPIC to CXXFLAGS.
49 48
50#SUBST_CLASSES+= pyversfx 49#SUBST_CLASSES+= pyversfx
51#SUBST_STAGE.pyversfx= pre-configure 50#SUBST_STAGE.pyversfx= pre-configure
52#SUBST_FILES.pyversfx= pyuic4/pyuic.sbf pylupdate4/pylupdate.sbf 51#SUBST_FILES.pyversfx= pyuic4/pyuic.sbf pylupdate4/pylupdate.sbf
53#SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g" 52#SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
54 53
55.include "../../mk/bsd.prefs.mk" 54.include "../../mk/bsd.prefs.mk"
56 55
57PLIST_SRC= ${PKGDIR}/PLIST.common 56PLIST_SRC= ${PKGDIR}/PLIST.common
58.if ${OPSYS} == "Darwin" 57.if ${OPSYS} == "Darwin"
59# XXX this is not recorded in distinfo 58# XXX this is not recorded in distinfo
60DISTNAME= PyQt-mac-gpl-${PYQT_VERSION} 59DISTNAME= PyQt-mac-gpl-${PYQT_VERSION}
61.else 60.else
62DISTNAME= PyQt-x11-gpl-${PYQT_VERSION} 61DISTNAME= PyQt-x11-gpl-${PYQT_VERSION}
63PLIST_SRC+= ${PKGDIR}/PLIST.X11 62PLIST_SRC+= ${PKGDIR}/PLIST.X11
64.endif 63.endif
65.include "../../lang/python/extension.mk" 64.include "../../lang/python/extension.mk"
66 65
67CONFIGURE_ARGS+= --verbose 66CONFIGURE_ARGS+= --verbose
68do-configure: 67do-configure:
69 (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ 68 (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
70 ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) 69 ${PYTHONBIN} configure.py ${CONFIGURE_ARGS})
71 70
72BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14 71BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14
73.include "../../x11/py-sip/buildlink3.mk" 72.include "../../x11/py-sip/buildlink3.mk"
74.include "../../sysutils/dbus/buildlink3.mk" 73.include "../../sysutils/dbus/buildlink3.mk"
75.include "../../sysutils/py-dbus/buildlink3.mk" 74.include "../../sysutils/py-dbus/buildlink3.mk"
76# needs the QtXmlPatterns fix 75# needs the QtXmlPatterns fix
77BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.6.1nb3 76BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.6.1nb3
78.include "../../x11/qt4-libs/buildlink3.mk" 77.include "../../x11/qt4-libs/buildlink3.mk"
79BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.4.0nb1 78BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.4.0nb1
80BUILDLINK_DEPMETHOD.qt4-tools= full 79BUILDLINK_DEPMETHOD.qt4-tools= full
81.include "../../x11/qt4-tools/buildlink3.mk" 80.include "../../x11/qt4-tools/buildlink3.mk"
82.include "../../mk/bsd.pkg.mk" 81.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/x11/py-qt4/Attic/PLIST.common (switch to unified diff)

--- pkgsrc/x11/py-qt4/Attic/PLIST.common 2012/10/10 16:53:39 1.19
+++ pkgsrc/x11/py-qt4/Attic/PLIST.common 2013/04/10 15:02:58 1.20
@@ -1,534 +1,537 @@ @@ -1,534 +1,537 @@
1@comment $NetBSD: PLIST.common,v 1.19 2012/10/10 16:53:39 drochner Exp $ 1@comment $NetBSD: PLIST.common,v 1.20 2013/04/10 15:02:58 drochner Exp $
2bin/pylupdate4 2bin/pylupdate4
3bin/pyrcc4 3bin/pyrcc4
4bin/pyuic4 4bin/pyuic4
5${PYSITELIB}/PyQt4/Qt.so 5${PYSITELIB}/PyQt4/Qt.so
6${PYSITELIB}/PyQt4/QtCore.so 6${PYSITELIB}/PyQt4/QtCore.so
7${PYSITELIB}/PyQt4/QtDeclarative.so 7${PYSITELIB}/PyQt4/QtDeclarative.so
8${PYSITELIB}/PyQt4/QtDesigner.so 8${PYSITELIB}/PyQt4/QtDesigner.so
9${PYSITELIB}/PyQt4/QtGui.so 9${PYSITELIB}/PyQt4/QtGui.so
10${PYSITELIB}/PyQt4/QtHelp.so 10${PYSITELIB}/PyQt4/QtHelp.so
11${PYSITELIB}/PyQt4/QtMultimedia.so 11${PYSITELIB}/PyQt4/QtMultimedia.so
12${PYSITELIB}/PyQt4/QtNetwork.so 12${PYSITELIB}/PyQt4/QtNetwork.so
13${PYSITELIB}/PyQt4/QtOpenGL.so 13${PYSITELIB}/PyQt4/QtOpenGL.so
14${PYSITELIB}/PyQt4/QtScript.so 14${PYSITELIB}/PyQt4/QtScript.so
15${PYSITELIB}/PyQt4/QtScriptTools.so 15${PYSITELIB}/PyQt4/QtScriptTools.so
16${PYSITELIB}/PyQt4/QtSql.so 16${PYSITELIB}/PyQt4/QtSql.so
17${PYSITELIB}/PyQt4/QtSvg.so 17${PYSITELIB}/PyQt4/QtSvg.so
18${PYSITELIB}/PyQt4/QtTest.so 18${PYSITELIB}/PyQt4/QtTest.so
19${PYSITELIB}/PyQt4/QtWebKit.so 19${PYSITELIB}/PyQt4/QtWebKit.so
20${PYSITELIB}/PyQt4/QtXml.so 20${PYSITELIB}/PyQt4/QtXml.so
21${PYSITELIB}/PyQt4/QtXmlPatterns.so 21${PYSITELIB}/PyQt4/QtXmlPatterns.so
22${PYSITELIB}/PyQt4/__init__.py 22${PYSITELIB}/PyQt4/__init__.py
23${PYSITELIB}/PyQt4/pyqtconfig.py 23${PYSITELIB}/PyQt4/pyqtconfig.py
24${PYSITELIB}/PyQt4/uic/Compiler/__init__.py 24${PYSITELIB}/PyQt4/uic/Compiler/__init__.py
25${PYSITELIB}/PyQt4/uic/Compiler/compiler.py 25${PYSITELIB}/PyQt4/uic/Compiler/compiler.py
26${PYSITELIB}/PyQt4/uic/Compiler/indenter.py 26${PYSITELIB}/PyQt4/uic/Compiler/indenter.py
27${PYSITELIB}/PyQt4/uic/Compiler/misc.py 27${PYSITELIB}/PyQt4/uic/Compiler/misc.py
28${PYSITELIB}/PyQt4/uic/Compiler/proxy_metaclass.py 28${PYSITELIB}/PyQt4/uic/Compiler/proxy_metaclass.py
29${PYSITELIB}/PyQt4/uic/Compiler/qobjectcreator.py 29${PYSITELIB}/PyQt4/uic/Compiler/qobjectcreator.py
30${PYSITELIB}/PyQt4/uic/Compiler/qtproxies.py 30${PYSITELIB}/PyQt4/uic/Compiler/qtproxies.py
31${PYSITELIB}/PyQt4/uic/Loader/__init__.py 31${PYSITELIB}/PyQt4/uic/Loader/__init__.py
32${PYSITELIB}/PyQt4/uic/Loader/loader.py 32${PYSITELIB}/PyQt4/uic/Loader/loader.py
33${PYSITELIB}/PyQt4/uic/Loader/qobjectcreator.py 33${PYSITELIB}/PyQt4/uic/Loader/qobjectcreator.py
34${PYSITELIB}/PyQt4/uic/__init__.py 34${PYSITELIB}/PyQt4/uic/__init__.py
35${PYSITELIB}/PyQt4/uic/driver.py 35${PYSITELIB}/PyQt4/uic/driver.py
36${PYSITELIB}/PyQt4/uic/exceptions.py 36${PYSITELIB}/PyQt4/uic/exceptions.py
37${PYSITELIB}/PyQt4/uic/icon_cache.py 37${PYSITELIB}/PyQt4/uic/icon_cache.py
38${PYSITELIB}/PyQt4/uic/objcreator.py 38${PYSITELIB}/PyQt4/uic/objcreator.py
39${PYSITELIB}/PyQt4/uic/port_v2/__init__.py 39${PYSITELIB}/PyQt4/uic/port_v2/__init__.py
40${PYSITELIB}/PyQt4/uic/port_v2/as_string.py 40${PYSITELIB}/PyQt4/uic/port_v2/as_string.py
41${PYSITELIB}/PyQt4/uic/port_v2/ascii_upper.py 41${PYSITELIB}/PyQt4/uic/port_v2/ascii_upper.py
42${PYSITELIB}/PyQt4/uic/port_v2/invoke.py 42${PYSITELIB}/PyQt4/uic/port_v2/invoke.py
43${PYSITELIB}/PyQt4/uic/port_v2/load_plugin.py 43${PYSITELIB}/PyQt4/uic/port_v2/load_plugin.py
44${PYSITELIB}/PyQt4/uic/port_v2/proxy_base.py 44${PYSITELIB}/PyQt4/uic/port_v2/proxy_base.py
45${PYSITELIB}/PyQt4/uic/port_v2/string_io.py 45${PYSITELIB}/PyQt4/uic/port_v2/string_io.py
46${PYSITELIB}/PyQt4/uic/port_v3/__init__.py 46${PYSITELIB}/PyQt4/uic/port_v3/__init__.py
47${PYSITELIB}/PyQt4/uic/port_v3/as_string.py 47${PYSITELIB}/PyQt4/uic/port_v3/as_string.py
48${PYSITELIB}/PyQt4/uic/port_v3/ascii_upper.py 48${PYSITELIB}/PyQt4/uic/port_v3/ascii_upper.py
49${PYSITELIB}/PyQt4/uic/port_v3/invoke.py 49${PYSITELIB}/PyQt4/uic/port_v3/invoke.py
50${PYSITELIB}/PyQt4/uic/port_v3/load_plugin.py 50${PYSITELIB}/PyQt4/uic/port_v3/load_plugin.py
51${PYSITELIB}/PyQt4/uic/port_v3/proxy_base.py 51${PYSITELIB}/PyQt4/uic/port_v3/proxy_base.py
52${PYSITELIB}/PyQt4/uic/port_v3/string_io.py 52${PYSITELIB}/PyQt4/uic/port_v3/string_io.py
53${PYSITELIB}/PyQt4/uic/properties.py 53${PYSITELIB}/PyQt4/uic/properties.py
54${PYSITELIB}/PyQt4/uic/pyuic.py 54${PYSITELIB}/PyQt4/uic/pyuic.py
55${PYSITELIB}/PyQt4/uic/uiparser.py 55${PYSITELIB}/PyQt4/uic/uiparser.py
56${PYSITELIB}/PyQt4/uic/widget-plugins/phonon.py 56${PYSITELIB}/PyQt4/uic/widget-plugins/phonon.py
57${PYSITELIB}/PyQt4/uic/widget-plugins/qaxcontainer.py 57${PYSITELIB}/PyQt4/uic/widget-plugins/qaxcontainer.py
58${PYSITELIB}/PyQt4/uic/widget-plugins/qscintilla.py 58${PYSITELIB}/PyQt4/uic/widget-plugins/qscintilla.py
59${PYSITELIB}/PyQt4/uic/widget-plugins/qtdeclarative.py 59${PYSITELIB}/PyQt4/uic/widget-plugins/qtdeclarative.py
60${PYSITELIB}/PyQt4/uic/widget-plugins/qtwebkit.py 60${PYSITELIB}/PyQt4/uic/widget-plugins/qtwebkit.py
61${PYSITELIB}/dbus/mainloop/qt.so 61${PYSITELIB}/dbus/mainloop/qt.so
62qt4/plugins/designer/libpythonplugin.la 62qt4/plugins/designer/libpythonplugin.la
63qt4/qsci/api/python/PyQt4.api 63qt4/qsci/api/python/PyQt4.api
64share/sip${PYVERSSUFFIX}/Qt/Qtmod.sip 64share/sip${PYVERSSUFFIX}/Qt/Qtmod.sip
65share/sip${PYVERSSUFFIX}/QtCore/QtCoremod.sip 65share/sip${PYVERSSUFFIX}/QtCore/QtCoremod.sip
66share/sip${PYVERSSUFFIX}/QtCore/qabstractanimation.sip 66share/sip${PYVERSSUFFIX}/QtCore/qabstractanimation.sip
67share/sip${PYVERSSUFFIX}/QtCore/qabstracteventdispatcher.sip 67share/sip${PYVERSSUFFIX}/QtCore/qabstracteventdispatcher.sip
68share/sip${PYVERSSUFFIX}/QtCore/qabstractfileengine.sip 68share/sip${PYVERSSUFFIX}/QtCore/qabstractfileengine.sip
69share/sip${PYVERSSUFFIX}/QtCore/qabstractitemmodel.sip 69share/sip${PYVERSSUFFIX}/QtCore/qabstractitemmodel.sip
70share/sip${PYVERSSUFFIX}/QtCore/qabstractstate.sip 70share/sip${PYVERSSUFFIX}/QtCore/qabstractstate.sip
71share/sip${PYVERSSUFFIX}/QtCore/qabstracttransition.sip 71share/sip${PYVERSSUFFIX}/QtCore/qabstracttransition.sip
72share/sip${PYVERSSUFFIX}/QtCore/qanimationgroup.sip 72share/sip${PYVERSSUFFIX}/QtCore/qanimationgroup.sip
73share/sip${PYVERSSUFFIX}/QtCore/qbasictimer.sip 73share/sip${PYVERSSUFFIX}/QtCore/qbasictimer.sip
74share/sip${PYVERSSUFFIX}/QtCore/qbitarray.sip 74share/sip${PYVERSSUFFIX}/QtCore/qbitarray.sip
75share/sip${PYVERSSUFFIX}/QtCore/qbuffer.sip 75share/sip${PYVERSSUFFIX}/QtCore/qbuffer.sip
76share/sip${PYVERSSUFFIX}/QtCore/qbytearray.sip 76share/sip${PYVERSSUFFIX}/QtCore/qbytearray.sip
77share/sip${PYVERSSUFFIX}/QtCore/qbytearraymatcher.sip 77share/sip${PYVERSSUFFIX}/QtCore/qbytearraymatcher.sip
78share/sip${PYVERSSUFFIX}/QtCore/qchar.sip 78share/sip${PYVERSSUFFIX}/QtCore/qchar.sip
79share/sip${PYVERSSUFFIX}/QtCore/qcoreapplication.sip 79share/sip${PYVERSSUFFIX}/QtCore/qcoreapplication.sip
80share/sip${PYVERSSUFFIX}/QtCore/qcoreevent.sip 80share/sip${PYVERSSUFFIX}/QtCore/qcoreevent.sip
81share/sip${PYVERSSUFFIX}/QtCore/qcryptographichash.sip 81share/sip${PYVERSSUFFIX}/QtCore/qcryptographichash.sip
82share/sip${PYVERSSUFFIX}/QtCore/qdatastream.sip 82share/sip${PYVERSSUFFIX}/QtCore/qdatastream.sip
83share/sip${PYVERSSUFFIX}/QtCore/qdatetime.sip 83share/sip${PYVERSSUFFIX}/QtCore/qdatetime.sip
84share/sip${PYVERSSUFFIX}/QtCore/qdir.sip 84share/sip${PYVERSSUFFIX}/QtCore/qdir.sip
85share/sip${PYVERSSUFFIX}/QtCore/qdiriterator.sip 85share/sip${PYVERSSUFFIX}/QtCore/qdiriterator.sip
86share/sip${PYVERSSUFFIX}/QtCore/qeasingcurve.sip 86share/sip${PYVERSSUFFIX}/QtCore/qeasingcurve.sip
87share/sip${PYVERSSUFFIX}/QtCore/qelapsedtimer.sip 87share/sip${PYVERSSUFFIX}/QtCore/qelapsedtimer.sip
88share/sip${PYVERSSUFFIX}/QtCore/qeventloop.sip 88share/sip${PYVERSSUFFIX}/QtCore/qeventloop.sip
89share/sip${PYVERSSUFFIX}/QtCore/qeventtransition.sip 89share/sip${PYVERSSUFFIX}/QtCore/qeventtransition.sip
90share/sip${PYVERSSUFFIX}/QtCore/qfile.sip 90share/sip${PYVERSSUFFIX}/QtCore/qfile.sip
91share/sip${PYVERSSUFFIX}/QtCore/qfiledevice.sip 91share/sip${PYVERSSUFFIX}/QtCore/qfiledevice.sip
92share/sip${PYVERSSUFFIX}/QtCore/qfileinfo.sip 92share/sip${PYVERSSUFFIX}/QtCore/qfileinfo.sip
93share/sip${PYVERSSUFFIX}/QtCore/qfilesystemwatcher.sip 93share/sip${PYVERSSUFFIX}/QtCore/qfilesystemwatcher.sip
94share/sip${PYVERSSUFFIX}/QtCore/qfinalstate.sip 94share/sip${PYVERSSUFFIX}/QtCore/qfinalstate.sip
95share/sip${PYVERSSUFFIX}/QtCore/qfsfileengine.sip 95share/sip${PYVERSSUFFIX}/QtCore/qfsfileengine.sip
96share/sip${PYVERSSUFFIX}/QtCore/qglobal.sip 96share/sip${PYVERSSUFFIX}/QtCore/qglobal.sip
97share/sip${PYVERSSUFFIX}/QtCore/qhash.sip 97share/sip${PYVERSSUFFIX}/QtCore/qhash.sip
98share/sip${PYVERSSUFFIX}/QtCore/qhistorystate.sip 98share/sip${PYVERSSUFFIX}/QtCore/qhistorystate.sip
99share/sip${PYVERSSUFFIX}/QtCore/qiodevice.sip 99share/sip${PYVERSSUFFIX}/QtCore/qiodevice.sip
100share/sip${PYVERSSUFFIX}/QtCore/qlibrary.sip 100share/sip${PYVERSSUFFIX}/QtCore/qlibrary.sip
101share/sip${PYVERSSUFFIX}/QtCore/qlibraryinfo.sip 101share/sip${PYVERSSUFFIX}/QtCore/qlibraryinfo.sip
102share/sip${PYVERSSUFFIX}/QtCore/qline.sip 102share/sip${PYVERSSUFFIX}/QtCore/qline.sip
103share/sip${PYVERSSUFFIX}/QtCore/qlist.sip 103share/sip${PYVERSSUFFIX}/QtCore/qlist.sip
104share/sip${PYVERSSUFFIX}/QtCore/qlocale.sip 104share/sip${PYVERSSUFFIX}/QtCore/qlocale.sip
105share/sip${PYVERSSUFFIX}/QtCore/qmap.sip 105share/sip${PYVERSSUFFIX}/QtCore/qmap.sip
106share/sip${PYVERSSUFFIX}/QtCore/qmargins.sip 106share/sip${PYVERSSUFFIX}/QtCore/qmargins.sip
107share/sip${PYVERSSUFFIX}/QtCore/qmetaobject.sip 107share/sip${PYVERSSUFFIX}/QtCore/qmetaobject.sip
108share/sip${PYVERSSUFFIX}/QtCore/qmetatype.sip 108share/sip${PYVERSSUFFIX}/QtCore/qmetatype.sip
109share/sip${PYVERSSUFFIX}/QtCore/qmimedata.sip 109share/sip${PYVERSSUFFIX}/QtCore/qmimedata.sip
110share/sip${PYVERSSUFFIX}/QtCore/qmutex.sip 110share/sip${PYVERSSUFFIX}/QtCore/qmutex.sip
111share/sip${PYVERSSUFFIX}/QtCore/qnamespace.sip 111share/sip${PYVERSSUFFIX}/QtCore/qnamespace.sip
112share/sip${PYVERSSUFFIX}/QtCore/qnumeric.sip 112share/sip${PYVERSSUFFIX}/QtCore/qnumeric.sip
113share/sip${PYVERSSUFFIX}/QtCore/qobject.sip 113share/sip${PYVERSSUFFIX}/QtCore/qobject.sip
114share/sip${PYVERSSUFFIX}/QtCore/qobjectcleanuphandler.sip 114share/sip${PYVERSSUFFIX}/QtCore/qobjectcleanuphandler.sip
115share/sip${PYVERSSUFFIX}/QtCore/qobjectdefs.sip 115share/sip${PYVERSSUFFIX}/QtCore/qobjectdefs.sip
116share/sip${PYVERSSUFFIX}/QtCore/qpair.sip 116share/sip${PYVERSSUFFIX}/QtCore/qpair.sip
117share/sip${PYVERSSUFFIX}/QtCore/qparallelanimationgroup.sip 117share/sip${PYVERSSUFFIX}/QtCore/qparallelanimationgroup.sip
118share/sip${PYVERSSUFFIX}/QtCore/qpauseanimation.sip 118share/sip${PYVERSSUFFIX}/QtCore/qpauseanimation.sip
119share/sip${PYVERSSUFFIX}/QtCore/qpluginloader.sip 119share/sip${PYVERSSUFFIX}/QtCore/qpluginloader.sip
120share/sip${PYVERSSUFFIX}/QtCore/qpoint.sip 120share/sip${PYVERSSUFFIX}/QtCore/qpoint.sip
121share/sip${PYVERSSUFFIX}/QtCore/qprocess.sip 121share/sip${PYVERSSUFFIX}/QtCore/qprocess.sip
122share/sip${PYVERSSUFFIX}/QtCore/qpropertyanimation.sip 122share/sip${PYVERSSUFFIX}/QtCore/qpropertyanimation.sip
123share/sip${PYVERSSUFFIX}/QtCore/qpynullvariant.sip 123share/sip${PYVERSSUFFIX}/QtCore/qpynullvariant.sip
124share/sip${PYVERSSUFFIX}/QtCore/qreadwritelock.sip 124share/sip${PYVERSSUFFIX}/QtCore/qreadwritelock.sip
125share/sip${PYVERSSUFFIX}/QtCore/qrect.sip 125share/sip${PYVERSSUFFIX}/QtCore/qrect.sip
126share/sip${PYVERSSUFFIX}/QtCore/qregexp.sip 126share/sip${PYVERSSUFFIX}/QtCore/qregexp.sip
127share/sip${PYVERSSUFFIX}/QtCore/qresource.sip 127share/sip${PYVERSSUFFIX}/QtCore/qresource.sip
128share/sip${PYVERSSUFFIX}/QtCore/qrunnable.sip 128share/sip${PYVERSSUFFIX}/QtCore/qrunnable.sip
129share/sip${PYVERSSUFFIX}/QtCore/qsemaphore.sip 129share/sip${PYVERSSUFFIX}/QtCore/qsemaphore.sip
130share/sip${PYVERSSUFFIX}/QtCore/qsequentialanimationgroup.sip 130share/sip${PYVERSSUFFIX}/QtCore/qsequentialanimationgroup.sip
131share/sip${PYVERSSUFFIX}/QtCore/qset.sip 131share/sip${PYVERSSUFFIX}/QtCore/qset.sip
132share/sip${PYVERSSUFFIX}/QtCore/qsettings.sip 132share/sip${PYVERSSUFFIX}/QtCore/qsettings.sip
133share/sip${PYVERSSUFFIX}/QtCore/qsharedmemory.sip 133share/sip${PYVERSSUFFIX}/QtCore/qsharedmemory.sip
134share/sip${PYVERSSUFFIX}/QtCore/qsignalmapper.sip 134share/sip${PYVERSSUFFIX}/QtCore/qsignalmapper.sip
135share/sip${PYVERSSUFFIX}/QtCore/qsignaltransition.sip 135share/sip${PYVERSSUFFIX}/QtCore/qsignaltransition.sip
136share/sip${PYVERSSUFFIX}/QtCore/qsize.sip 136share/sip${PYVERSSUFFIX}/QtCore/qsize.sip
137share/sip${PYVERSSUFFIX}/QtCore/qsocketnotifier.sip 137share/sip${PYVERSSUFFIX}/QtCore/qsocketnotifier.sip
138share/sip${PYVERSSUFFIX}/QtCore/qstate.sip 138share/sip${PYVERSSUFFIX}/QtCore/qstate.sip
139share/sip${PYVERSSUFFIX}/QtCore/qstatemachine.sip 139share/sip${PYVERSSUFFIX}/QtCore/qstatemachine.sip
140share/sip${PYVERSSUFFIX}/QtCore/qstring.sip 140share/sip${PYVERSSUFFIX}/QtCore/qstring.sip
141share/sip${PYVERSSUFFIX}/QtCore/qstringlist.sip 141share/sip${PYVERSSUFFIX}/QtCore/qstringlist.sip
142share/sip${PYVERSSUFFIX}/QtCore/qstringmatcher.sip 142share/sip${PYVERSSUFFIX}/QtCore/qstringmatcher.sip
143share/sip${PYVERSSUFFIX}/QtCore/qsystemsemaphore.sip 143share/sip${PYVERSSUFFIX}/QtCore/qsystemsemaphore.sip
144share/sip${PYVERSSUFFIX}/QtCore/qtemporaryfile.sip 144share/sip${PYVERSSUFFIX}/QtCore/qtemporaryfile.sip
145share/sip${PYVERSSUFFIX}/QtCore/qtextboundaryfinder.sip 145share/sip${PYVERSSUFFIX}/QtCore/qtextboundaryfinder.sip
146share/sip${PYVERSSUFFIX}/QtCore/qtextcodec.sip 146share/sip${PYVERSSUFFIX}/QtCore/qtextcodec.sip
147share/sip${PYVERSSUFFIX}/QtCore/qtextstream.sip 147share/sip${PYVERSSUFFIX}/QtCore/qtextstream.sip
148share/sip${PYVERSSUFFIX}/QtCore/qthread.sip 148share/sip${PYVERSSUFFIX}/QtCore/qthread.sip
149share/sip${PYVERSSUFFIX}/QtCore/qthreadpool.sip 149share/sip${PYVERSSUFFIX}/QtCore/qthreadpool.sip
150share/sip${PYVERSSUFFIX}/QtCore/qtimeline.sip 150share/sip${PYVERSSUFFIX}/QtCore/qtimeline.sip
151share/sip${PYVERSSUFFIX}/QtCore/qtimer.sip 151share/sip${PYVERSSUFFIX}/QtCore/qtimer.sip
152share/sip${PYVERSSUFFIX}/QtCore/qtranslator.sip 152share/sip${PYVERSSUFFIX}/QtCore/qtranslator.sip
153share/sip${PYVERSSUFFIX}/QtCore/qurl.sip 153share/sip${PYVERSSUFFIX}/QtCore/qurl.sip
 154share/sip${PYVERSSUFFIX}/QtCore/qurlquery.sip
154share/sip${PYVERSSUFFIX}/QtCore/quuid.sip 155share/sip${PYVERSSUFFIX}/QtCore/quuid.sip
155share/sip${PYVERSSUFFIX}/QtCore/qvariant.sip 156share/sip${PYVERSSUFFIX}/QtCore/qvariant.sip
156share/sip${PYVERSSUFFIX}/QtCore/qvariantanimation.sip 157share/sip${PYVERSSUFFIX}/QtCore/qvariantanimation.sip
157share/sip${PYVERSSUFFIX}/QtCore/qvector.sip 158share/sip${PYVERSSUFFIX}/QtCore/qvector.sip
158share/sip${PYVERSSUFFIX}/QtCore/qwaitcondition.sip 159share/sip${PYVERSSUFFIX}/QtCore/qwaitcondition.sip
159share/sip${PYVERSSUFFIX}/QtCore/qxmlstream.sip 160share/sip${PYVERSSUFFIX}/QtCore/qxmlstream.sip
160share/sip${PYVERSSUFFIX}/QtDeclarative/QtDeclarativemod.sip 161share/sip${PYVERSSUFFIX}/QtDeclarative/QtDeclarativemod.sip
161share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativecomponent.sip 162share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativecomponent.sip
162share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativecontext.sip 163share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativecontext.sip
163share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeengine.sip 164share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeengine.sip
164share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeerror.sip 165share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeerror.sip
165share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeexpression.sip 166share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeexpression.sip
166share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeextensionplugin.sip 167share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeextensionplugin.sip
167share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeimageprovider.sip 168share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeimageprovider.sip
168share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeitem.sip 169share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeitem.sip
169share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativelist.sip 170share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativelist.sip
170share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip 171share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip
171share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeparserstatus.sip 172share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeparserstatus.sip
172share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeproperty.sip 173share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeproperty.sip
173share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativepropertymap.sip 174share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativepropertymap.sip
174share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativepropertyvaluesource.sip 175share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativepropertyvaluesource.sip
175share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativescriptstring.sip 176share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativescriptstring.sip
176share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeview.sip 177share/sip${PYVERSSUFFIX}/QtDeclarative/qdeclarativeview.sip
177share/sip${PYVERSSUFFIX}/QtDeclarative/qpydeclarativelistproperty.sip 178share/sip${PYVERSSUFFIX}/QtDeclarative/qpydeclarativelistproperty.sip
178share/sip${PYVERSSUFFIX}/QtDeclarative/qpydeclarativepropertyvaluesource.sip 179share/sip${PYVERSSUFFIX}/QtDeclarative/qpydeclarativepropertyvaluesource.sip
179share/sip${PYVERSSUFFIX}/QtDesigner/QtDesignermod.sip 180share/sip${PYVERSSUFFIX}/QtDesigner/QtDesignermod.sip
180share/sip${PYVERSSUFFIX}/QtDesigner/abstractactioneditor.sip 181share/sip${PYVERSSUFFIX}/QtDesigner/abstractactioneditor.sip
181share/sip${PYVERSSUFFIX}/QtDesigner/abstractformbuilder.sip 182share/sip${PYVERSSUFFIX}/QtDesigner/abstractformbuilder.sip
182share/sip${PYVERSSUFFIX}/QtDesigner/abstractformeditor.sip 183share/sip${PYVERSSUFFIX}/QtDesigner/abstractformeditor.sip
183share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindow.sip 184share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindow.sip
184share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindowcursor.sip 185share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindowcursor.sip
185share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindowmanager.sip 186share/sip${PYVERSSUFFIX}/QtDesigner/abstractformwindowmanager.sip
186share/sip${PYVERSSUFFIX}/QtDesigner/abstractobjectinspector.sip 187share/sip${PYVERSSUFFIX}/QtDesigner/abstractobjectinspector.sip
187share/sip${PYVERSSUFFIX}/QtDesigner/abstractpropertyeditor.sip 188share/sip${PYVERSSUFFIX}/QtDesigner/abstractpropertyeditor.sip
188share/sip${PYVERSSUFFIX}/QtDesigner/abstractwidgetbox.sip 189share/sip${PYVERSSUFFIX}/QtDesigner/abstractwidgetbox.sip
189share/sip${PYVERSSUFFIX}/QtDesigner/container.sip 190share/sip${PYVERSSUFFIX}/QtDesigner/container.sip
190share/sip${PYVERSSUFFIX}/QtDesigner/customwidget.sip 191share/sip${PYVERSSUFFIX}/QtDesigner/customwidget.sip
191share/sip${PYVERSSUFFIX}/QtDesigner/default_extensionfactory.sip 192share/sip${PYVERSSUFFIX}/QtDesigner/default_extensionfactory.sip
192share/sip${PYVERSSUFFIX}/QtDesigner/extension.sip 193share/sip${PYVERSSUFFIX}/QtDesigner/extension.sip
193share/sip${PYVERSSUFFIX}/QtDesigner/formbuilder.sip 194share/sip${PYVERSSUFFIX}/QtDesigner/formbuilder.sip
194share/sip${PYVERSSUFFIX}/QtDesigner/membersheet.sip 195share/sip${PYVERSSUFFIX}/QtDesigner/membersheet.sip
195share/sip${PYVERSSUFFIX}/QtDesigner/propertysheet.sip 196share/sip${PYVERSSUFFIX}/QtDesigner/propertysheet.sip
196share/sip${PYVERSSUFFIX}/QtDesigner/qextensionmanager.sip 197share/sip${PYVERSSUFFIX}/QtDesigner/qextensionmanager.sip
197share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercontainerextension.sip 198share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercontainerextension.sip
198share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip 199share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
199share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercustomwidgetplugin.sip 200share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignercustomwidgetplugin.sip
200share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignermembersheetextension.sip 201share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignermembersheetextension.sip
201share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignerpropertysheetextension.sip 202share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignerpropertysheetextension.sip
202share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignertaskmenuextension.sip 203share/sip${PYVERSSUFFIX}/QtDesigner/qpydesignertaskmenuextension.sip
203share/sip${PYVERSSUFFIX}/QtDesigner/taskmenu.sip 204share/sip${PYVERSSUFFIX}/QtDesigner/taskmenu.sip
204share/sip${PYVERSSUFFIX}/QtGui/QtGuimod.sip 205share/sip${PYVERSSUFFIX}/QtGui/QtGuimod.sip
205share/sip${PYVERSSUFFIX}/QtGui/qabstractbutton.sip 206share/sip${PYVERSSUFFIX}/QtGui/qabstractbutton.sip
206share/sip${PYVERSSUFFIX}/QtGui/qabstractitemdelegate.sip 207share/sip${PYVERSSUFFIX}/QtGui/qabstractitemdelegate.sip
207share/sip${PYVERSSUFFIX}/QtGui/qabstractitemview.sip 208share/sip${PYVERSSUFFIX}/QtGui/qabstractitemview.sip
208share/sip${PYVERSSUFFIX}/QtGui/qabstractprintdialog.sip 209share/sip${PYVERSSUFFIX}/QtGui/qabstractprintdialog.sip
209share/sip${PYVERSSUFFIX}/QtGui/qabstractproxymodel.sip 210share/sip${PYVERSSUFFIX}/QtGui/qabstractproxymodel.sip
210share/sip${PYVERSSUFFIX}/QtGui/qabstractscrollarea.sip 211share/sip${PYVERSSUFFIX}/QtGui/qabstractscrollarea.sip
211share/sip${PYVERSSUFFIX}/QtGui/qabstractslider.sip 212share/sip${PYVERSSUFFIX}/QtGui/qabstractslider.sip
212share/sip${PYVERSSUFFIX}/QtGui/qabstractspinbox.sip 213share/sip${PYVERSSUFFIX}/QtGui/qabstractspinbox.sip
213share/sip${PYVERSSUFFIX}/QtGui/qabstracttextdocumentlayout.sip 214share/sip${PYVERSSUFFIX}/QtGui/qabstracttextdocumentlayout.sip
214share/sip${PYVERSSUFFIX}/QtGui/qaction.sip 215share/sip${PYVERSSUFFIX}/QtGui/qaction.sip
215share/sip${PYVERSSUFFIX}/QtGui/qactiongroup.sip 216share/sip${PYVERSSUFFIX}/QtGui/qactiongroup.sip
216share/sip${PYVERSSUFFIX}/QtGui/qapplication.sip 217share/sip${PYVERSSUFFIX}/QtGui/qapplication.sip
217share/sip${PYVERSSUFFIX}/QtGui/qbitmap.sip 218share/sip${PYVERSSUFFIX}/QtGui/qbitmap.sip
218share/sip${PYVERSSUFFIX}/QtGui/qboxlayout.sip 219share/sip${PYVERSSUFFIX}/QtGui/qboxlayout.sip
219share/sip${PYVERSSUFFIX}/QtGui/qbrush.sip 220share/sip${PYVERSSUFFIX}/QtGui/qbrush.sip
220share/sip${PYVERSSUFFIX}/QtGui/qbuttongroup.sip 221share/sip${PYVERSSUFFIX}/QtGui/qbuttongroup.sip
221share/sip${PYVERSSUFFIX}/QtGui/qcalendarwidget.sip 222share/sip${PYVERSSUFFIX}/QtGui/qcalendarwidget.sip
222share/sip${PYVERSSUFFIX}/QtGui/qcheckbox.sip 223share/sip${PYVERSSUFFIX}/QtGui/qcheckbox.sip
223share/sip${PYVERSSUFFIX}/QtGui/qclipboard.sip 224share/sip${PYVERSSUFFIX}/QtGui/qclipboard.sip
224share/sip${PYVERSSUFFIX}/QtGui/qcolor.sip 225share/sip${PYVERSSUFFIX}/QtGui/qcolor.sip
225share/sip${PYVERSSUFFIX}/QtGui/qcolordialog.sip 226share/sip${PYVERSSUFFIX}/QtGui/qcolordialog.sip
226share/sip${PYVERSSUFFIX}/QtGui/qcolumnview.sip 227share/sip${PYVERSSUFFIX}/QtGui/qcolumnview.sip
227share/sip${PYVERSSUFFIX}/QtGui/qcombobox.sip 228share/sip${PYVERSSUFFIX}/QtGui/qcombobox.sip
228share/sip${PYVERSSUFFIX}/QtGui/qcommandlinkbutton.sip 229share/sip${PYVERSSUFFIX}/QtGui/qcommandlinkbutton.sip
229share/sip${PYVERSSUFFIX}/QtGui/qcommonstyle.sip 230share/sip${PYVERSSUFFIX}/QtGui/qcommonstyle.sip
230share/sip${PYVERSSUFFIX}/QtGui/qcompleter.sip 231share/sip${PYVERSSUFFIX}/QtGui/qcompleter.sip
231share/sip${PYVERSSUFFIX}/QtGui/qcursor.sip 232share/sip${PYVERSSUFFIX}/QtGui/qcursor.sip
232share/sip${PYVERSSUFFIX}/QtGui/qdatawidgetmapper.sip 233share/sip${PYVERSSUFFIX}/QtGui/qdatawidgetmapper.sip
233share/sip${PYVERSSUFFIX}/QtGui/qdatetimeedit.sip 234share/sip${PYVERSSUFFIX}/QtGui/qdatetimeedit.sip
234share/sip${PYVERSSUFFIX}/QtGui/qdesktopservices.sip 235share/sip${PYVERSSUFFIX}/QtGui/qdesktopservices.sip
235share/sip${PYVERSSUFFIX}/QtGui/qdesktopwidget.sip 236share/sip${PYVERSSUFFIX}/QtGui/qdesktopwidget.sip
236share/sip${PYVERSSUFFIX}/QtGui/qdial.sip 237share/sip${PYVERSSUFFIX}/QtGui/qdial.sip
237share/sip${PYVERSSUFFIX}/QtGui/qdialog.sip 238share/sip${PYVERSSUFFIX}/QtGui/qdialog.sip
238share/sip${PYVERSSUFFIX}/QtGui/qdialogbuttonbox.sip 239share/sip${PYVERSSUFFIX}/QtGui/qdialogbuttonbox.sip
239share/sip${PYVERSSUFFIX}/QtGui/qdirmodel.sip 240share/sip${PYVERSSUFFIX}/QtGui/qdirmodel.sip
240share/sip${PYVERSSUFFIX}/QtGui/qdockwidget.sip 241share/sip${PYVERSSUFFIX}/QtGui/qdockwidget.sip
241share/sip${PYVERSSUFFIX}/QtGui/qdrag.sip 242share/sip${PYVERSSUFFIX}/QtGui/qdrag.sip
242share/sip${PYVERSSUFFIX}/QtGui/qdrawutil.sip 243share/sip${PYVERSSUFFIX}/QtGui/qdrawutil.sip
243share/sip${PYVERSSUFFIX}/QtGui/qerrormessage.sip 244share/sip${PYVERSSUFFIX}/QtGui/qerrormessage.sip
244share/sip${PYVERSSUFFIX}/QtGui/qevent.sip 245share/sip${PYVERSSUFFIX}/QtGui/qevent.sip
245share/sip${PYVERSSUFFIX}/QtGui/qfiledialog.sip 246share/sip${PYVERSSUFFIX}/QtGui/qfiledialog.sip
246share/sip${PYVERSSUFFIX}/QtGui/qfileiconprovider.sip 247share/sip${PYVERSSUFFIX}/QtGui/qfileiconprovider.sip
247share/sip${PYVERSSUFFIX}/QtGui/qfilesystemmodel.sip 248share/sip${PYVERSSUFFIX}/QtGui/qfilesystemmodel.sip
248share/sip${PYVERSSUFFIX}/QtGui/qfocusframe.sip 249share/sip${PYVERSSUFFIX}/QtGui/qfocusframe.sip
249share/sip${PYVERSSUFFIX}/QtGui/qfont.sip 250share/sip${PYVERSSUFFIX}/QtGui/qfont.sip
250share/sip${PYVERSSUFFIX}/QtGui/qfontcombobox.sip 251share/sip${PYVERSSUFFIX}/QtGui/qfontcombobox.sip
251share/sip${PYVERSSUFFIX}/QtGui/qfontdatabase.sip 252share/sip${PYVERSSUFFIX}/QtGui/qfontdatabase.sip
252share/sip${PYVERSSUFFIX}/QtGui/qfontdialog.sip 253share/sip${PYVERSSUFFIX}/QtGui/qfontdialog.sip
253share/sip${PYVERSSUFFIX}/QtGui/qfontinfo.sip 254share/sip${PYVERSSUFFIX}/QtGui/qfontinfo.sip
254share/sip${PYVERSSUFFIX}/QtGui/qfontmetrics.sip 255share/sip${PYVERSSUFFIX}/QtGui/qfontmetrics.sip
255share/sip${PYVERSSUFFIX}/QtGui/qformlayout.sip 256share/sip${PYVERSSUFFIX}/QtGui/qformlayout.sip
256share/sip${PYVERSSUFFIX}/QtGui/qframe.sip 257share/sip${PYVERSSUFFIX}/QtGui/qframe.sip
257share/sip${PYVERSSUFFIX}/QtGui/qgenericmatrix.sip 258share/sip${PYVERSSUFFIX}/QtGui/qgenericmatrix.sip
258share/sip${PYVERSSUFFIX}/QtGui/qgesture.sip 259share/sip${PYVERSSUFFIX}/QtGui/qgesture.sip
259share/sip${PYVERSSUFFIX}/QtGui/qgesturerecognizer.sip 260share/sip${PYVERSSUFFIX}/QtGui/qgesturerecognizer.sip
260share/sip${PYVERSSUFFIX}/QtGui/qglyphrun.sip 261share/sip${PYVERSSUFFIX}/QtGui/qglyphrun.sip
261share/sip${PYVERSSUFFIX}/QtGui/qgraphicsanchorlayout.sip 262share/sip${PYVERSSUFFIX}/QtGui/qgraphicsanchorlayout.sip
262share/sip${PYVERSSUFFIX}/QtGui/qgraphicseffect.sip 263share/sip${PYVERSSUFFIX}/QtGui/qgraphicseffect.sip
263share/sip${PYVERSSUFFIX}/QtGui/qgraphicsgridlayout.sip 264share/sip${PYVERSSUFFIX}/QtGui/qgraphicsgridlayout.sip
264share/sip${PYVERSSUFFIX}/QtGui/qgraphicsitem.sip 265share/sip${PYVERSSUFFIX}/QtGui/qgraphicsitem.sip
265share/sip${PYVERSSUFFIX}/QtGui/qgraphicsitemanimation.sip 266share/sip${PYVERSSUFFIX}/QtGui/qgraphicsitemanimation.sip
266share/sip${PYVERSSUFFIX}/QtGui/qgraphicslayout.sip 267share/sip${PYVERSSUFFIX}/QtGui/qgraphicslayout.sip
267share/sip${PYVERSSUFFIX}/QtGui/qgraphicslayoutitem.sip 268share/sip${PYVERSSUFFIX}/QtGui/qgraphicslayoutitem.sip
268share/sip${PYVERSSUFFIX}/QtGui/qgraphicslinearlayout.sip 269share/sip${PYVERSSUFFIX}/QtGui/qgraphicslinearlayout.sip
269share/sip${PYVERSSUFFIX}/QtGui/qgraphicsproxywidget.sip 270share/sip${PYVERSSUFFIX}/QtGui/qgraphicsproxywidget.sip
270share/sip${PYVERSSUFFIX}/QtGui/qgraphicsscene.sip 271share/sip${PYVERSSUFFIX}/QtGui/qgraphicsscene.sip
271share/sip${PYVERSSUFFIX}/QtGui/qgraphicssceneevent.sip 272share/sip${PYVERSSUFFIX}/QtGui/qgraphicssceneevent.sip
272share/sip${PYVERSSUFFIX}/QtGui/qgraphicstransform.sip 273share/sip${PYVERSSUFFIX}/QtGui/qgraphicstransform.sip
273share/sip${PYVERSSUFFIX}/QtGui/qgraphicsview.sip 274share/sip${PYVERSSUFFIX}/QtGui/qgraphicsview.sip
274share/sip${PYVERSSUFFIX}/QtGui/qgraphicswidget.sip 275share/sip${PYVERSSUFFIX}/QtGui/qgraphicswidget.sip
275share/sip${PYVERSSUFFIX}/QtGui/qgridlayout.sip 276share/sip${PYVERSSUFFIX}/QtGui/qgridlayout.sip
276share/sip${PYVERSSUFFIX}/QtGui/qgroupbox.sip 277share/sip${PYVERSSUFFIX}/QtGui/qgroupbox.sip
277share/sip${PYVERSSUFFIX}/QtGui/qguiapplication.sip 278share/sip${PYVERSSUFFIX}/QtGui/qguiapplication.sip
278share/sip${PYVERSSUFFIX}/QtGui/qheaderview.sip 279share/sip${PYVERSSUFFIX}/QtGui/qheaderview.sip
279share/sip${PYVERSSUFFIX}/QtGui/qicon.sip 280share/sip${PYVERSSUFFIX}/QtGui/qicon.sip
280share/sip${PYVERSSUFFIX}/QtGui/qiconengine.sip 281share/sip${PYVERSSUFFIX}/QtGui/qiconengine.sip
281share/sip${PYVERSSUFFIX}/QtGui/qidentityproxymodel.sip 282share/sip${PYVERSSUFFIX}/QtGui/qidentityproxymodel.sip
282share/sip${PYVERSSUFFIX}/QtGui/qimage.sip 283share/sip${PYVERSSUFFIX}/QtGui/qimage.sip
283share/sip${PYVERSSUFFIX}/QtGui/qimageiohandler.sip 284share/sip${PYVERSSUFFIX}/QtGui/qimageiohandler.sip
284share/sip${PYVERSSUFFIX}/QtGui/qimagereader.sip 285share/sip${PYVERSSUFFIX}/QtGui/qimagereader.sip
285share/sip${PYVERSSUFFIX}/QtGui/qimagewriter.sip 286share/sip${PYVERSSUFFIX}/QtGui/qimagewriter.sip
286share/sip${PYVERSSUFFIX}/QtGui/qinputcontext.sip 287share/sip${PYVERSSUFFIX}/QtGui/qinputcontext.sip
287share/sip${PYVERSSUFFIX}/QtGui/qinputcontextfactory.sip 288share/sip${PYVERSSUFFIX}/QtGui/qinputcontextfactory.sip
288share/sip${PYVERSSUFFIX}/QtGui/qinputdialog.sip 289share/sip${PYVERSSUFFIX}/QtGui/qinputdialog.sip
289share/sip${PYVERSSUFFIX}/QtGui/qitemdelegate.sip 290share/sip${PYVERSSUFFIX}/QtGui/qitemdelegate.sip
290share/sip${PYVERSSUFFIX}/QtGui/qitemeditorfactory.sip 291share/sip${PYVERSSUFFIX}/QtGui/qitemeditorfactory.sip
291share/sip${PYVERSSUFFIX}/QtGui/qitemselectionmodel.sip 292share/sip${PYVERSSUFFIX}/QtGui/qitemselectionmodel.sip
292share/sip${PYVERSSUFFIX}/QtGui/qkeyeventtransition.sip 293share/sip${PYVERSSUFFIX}/QtGui/qkeyeventtransition.sip
293share/sip${PYVERSSUFFIX}/QtGui/qkeysequence.sip 294share/sip${PYVERSSUFFIX}/QtGui/qkeysequence.sip
294share/sip${PYVERSSUFFIX}/QtGui/qlabel.sip 295share/sip${PYVERSSUFFIX}/QtGui/qlabel.sip
295share/sip${PYVERSSUFFIX}/QtGui/qlayout.sip 296share/sip${PYVERSSUFFIX}/QtGui/qlayout.sip
296share/sip${PYVERSSUFFIX}/QtGui/qlayoutitem.sip 297share/sip${PYVERSSUFFIX}/QtGui/qlayoutitem.sip
297share/sip${PYVERSSUFFIX}/QtGui/qlcdnumber.sip 298share/sip${PYVERSSUFFIX}/QtGui/qlcdnumber.sip
298share/sip${PYVERSSUFFIX}/QtGui/qlineedit.sip 299share/sip${PYVERSSUFFIX}/QtGui/qlineedit.sip
299share/sip${PYVERSSUFFIX}/QtGui/qlistview.sip 300share/sip${PYVERSSUFFIX}/QtGui/qlistview.sip
300share/sip${PYVERSSUFFIX}/QtGui/qlistwidget.sip 301share/sip${PYVERSSUFFIX}/QtGui/qlistwidget.sip
301share/sip${PYVERSSUFFIX}/QtGui/qmainwindow.sip 302share/sip${PYVERSSUFFIX}/QtGui/qmainwindow.sip
302share/sip${PYVERSSUFFIX}/QtGui/qmatrix.sip 303share/sip${PYVERSSUFFIX}/QtGui/qmatrix.sip
303share/sip${PYVERSSUFFIX}/QtGui/qmatrix4x4.sip 304share/sip${PYVERSSUFFIX}/QtGui/qmatrix4x4.sip
304share/sip${PYVERSSUFFIX}/QtGui/qmdiarea.sip 305share/sip${PYVERSSUFFIX}/QtGui/qmdiarea.sip
305share/sip${PYVERSSUFFIX}/QtGui/qmdisubwindow.sip 306share/sip${PYVERSSUFFIX}/QtGui/qmdisubwindow.sip
306share/sip${PYVERSSUFFIX}/QtGui/qmenu.sip 307share/sip${PYVERSSUFFIX}/QtGui/qmenu.sip
307share/sip${PYVERSSUFFIX}/QtGui/qmenubar.sip 308share/sip${PYVERSSUFFIX}/QtGui/qmenubar.sip
308share/sip${PYVERSSUFFIX}/QtGui/qmessagebox.sip 309share/sip${PYVERSSUFFIX}/QtGui/qmessagebox.sip
309share/sip${PYVERSSUFFIX}/QtGui/qmime.sip 310share/sip${PYVERSSUFFIX}/QtGui/qmime.sip
310share/sip${PYVERSSUFFIX}/QtGui/qmouseeventtransition.sip 311share/sip${PYVERSSUFFIX}/QtGui/qmouseeventtransition.sip
311share/sip${PYVERSSUFFIX}/QtGui/qmovie.sip 312share/sip${PYVERSSUFFIX}/QtGui/qmovie.sip
312share/sip${PYVERSSUFFIX}/QtGui/qpagedpaintdevice.sip 313share/sip${PYVERSSUFFIX}/QtGui/qpagedpaintdevice.sip
313share/sip${PYVERSSUFFIX}/QtGui/qpagesetupdialog.sip 314share/sip${PYVERSSUFFIX}/QtGui/qpagesetupdialog.sip
314share/sip${PYVERSSUFFIX}/QtGui/qpaintdevice.sip 315share/sip${PYVERSSUFFIX}/QtGui/qpaintdevice.sip
315share/sip${PYVERSSUFFIX}/QtGui/qpaintengine.sip 316share/sip${PYVERSSUFFIX}/QtGui/qpaintengine.sip
316share/sip${PYVERSSUFFIX}/QtGui/qpainter.sip 317share/sip${PYVERSSUFFIX}/QtGui/qpainter.sip
317share/sip${PYVERSSUFFIX}/QtGui/qpainterpath.sip 318share/sip${PYVERSSUFFIX}/QtGui/qpainterpath.sip
318share/sip${PYVERSSUFFIX}/QtGui/qpalette.sip 319share/sip${PYVERSSUFFIX}/QtGui/qpalette.sip
319share/sip${PYVERSSUFFIX}/QtGui/qpen.sip 320share/sip${PYVERSSUFFIX}/QtGui/qpen.sip
320share/sip${PYVERSSUFFIX}/QtGui/qpicture.sip 321share/sip${PYVERSSUFFIX}/QtGui/qpicture.sip
321share/sip${PYVERSSUFFIX}/QtGui/qpixmap.sip 322share/sip${PYVERSSUFFIX}/QtGui/qpixmap.sip
322share/sip${PYVERSSUFFIX}/QtGui/qpixmapcache.sip 323share/sip${PYVERSSUFFIX}/QtGui/qpixmapcache.sip
323share/sip${PYVERSSUFFIX}/QtGui/qplaintextedit.sip 324share/sip${PYVERSSUFFIX}/QtGui/qplaintextedit.sip
324share/sip${PYVERSSUFFIX}/QtGui/qpolygon.sip 325share/sip${PYVERSSUFFIX}/QtGui/qpolygon.sip
325share/sip${PYVERSSUFFIX}/QtGui/qprintdialog.sip 326share/sip${PYVERSSUFFIX}/QtGui/qprintdialog.sip
326share/sip${PYVERSSUFFIX}/QtGui/qprintengine.sip 327share/sip${PYVERSSUFFIX}/QtGui/qprintengine.sip
327share/sip${PYVERSSUFFIX}/QtGui/qprinter.sip 328share/sip${PYVERSSUFFIX}/QtGui/qprinter.sip
328share/sip${PYVERSSUFFIX}/QtGui/qprinterinfo.sip 329share/sip${PYVERSSUFFIX}/QtGui/qprinterinfo.sip
329share/sip${PYVERSSUFFIX}/QtGui/qprintpreviewdialog.sip 330share/sip${PYVERSSUFFIX}/QtGui/qprintpreviewdialog.sip
330share/sip${PYVERSSUFFIX}/QtGui/qprintpreviewwidget.sip 331share/sip${PYVERSSUFFIX}/QtGui/qprintpreviewwidget.sip
331share/sip${PYVERSSUFFIX}/QtGui/qprogressbar.sip 332share/sip${PYVERSSUFFIX}/QtGui/qprogressbar.sip
332share/sip${PYVERSSUFFIX}/QtGui/qprogressdialog.sip 333share/sip${PYVERSSUFFIX}/QtGui/qprogressdialog.sip
333share/sip${PYVERSSUFFIX}/QtGui/qproxymodel.sip 334share/sip${PYVERSSUFFIX}/QtGui/qproxymodel.sip
334share/sip${PYVERSSUFFIX}/QtGui/qpushbutton.sip 335share/sip${PYVERSSUFFIX}/QtGui/qpushbutton.sip
335share/sip${PYVERSSUFFIX}/QtGui/qpytextobject.sip 336share/sip${PYVERSSUFFIX}/QtGui/qpytextobject.sip
336share/sip${PYVERSSUFFIX}/QtGui/qquaternion.sip 337share/sip${PYVERSSUFFIX}/QtGui/qquaternion.sip
337share/sip${PYVERSSUFFIX}/QtGui/qradiobutton.sip 338share/sip${PYVERSSUFFIX}/QtGui/qradiobutton.sip
338share/sip${PYVERSSUFFIX}/QtGui/qrawfont.sip 339share/sip${PYVERSSUFFIX}/QtGui/qrawfont.sip
339share/sip${PYVERSSUFFIX}/QtGui/qregion.sip 340share/sip${PYVERSSUFFIX}/QtGui/qregion.sip
340share/sip${PYVERSSUFFIX}/QtGui/qrgb.sip 341share/sip${PYVERSSUFFIX}/QtGui/qrgb.sip
341share/sip${PYVERSSUFFIX}/QtGui/qrubberband.sip 342share/sip${PYVERSSUFFIX}/QtGui/qrubberband.sip
 343share/sip${PYVERSSUFFIX}/QtGui/qscreen.sip
342share/sip${PYVERSSUFFIX}/QtGui/qscrollarea.sip 344share/sip${PYVERSSUFFIX}/QtGui/qscrollarea.sip
343share/sip${PYVERSSUFFIX}/QtGui/qscrollbar.sip 345share/sip${PYVERSSUFFIX}/QtGui/qscrollbar.sip
344share/sip${PYVERSSUFFIX}/QtGui/qsessionmanager.sip 346share/sip${PYVERSSUFFIX}/QtGui/qsessionmanager.sip
345share/sip${PYVERSSUFFIX}/QtGui/qshortcut.sip 347share/sip${PYVERSSUFFIX}/QtGui/qshortcut.sip
346share/sip${PYVERSSUFFIX}/QtGui/qsizegrip.sip 348share/sip${PYVERSSUFFIX}/QtGui/qsizegrip.sip
347share/sip${PYVERSSUFFIX}/QtGui/qsizepolicy.sip 349share/sip${PYVERSSUFFIX}/QtGui/qsizepolicy.sip
348share/sip${PYVERSSUFFIX}/QtGui/qslider.sip 350share/sip${PYVERSSUFFIX}/QtGui/qslider.sip
349share/sip${PYVERSSUFFIX}/QtGui/qsortfilterproxymodel.sip 351share/sip${PYVERSSUFFIX}/QtGui/qsortfilterproxymodel.sip
350share/sip${PYVERSSUFFIX}/QtGui/qsound.sip 352share/sip${PYVERSSUFFIX}/QtGui/qsound.sip
351share/sip${PYVERSSUFFIX}/QtGui/qspinbox.sip 353share/sip${PYVERSSUFFIX}/QtGui/qspinbox.sip
352share/sip${PYVERSSUFFIX}/QtGui/qsplashscreen.sip 354share/sip${PYVERSSUFFIX}/QtGui/qsplashscreen.sip
353share/sip${PYVERSSUFFIX}/QtGui/qsplitter.sip 355share/sip${PYVERSSUFFIX}/QtGui/qsplitter.sip
354share/sip${PYVERSSUFFIX}/QtGui/qstackedlayout.sip 356share/sip${PYVERSSUFFIX}/QtGui/qstackedlayout.sip
355share/sip${PYVERSSUFFIX}/QtGui/qstackedwidget.sip 357share/sip${PYVERSSUFFIX}/QtGui/qstackedwidget.sip
356share/sip${PYVERSSUFFIX}/QtGui/qstandarditemmodel.sip 358share/sip${PYVERSSUFFIX}/QtGui/qstandarditemmodel.sip
357share/sip${PYVERSSUFFIX}/QtGui/qstatictext.sip 359share/sip${PYVERSSUFFIX}/QtGui/qstatictext.sip
358share/sip${PYVERSSUFFIX}/QtGui/qstatusbar.sip 360share/sip${PYVERSSUFFIX}/QtGui/qstatusbar.sip
359share/sip${PYVERSSUFFIX}/QtGui/qstringlistmodel.sip 361share/sip${PYVERSSUFFIX}/QtGui/qstringlistmodel.sip
360share/sip${PYVERSSUFFIX}/QtGui/qstyle.sip 362share/sip${PYVERSSUFFIX}/QtGui/qstyle.sip
361share/sip${PYVERSSUFFIX}/QtGui/qstyleditemdelegate.sip 363share/sip${PYVERSSUFFIX}/QtGui/qstyleditemdelegate.sip
362share/sip${PYVERSSUFFIX}/QtGui/qstylefactory.sip 364share/sip${PYVERSSUFFIX}/QtGui/qstylefactory.sip
363share/sip${PYVERSSUFFIX}/QtGui/qstyleoption.sip 365share/sip${PYVERSSUFFIX}/QtGui/qstyleoption.sip
364share/sip${PYVERSSUFFIX}/QtGui/qstylepainter.sip 366share/sip${PYVERSSUFFIX}/QtGui/qstylepainter.sip
365share/sip${PYVERSSUFFIX}/QtGui/qsyntaxhighlighter.sip 367share/sip${PYVERSSUFFIX}/QtGui/qsyntaxhighlighter.sip
366share/sip${PYVERSSUFFIX}/QtGui/qsystemtrayicon.sip 368share/sip${PYVERSSUFFIX}/QtGui/qsystemtrayicon.sip
367share/sip${PYVERSSUFFIX}/QtGui/qtabbar.sip 369share/sip${PYVERSSUFFIX}/QtGui/qtabbar.sip
368share/sip${PYVERSSUFFIX}/QtGui/qtableview.sip 370share/sip${PYVERSSUFFIX}/QtGui/qtableview.sip
369share/sip${PYVERSSUFFIX}/QtGui/qtablewidget.sip 371share/sip${PYVERSSUFFIX}/QtGui/qtablewidget.sip
370share/sip${PYVERSSUFFIX}/QtGui/qtabwidget.sip 372share/sip${PYVERSSUFFIX}/QtGui/qtabwidget.sip
371share/sip${PYVERSSUFFIX}/QtGui/qtextbrowser.sip 373share/sip${PYVERSSUFFIX}/QtGui/qtextbrowser.sip
372share/sip${PYVERSSUFFIX}/QtGui/qtextcursor.sip 374share/sip${PYVERSSUFFIX}/QtGui/qtextcursor.sip
373share/sip${PYVERSSUFFIX}/QtGui/qtextdocument.sip 375share/sip${PYVERSSUFFIX}/QtGui/qtextdocument.sip
374share/sip${PYVERSSUFFIX}/QtGui/qtextdocumentfragment.sip 376share/sip${PYVERSSUFFIX}/QtGui/qtextdocumentfragment.sip
375share/sip${PYVERSSUFFIX}/QtGui/qtextdocumentwriter.sip 377share/sip${PYVERSSUFFIX}/QtGui/qtextdocumentwriter.sip
376share/sip${PYVERSSUFFIX}/QtGui/qtextedit.sip 378share/sip${PYVERSSUFFIX}/QtGui/qtextedit.sip
377share/sip${PYVERSSUFFIX}/QtGui/qtextformat.sip 379share/sip${PYVERSSUFFIX}/QtGui/qtextformat.sip
378share/sip${PYVERSSUFFIX}/QtGui/qtextlayout.sip 380share/sip${PYVERSSUFFIX}/QtGui/qtextlayout.sip
379share/sip${PYVERSSUFFIX}/QtGui/qtextlist.sip 381share/sip${PYVERSSUFFIX}/QtGui/qtextlist.sip
380share/sip${PYVERSSUFFIX}/QtGui/qtextobject.sip 382share/sip${PYVERSSUFFIX}/QtGui/qtextobject.sip
381share/sip${PYVERSSUFFIX}/QtGui/qtextoption.sip 383share/sip${PYVERSSUFFIX}/QtGui/qtextoption.sip
382share/sip${PYVERSSUFFIX}/QtGui/qtexttable.sip 384share/sip${PYVERSSUFFIX}/QtGui/qtexttable.sip
383share/sip${PYVERSSUFFIX}/QtGui/qtoolbar.sip 385share/sip${PYVERSSUFFIX}/QtGui/qtoolbar.sip
384share/sip${PYVERSSUFFIX}/QtGui/qtoolbox.sip 386share/sip${PYVERSSUFFIX}/QtGui/qtoolbox.sip
385share/sip${PYVERSSUFFIX}/QtGui/qtoolbutton.sip 387share/sip${PYVERSSUFFIX}/QtGui/qtoolbutton.sip
386share/sip${PYVERSSUFFIX}/QtGui/qtooltip.sip 388share/sip${PYVERSSUFFIX}/QtGui/qtooltip.sip
387share/sip${PYVERSSUFFIX}/QtGui/qtouchdevice.sip 389share/sip${PYVERSSUFFIX}/QtGui/qtouchdevice.sip
388share/sip${PYVERSSUFFIX}/QtGui/qtransform.sip 390share/sip${PYVERSSUFFIX}/QtGui/qtransform.sip
389share/sip${PYVERSSUFFIX}/QtGui/qtreeview.sip 391share/sip${PYVERSSUFFIX}/QtGui/qtreeview.sip
390share/sip${PYVERSSUFFIX}/QtGui/qtreewidget.sip 392share/sip${PYVERSSUFFIX}/QtGui/qtreewidget.sip
391share/sip${PYVERSSUFFIX}/QtGui/qtreewidgetitemiterator.sip 393share/sip${PYVERSSUFFIX}/QtGui/qtreewidgetitemiterator.sip
392share/sip${PYVERSSUFFIX}/QtGui/qundogroup.sip 394share/sip${PYVERSSUFFIX}/QtGui/qundogroup.sip
393share/sip${PYVERSSUFFIX}/QtGui/qundostack.sip 395share/sip${PYVERSSUFFIX}/QtGui/qundostack.sip
394share/sip${PYVERSSUFFIX}/QtGui/qundoview.sip 396share/sip${PYVERSSUFFIX}/QtGui/qundoview.sip
395share/sip${PYVERSSUFFIX}/QtGui/qvalidator.sip 397share/sip${PYVERSSUFFIX}/QtGui/qvalidator.sip
396share/sip${PYVERSSUFFIX}/QtGui/qvector2d.sip 398share/sip${PYVERSSUFFIX}/QtGui/qvector2d.sip
397share/sip${PYVERSSUFFIX}/QtGui/qvector3d.sip 399share/sip${PYVERSSUFFIX}/QtGui/qvector3d.sip
398share/sip${PYVERSSUFFIX}/QtGui/qvector4d.sip 400share/sip${PYVERSSUFFIX}/QtGui/qvector4d.sip
399share/sip${PYVERSSUFFIX}/QtGui/qwhatsthis.sip 401share/sip${PYVERSSUFFIX}/QtGui/qwhatsthis.sip
400share/sip${PYVERSSUFFIX}/QtGui/qwidget.sip 402share/sip${PYVERSSUFFIX}/QtGui/qwidget.sip
401share/sip${PYVERSSUFFIX}/QtGui/qwidgetaction.sip 403share/sip${PYVERSSUFFIX}/QtGui/qwidgetaction.sip
402share/sip${PYVERSSUFFIX}/QtGui/qwindowdefs.sip 404share/sip${PYVERSSUFFIX}/QtGui/qwindowdefs.sip
403share/sip${PYVERSSUFFIX}/QtGui/qwizard.sip 405share/sip${PYVERSSUFFIX}/QtGui/qwizard.sip
404share/sip${PYVERSSUFFIX}/QtGui/qworkspace.sip 406share/sip${PYVERSSUFFIX}/QtGui/qworkspace.sip
405share/sip${PYVERSSUFFIX}/QtHelp/QtHelpmod.sip 407share/sip${PYVERSSUFFIX}/QtHelp/QtHelpmod.sip
406share/sip${PYVERSSUFFIX}/QtHelp/qhelpcontentwidget.sip 408share/sip${PYVERSSUFFIX}/QtHelp/qhelpcontentwidget.sip
407share/sip${PYVERSSUFFIX}/QtHelp/qhelpengine.sip 409share/sip${PYVERSSUFFIX}/QtHelp/qhelpengine.sip
408share/sip${PYVERSSUFFIX}/QtHelp/qhelpenginecore.sip 410share/sip${PYVERSSUFFIX}/QtHelp/qhelpenginecore.sip
409share/sip${PYVERSSUFFIX}/QtHelp/qhelpindexwidget.sip 411share/sip${PYVERSSUFFIX}/QtHelp/qhelpindexwidget.sip
410share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchengine.sip 412share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchengine.sip
411share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchquerywidget.sip 413share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchquerywidget.sip
412share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchresultwidget.sip 414share/sip${PYVERSSUFFIX}/QtHelp/qhelpsearchresultwidget.sip
413share/sip${PYVERSSUFFIX}/QtMultimedia/QtMultimediamod.sip 415share/sip${PYVERSSUFFIX}/QtMultimedia/QtMultimediamod.sip
414share/sip${PYVERSSUFFIX}/QtMultimedia/qabstractvideobuffer.sip 416share/sip${PYVERSSUFFIX}/QtMultimedia/qabstractvideobuffer.sip
415share/sip${PYVERSSUFFIX}/QtMultimedia/qabstractvideosurface.sip 417share/sip${PYVERSSUFFIX}/QtMultimedia/qabstractvideosurface.sip
416share/sip${PYVERSSUFFIX}/QtMultimedia/qaudio.sip 418share/sip${PYVERSSUFFIX}/QtMultimedia/qaudio.sip
417share/sip${PYVERSSUFFIX}/QtMultimedia/qaudiodeviceinfo.sip 419share/sip${PYVERSSUFFIX}/QtMultimedia/qaudiodeviceinfo.sip
418share/sip${PYVERSSUFFIX}/QtMultimedia/qaudioformat.sip 420share/sip${PYVERSSUFFIX}/QtMultimedia/qaudioformat.sip
419share/sip${PYVERSSUFFIX}/QtMultimedia/qaudioinput.sip 421share/sip${PYVERSSUFFIX}/QtMultimedia/qaudioinput.sip
420share/sip${PYVERSSUFFIX}/QtMultimedia/qaudiooutput.sip 422share/sip${PYVERSSUFFIX}/QtMultimedia/qaudiooutput.sip
421share/sip${PYVERSSUFFIX}/QtMultimedia/qvideoframe.sip 423share/sip${PYVERSSUFFIX}/QtMultimedia/qvideoframe.sip
422share/sip${PYVERSSUFFIX}/QtMultimedia/qvideosurfaceformat.sip 424share/sip${PYVERSSUFFIX}/QtMultimedia/qvideosurfaceformat.sip
423share/sip${PYVERSSUFFIX}/QtNetwork/QtNetworkmod.sip 425share/sip${PYVERSSUFFIX}/QtNetwork/QtNetworkmod.sip
424share/sip${PYVERSSUFFIX}/QtNetwork/qabstractnetworkcache.sip 426share/sip${PYVERSSUFFIX}/QtNetwork/qabstractnetworkcache.sip
425share/sip${PYVERSSUFFIX}/QtNetwork/qabstractsocket.sip 427share/sip${PYVERSSUFFIX}/QtNetwork/qabstractsocket.sip
426share/sip${PYVERSSUFFIX}/QtNetwork/qauthenticator.sip 428share/sip${PYVERSSUFFIX}/QtNetwork/qauthenticator.sip
427share/sip${PYVERSSUFFIX}/QtNetwork/qdnslookup.sip 429share/sip${PYVERSSUFFIX}/QtNetwork/qdnslookup.sip
428share/sip${PYVERSSUFFIX}/QtNetwork/qftp.sip 430share/sip${PYVERSSUFFIX}/QtNetwork/qftp.sip
429share/sip${PYVERSSUFFIX}/QtNetwork/qhostaddress.sip 431share/sip${PYVERSSUFFIX}/QtNetwork/qhostaddress.sip
430share/sip${PYVERSSUFFIX}/QtNetwork/qhostinfo.sip 432share/sip${PYVERSSUFFIX}/QtNetwork/qhostinfo.sip
431share/sip${PYVERSSUFFIX}/QtNetwork/qhttp.sip 433share/sip${PYVERSSUFFIX}/QtNetwork/qhttp.sip
432share/sip${PYVERSSUFFIX}/QtNetwork/qhttpmultipart.sip 434share/sip${PYVERSSUFFIX}/QtNetwork/qhttpmultipart.sip
433share/sip${PYVERSSUFFIX}/QtNetwork/qlocalserver.sip 435share/sip${PYVERSSUFFIX}/QtNetwork/qlocalserver.sip
434share/sip${PYVERSSUFFIX}/QtNetwork/qlocalsocket.sip 436share/sip${PYVERSSUFFIX}/QtNetwork/qlocalsocket.sip
435share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkaccessmanager.sip 437share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkaccessmanager.sip
436share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkconfigmanager.sip 438share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkconfigmanager.sip
437share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkconfiguration.sip 439share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkconfiguration.sip
438share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkcookie.sip 440share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkcookie.sip
439share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkcookiejar.sip 441share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkcookiejar.sip
440share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkdiskcache.sip 442share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkdiskcache.sip
441share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkinterface.sip 443share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkinterface.sip
442share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkproxy.sip 444share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkproxy.sip
443share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkreply.sip 445share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkreply.sip
444share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkrequest.sip 446share/sip${PYVERSSUFFIX}/QtNetwork/qnetworkrequest.sip
445share/sip${PYVERSSUFFIX}/QtNetwork/qnetworksession.sip 447share/sip${PYVERSSUFFIX}/QtNetwork/qnetworksession.sip
446share/sip${PYVERSSUFFIX}/QtNetwork/qssl.sip 448share/sip${PYVERSSUFFIX}/QtNetwork/qssl.sip
447share/sip${PYVERSSUFFIX}/QtNetwork/qsslcertificate.sip 449share/sip${PYVERSSUFFIX}/QtNetwork/qsslcertificate.sip
448share/sip${PYVERSSUFFIX}/QtNetwork/qsslcertificateextension.sip 450share/sip${PYVERSSUFFIX}/QtNetwork/qsslcertificateextension.sip
449share/sip${PYVERSSUFFIX}/QtNetwork/qsslcipher.sip 451share/sip${PYVERSSUFFIX}/QtNetwork/qsslcipher.sip
450share/sip${PYVERSSUFFIX}/QtNetwork/qsslconfiguration.sip 452share/sip${PYVERSSUFFIX}/QtNetwork/qsslconfiguration.sip
451share/sip${PYVERSSUFFIX}/QtNetwork/qsslerror.sip 453share/sip${PYVERSSUFFIX}/QtNetwork/qsslerror.sip
452share/sip${PYVERSSUFFIX}/QtNetwork/qsslkey.sip 454share/sip${PYVERSSUFFIX}/QtNetwork/qsslkey.sip
453share/sip${PYVERSSUFFIX}/QtNetwork/qsslsocket.sip 455share/sip${PYVERSSUFFIX}/QtNetwork/qsslsocket.sip
454share/sip${PYVERSSUFFIX}/QtNetwork/qtcpserver.sip 456share/sip${PYVERSSUFFIX}/QtNetwork/qtcpserver.sip
455share/sip${PYVERSSUFFIX}/QtNetwork/qtcpsocket.sip 457share/sip${PYVERSSUFFIX}/QtNetwork/qtcpsocket.sip
456share/sip${PYVERSSUFFIX}/QtNetwork/qudpsocket.sip 458share/sip${PYVERSSUFFIX}/QtNetwork/qudpsocket.sip
457share/sip${PYVERSSUFFIX}/QtNetwork/qurlinfo.sip 459share/sip${PYVERSSUFFIX}/QtNetwork/qurlinfo.sip
458share/sip${PYVERSSUFFIX}/QtOpenGL/QtOpenGLmod.sip 460share/sip${PYVERSSUFFIX}/QtOpenGL/QtOpenGLmod.sip
459share/sip${PYVERSSUFFIX}/QtOpenGL/opengl_types.sip 461share/sip${PYVERSSUFFIX}/QtOpenGL/opengl_types.sip
460share/sip${PYVERSSUFFIX}/QtOpenGL/qgl.sip 462share/sip${PYVERSSUFFIX}/QtOpenGL/qgl.sip
461share/sip${PYVERSSUFFIX}/QtOpenGL/qglbuffer.sip 463share/sip${PYVERSSUFFIX}/QtOpenGL/qglbuffer.sip
462share/sip${PYVERSSUFFIX}/QtOpenGL/qglcolormap.sip 464share/sip${PYVERSSUFFIX}/QtOpenGL/qglcolormap.sip
463share/sip${PYVERSSUFFIX}/QtOpenGL/qglframebufferobject.sip 465share/sip${PYVERSSUFFIX}/QtOpenGL/qglframebufferobject.sip
464share/sip${PYVERSSUFFIX}/QtOpenGL/qglpixelbuffer.sip 466share/sip${PYVERSSUFFIX}/QtOpenGL/qglpixelbuffer.sip
465share/sip${PYVERSSUFFIX}/QtOpenGL/qglshaderprogram.sip 467share/sip${PYVERSSUFFIX}/QtOpenGL/qglshaderprogram.sip
466share/sip${PYVERSSUFFIX}/QtScript/QtScriptmod.sip 468share/sip${PYVERSSUFFIX}/QtScript/QtScriptmod.sip
467share/sip${PYVERSSUFFIX}/QtScript/qscriptclass.sip 469share/sip${PYVERSSUFFIX}/QtScript/qscriptclass.sip
468share/sip${PYVERSSUFFIX}/QtScript/qscriptclasspropertyiterator.sip 470share/sip${PYVERSSUFFIX}/QtScript/qscriptclasspropertyiterator.sip
469share/sip${PYVERSSUFFIX}/QtScript/qscriptcontext.sip 471share/sip${PYVERSSUFFIX}/QtScript/qscriptcontext.sip
470share/sip${PYVERSSUFFIX}/QtScript/qscriptcontextinfo.sip 472share/sip${PYVERSSUFFIX}/QtScript/qscriptcontextinfo.sip
471share/sip${PYVERSSUFFIX}/QtScript/qscriptengine.sip 473share/sip${PYVERSSUFFIX}/QtScript/qscriptengine.sip
472share/sip${PYVERSSUFFIX}/QtScript/qscriptengineagent.sip 474share/sip${PYVERSSUFFIX}/QtScript/qscriptengineagent.sip
473share/sip${PYVERSSUFFIX}/QtScript/qscriptstring.sip 475share/sip${PYVERSSUFFIX}/QtScript/qscriptstring.sip
474share/sip${PYVERSSUFFIX}/QtScript/qscriptvalue.sip 476share/sip${PYVERSSUFFIX}/QtScript/qscriptvalue.sip
475share/sip${PYVERSSUFFIX}/QtScript/qscriptvalueiterator.sip 477share/sip${PYVERSSUFFIX}/QtScript/qscriptvalueiterator.sip
476share/sip${PYVERSSUFFIX}/QtScriptTools/QtScriptToolsmod.sip 478share/sip${PYVERSSUFFIX}/QtScriptTools/QtScriptToolsmod.sip
477share/sip${PYVERSSUFFIX}/QtScriptTools/qscriptenginedebugger.sip 479share/sip${PYVERSSUFFIX}/QtScriptTools/qscriptenginedebugger.sip
478share/sip${PYVERSSUFFIX}/QtSql/QtSqlmod.sip 480share/sip${PYVERSSUFFIX}/QtSql/QtSqlmod.sip
479share/sip${PYVERSSUFFIX}/QtSql/qsql.sip 481share/sip${PYVERSSUFFIX}/QtSql/qsql.sip
480share/sip${PYVERSSUFFIX}/QtSql/qsqldatabase.sip 482share/sip${PYVERSSUFFIX}/QtSql/qsqldatabase.sip
481share/sip${PYVERSSUFFIX}/QtSql/qsqldriver.sip 483share/sip${PYVERSSUFFIX}/QtSql/qsqldriver.sip
482share/sip${PYVERSSUFFIX}/QtSql/qsqlerror.sip 484share/sip${PYVERSSUFFIX}/QtSql/qsqlerror.sip
483share/sip${PYVERSSUFFIX}/QtSql/qsqlfield.sip 485share/sip${PYVERSSUFFIX}/QtSql/qsqlfield.sip
484share/sip${PYVERSSUFFIX}/QtSql/qsqlindex.sip 486share/sip${PYVERSSUFFIX}/QtSql/qsqlindex.sip
485share/sip${PYVERSSUFFIX}/QtSql/qsqlquery.sip 487share/sip${PYVERSSUFFIX}/QtSql/qsqlquery.sip
486share/sip${PYVERSSUFFIX}/QtSql/qsqlquerymodel.sip 488share/sip${PYVERSSUFFIX}/QtSql/qsqlquerymodel.sip
487share/sip${PYVERSSUFFIX}/QtSql/qsqlrecord.sip 489share/sip${PYVERSSUFFIX}/QtSql/qsqlrecord.sip
488share/sip${PYVERSSUFFIX}/QtSql/qsqlrelationaldelegate.sip 490share/sip${PYVERSSUFFIX}/QtSql/qsqlrelationaldelegate.sip
489share/sip${PYVERSSUFFIX}/QtSql/qsqlrelationaltablemodel.sip 491share/sip${PYVERSSUFFIX}/QtSql/qsqlrelationaltablemodel.sip
490share/sip${PYVERSSUFFIX}/QtSql/qsqlresult.sip 492share/sip${PYVERSSUFFIX}/QtSql/qsqlresult.sip
491share/sip${PYVERSSUFFIX}/QtSql/qsqltablemodel.sip 493share/sip${PYVERSSUFFIX}/QtSql/qsqltablemodel.sip
492share/sip${PYVERSSUFFIX}/QtSvg/QtSvgmod.sip 494share/sip${PYVERSSUFFIX}/QtSvg/QtSvgmod.sip
493share/sip${PYVERSSUFFIX}/QtSvg/qgraphicssvgitem.sip 495share/sip${PYVERSSUFFIX}/QtSvg/qgraphicssvgitem.sip
494share/sip${PYVERSSUFFIX}/QtSvg/qsvggenerator.sip 496share/sip${PYVERSSUFFIX}/QtSvg/qsvggenerator.sip
495share/sip${PYVERSSUFFIX}/QtSvg/qsvgrenderer.sip 497share/sip${PYVERSSUFFIX}/QtSvg/qsvgrenderer.sip
496share/sip${PYVERSSUFFIX}/QtSvg/qsvgwidget.sip 498share/sip${PYVERSSUFFIX}/QtSvg/qsvgwidget.sip
497share/sip${PYVERSSUFFIX}/QtTest/QtTestmod.sip 499share/sip${PYVERSSUFFIX}/QtTest/QtTestmod.sip
498share/sip${PYVERSSUFFIX}/QtTest/qtestcase.sip 500share/sip${PYVERSSUFFIX}/QtTest/qtestcase.sip
499share/sip${PYVERSSUFFIX}/QtTest/qtestkeyboard.sip 501share/sip${PYVERSSUFFIX}/QtTest/qtestkeyboard.sip
500share/sip${PYVERSSUFFIX}/QtTest/qtestmouse.sip 502share/sip${PYVERSSUFFIX}/QtTest/qtestmouse.sip
501share/sip${PYVERSSUFFIX}/QtTest/qtestsystem.sip 503share/sip${PYVERSSUFFIX}/QtTest/qtestsystem.sip
502share/sip${PYVERSSUFFIX}/QtWebKit/QtWebKitmod.sip 504share/sip${PYVERSSUFFIX}/QtWebKit/QtWebKitmod.sip
503share/sip${PYVERSSUFFIX}/QtWebKit/qgraphicswebview.sip 505share/sip${PYVERSSUFFIX}/QtWebKit/qgraphicswebview.sip
504share/sip${PYVERSSUFFIX}/QtWebKit/qwebdatabase.sip 506share/sip${PYVERSSUFFIX}/QtWebKit/qwebdatabase.sip
505share/sip${PYVERSSUFFIX}/QtWebKit/qwebelement.sip 507share/sip${PYVERSSUFFIX}/QtWebKit/qwebelement.sip
506share/sip${PYVERSSUFFIX}/QtWebKit/qwebframe.sip 508share/sip${PYVERSSUFFIX}/QtWebKit/qwebframe.sip
507share/sip${PYVERSSUFFIX}/QtWebKit/qwebhistory.sip 509share/sip${PYVERSSUFFIX}/QtWebKit/qwebhistory.sip
508share/sip${PYVERSSUFFIX}/QtWebKit/qwebhistoryinterface.sip 510share/sip${PYVERSSUFFIX}/QtWebKit/qwebhistoryinterface.sip
509share/sip${PYVERSSUFFIX}/QtWebKit/qwebinspector.sip 511share/sip${PYVERSSUFFIX}/QtWebKit/qwebinspector.sip
 512share/sip${PYVERSSUFFIX}/QtWebKit/qwebkitglobal.sip
510share/sip${PYVERSSUFFIX}/QtWebKit/qwebkitversion.sip 513share/sip${PYVERSSUFFIX}/QtWebKit/qwebkitversion.sip
511share/sip${PYVERSSUFFIX}/QtWebKit/qwebpage.sip 514share/sip${PYVERSSUFFIX}/QtWebKit/qwebpage.sip
512share/sip${PYVERSSUFFIX}/QtWebKit/qwebpluginfactory.sip 515share/sip${PYVERSSUFFIX}/QtWebKit/qwebpluginfactory.sip
513share/sip${PYVERSSUFFIX}/QtWebKit/qwebsecurityorigin.sip 516share/sip${PYVERSSUFFIX}/QtWebKit/qwebsecurityorigin.sip
514share/sip${PYVERSSUFFIX}/QtWebKit/qwebsettings.sip 517share/sip${PYVERSSUFFIX}/QtWebKit/qwebsettings.sip
515share/sip${PYVERSSUFFIX}/QtWebKit/qwebview.sip 518share/sip${PYVERSSUFFIX}/QtWebKit/qwebview.sip
516share/sip${PYVERSSUFFIX}/QtXml/QtXmlmod.sip 519share/sip${PYVERSSUFFIX}/QtXml/QtXmlmod.sip
517share/sip${PYVERSSUFFIX}/QtXml/qdom.sip 520share/sip${PYVERSSUFFIX}/QtXml/qdom.sip
518share/sip${PYVERSSUFFIX}/QtXml/qxml.sip 521share/sip${PYVERSSUFFIX}/QtXml/qxml.sip
519share/sip${PYVERSSUFFIX}/QtXml/qxmlstream.sip 522share/sip${PYVERSSUFFIX}/QtXml/qxmlstream.sip
520share/sip${PYVERSSUFFIX}/QtXmlPatterns/QtXmlPatternsmod.sip 523share/sip${PYVERSSUFFIX}/QtXmlPatterns/QtXmlPatternsmod.sip
521share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractmessagehandler.sip 524share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractmessagehandler.sip
522share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstracturiresolver.sip 525share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstracturiresolver.sip
523share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractxmlnodemodel.sip 526share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractxmlnodemodel.sip
524share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractxmlreceiver.sip 527share/sip${PYVERSSUFFIX}/QtXmlPatterns/qabstractxmlreceiver.sip
525share/sip${PYVERSSUFFIX}/QtXmlPatterns/qsimplexmlnodemodel.sip 528share/sip${PYVERSSUFFIX}/QtXmlPatterns/qsimplexmlnodemodel.sip
526share/sip${PYVERSSUFFIX}/QtXmlPatterns/qsourcelocation.sip 529share/sip${PYVERSSUFFIX}/QtXmlPatterns/qsourcelocation.sip
527share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlformatter.sip 530share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlformatter.sip
528share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlname.sip 531share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlname.sip
529share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlnamepool.sip 532share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlnamepool.sip
530share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlquery.sip 533share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlquery.sip
531share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlresultitems.sip 534share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlresultitems.sip
532share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlschema.sip 535share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlschema.sip
533share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlschemavalidator.sip 536share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlschemavalidator.sip
534share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlserializer.sip 537share/sip${PYVERSSUFFIX}/QtXmlPatterns/qxmlserializer.sip

cvs diff -r1.26 -r1.27 pkgsrc/x11/py-qt4/Attic/distinfo (switch to unified diff)

--- pkgsrc/x11/py-qt4/Attic/distinfo 2012/10/10 16:53:39 1.26
+++ pkgsrc/x11/py-qt4/Attic/distinfo 2013/04/10 15:02:58 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2012/10/10 16:53:39 drochner Exp $ 1$NetBSD: distinfo,v 1.27 2013/04/10 15:02:58 drochner Exp $
2 2
3SHA1 (PyQt-x11-gpl-4.9.5.tar.gz) = 1f0d10fff6bcd6008a980589fd889ccdbc8eb1c8 3SHA1 (PyQt-x11-gpl-4.9.6.tar.gz) = 83e649a39643ffc96741bca70177e9c73789e54d
4RMD160 (PyQt-x11-gpl-4.9.5.tar.gz) = ce2a7811e156e9d1645016a2d5f621bf06b1b4e6 4RMD160 (PyQt-x11-gpl-4.9.6.tar.gz) = 4de97c9da7afd40eb9767861f5b808bf4406a465
5Size (PyQt-x11-gpl-4.9.5.tar.gz) = 9824076 bytes 5Size (PyQt-x11-gpl-4.9.6.tar.gz) = 9349834 bytes
6SHA1 (patch-aa) = d23c228029986264775c8a9c71830c11ed415de4 6SHA1 (patch-aa) = d23c228029986264775c8a9c71830c11ed415de4