This commit is contained in:
espie 2001-12-22 14:09:18 +00:00
parent df8e94fba1
commit 4bec30542b
10 changed files with 106 additions and 35 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2001/11/11 13:57:32 heko Exp $
# $OpenBSD: Makefile,v 1.34 2001/12/22 14:09:18 espie Exp $
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
COMMENT= C++ X11 GUI toolkit
COMMENT-examples= examples and tutorial for qt2
COMMENT-html= off-line html documentation for qt2
VERSION= 3.1
VERSION= 3.2
DISTNAME= qt-2.${VERSION}
CATEGORIES= x11
NEED_VERSION= 1.483
@ -51,8 +51,8 @@ EXTRA_SAMPLES+=box gear glpixmap overlay overlay_x11 sharedbox
LIB_DEPENDS=
.if !defined(PACKAGING) || ${SUBPACKAGE} != "-html"
LIB_DEPENDS+= png.2.::graphics/png \
mng.1.::graphics/libmng
LIB_DEPENDS+= png::graphics/png \
mng::graphics/libmng
.endif
.if defined(PACKAGING) && ${SUBPACKAGE} == "-examples"
LIB_DEPENDS+= lib/qt2/qt.2.::x11/qt2
@ -99,9 +99,9 @@ do-install:
@if [ -f ${WRKBUILD}/lib/libqt.a ]; then \
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.a ${PREFIX}/lib/qt2; \
fi
@if [ -f ${WRKBUILD}/lib/libqt.so.2.31 ]; then \
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.so.2.31 ${PREFIX}/lib/qt2; \
ln -sf qt2/libqt.so.2.31 ${PREFIX}/lib/libqt.so.2.31; \
@if [ -f ${WRKBUILD}/lib/libqt.so.2.32 ]; then \
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.so.2.32 ${PREFIX}/lib/qt2; \
ln -sf qt2/libqt.so.2.32 ${PREFIX}/lib/libqt.so.2.32; \
fi
${INSTALL_PROGRAM} ${WRKBUILD}/bin/moc ${QT_LIBDIR}/bin
${INSTALL_MAN} ${WRKSRC}/src/moc/moc.1 ${QT_MANDIR}/man1/moc2.1

3
x11/qt2/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (qt-x11-2.3.2.tar.gz) = 8b74c7bd9ff0c4752a009f2e5a6482e4
RMD160 (qt-x11-2.3.2.tar.gz) = 864243b5aac6acd4b1bf2d746b66c65c199880a0
SHA1 (qt-x11-2.3.2.tar.gz) = 40c783c5731cc5a73b5f53c0bbe3af7e3fc6003e

View File

@ -1,3 +0,0 @@
MD5 (qt-x11-2.3.1.tar.gz) = 358d6dfbcbdc353b65b5236866b0f3a7
RMD160 (qt-x11-2.3.1.tar.gz) = b579018cfa5782d2f8b94b0846c35bce3a09dfa4
SHA1 (qt-x11-2.3.1.tar.gz) = f1403700fe80fbfb125ec84731d0dfe9c576c823

View File

@ -1,5 +1,5 @@
--- configs/openbsd-g++-shared.orig Tue Apr 17 15:28:49 2001
+++ configs/openbsd-g++-shared Tue Apr 17 16:01:44 2001
--- configs/openbsd-g++-shared.orig Mon Oct 29 15:24:05 2001
+++ configs/openbsd-g++-shared Sat Dec 22 11:41:39 2001
@@ -1,11 +1,11 @@
# Compiling
INTERFACE_DECL_PATH = .
@ -74,8 +74,8 @@
$(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) ; \
ranlib $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC)
# Compiling application source
-SYSCONF_CXXFLAGS = -O2
-SYSCONF_CFLAGS = -O2
-SYSCONF_CXXFLAGS = -O2 -Wall -W
-SYSCONF_CFLAGS = -O2 -Wall -W
+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS)
+SYSCONF_CFLAGS = $(SYS_CFLAGS)
# Default link type (static linking is still be used where required)

View File

@ -1,5 +1,5 @@
--- configs/openbsd-g++-shared-debug.orig Tue Apr 17 15:28:49 2001
+++ configs/openbsd-g++-shared-debug Tue Apr 17 16:02:15 2001
--- configs/openbsd-g++-shared-debug.orig Mon Oct 29 15:24:05 2001
+++ configs/openbsd-g++-shared-debug Sat Dec 22 11:42:24 2001
@@ -1,11 +1,11 @@
# Compiling
INTERFACE_DECL_PATH = .
@ -74,8 +74,8 @@
$(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) ; \
ranlib $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC)
# Compiling application source
-SYSCONF_CXXFLAGS = -g
-SYSCONF_CFLAGS = -g
-SYSCONF_CXXFLAGS = -g -Wall -W
-SYSCONF_CFLAGS = -g -Wall -W
+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -O0 -g
+SYSCONF_CFLAGS = $(SYS_CFLAGS) -O0 -g
# Default link type (static linking is still be used where required)

View File

@ -1,5 +1,5 @@
--- configure.orig Mon Mar 5 19:12:49 2001
+++ configure Wed Mar 21 23:48:39 2001
--- configure.orig Mon Oct 29 15:24:18 2001
+++ configure Sat Dec 22 11:40:51 2001
@@ -52,7 +52,10 @@ else
fi
@ -20,7 +20,7 @@
echo
echo "This is the Qt$EMB Free Edition."
echo
@@ -1331,19 +1335,7 @@ echo Creating makefiles...
@@ -1441,19 +1445,7 @@ echo Creating makefiles...
sepath=`echo $relpath | sed -e 's/\\./\\\\./g'`

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.13 2001/07/03 15:42:59 espie Exp $
lib/qt2/libqt.so.2.31
lib/libqt.so.2.31
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.14 2001/12/22 14:09:19 espie Exp $
lib/libqt.so.2.32
lib/qt2/libqt.so.2.32
DYNLIBDIR(%D/lib)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2001/07/03 12:08:41 espie Exp $
@comment $OpenBSD: PLIST,v 1.15 2001/12/22 14:09:19 espie Exp $
bin/findtr
bin/moc2
bin/qt20fix
@ -112,6 +112,7 @@ include/X11/qt2/qinputdialog.h
include/X11/qt2/qintcach.h
include/X11/qt2/qintcache.h
include/X11/qt2/qintdict.h
include/X11/qt2/qinterlacestyle.h
include/X11/qt2/qiodev.h
include/X11/qt2/qiodevice.h
include/X11/qt2/qjiscodec.h
@ -207,6 +208,7 @@ include/X11/qt2/qsession.h
include/X11/qt2/qsessionmanager.h
include/X11/qt2/qsgistyle.h
include/X11/qt2/qshared.h
include/X11/qt2/qsharedmemory.h
include/X11/qt2/qsignal.h
include/X11/qt2/qsignalmapper.h
include/X11/qt2/qsignalslotimp.h
@ -437,6 +439,7 @@ lib/qt2/man/man3/QIntCacheIterator.3
lib/qt2/man/man3/QIntDict.3
lib/qt2/man/man3/QIntDictIterator.3
lib/qt2/man/man3/QIntValidator.3
lib/qt2/man/man3/QInterlaceStyle.3
lib/qt2/man/man3/QJisCodec.3
lib/qt2/man/man3/QJpUnicodeConv.3
lib/qt2/man/man3/QKeyEvent.3
@ -588,6 +591,9 @@ lib/qt2/man/man3/QValueStack.3
lib/qt2/man/man3/QVariant.3
lib/qt2/man/man3/QVector.3
lib/qt2/man/man3/QWMatrix.3
lib/qt2/man/man3/QWSDecoration.3
lib/qt2/man/man3/QWSServer.3
lib/qt2/man/man3/QWSWindow.3
lib/qt2/man/man3/QWaitCondition.3
lib/qt2/man/man3/QWhatsThis.3
lib/qt2/man/man3/QWheelEvent.3
@ -763,6 +769,7 @@ lib/qt2/man/man3/qintcache.3
lib/qt2/man/man3/qintcacheiterator.3
lib/qt2/man/man3/qintdict.3
lib/qt2/man/man3/qintdictiterator.3
lib/qt2/man/man3/qinterlacestyle.3
lib/qt2/man/man3/qintvalidator.3
lib/qt2/man/man3/qiodevice.3
lib/qt2/man/man3/qiodevicesource.3
@ -927,6 +934,9 @@ lib/qt2/man/man3/qwindowsstyle.3
lib/qt2/man/man3/qwizard.3
lib/qt2/man/man3/qwmatrix.3
lib/qt2/man/man3/qworkspace.3
lib/qt2/man/man3/qwsdecoration.3
lib/qt2/man/man3/qwsserver.3
lib/qt2/man/man3/qwswindow.3
lib/qt2/man/man3/qxmlattributes.3
lib/qt2/man/man3/qxmlcontenthandler.3
lib/qt2/man/man3/qxmldeclhandler.3
@ -949,6 +959,8 @@ share/doc/qt2/LICENSE.GPL
share/doc/qt2/README
share/doc/qt2/README.QT
share/doc/qt2/changes-2.3.0
share/doc/qt2/changes-2.3.1
share/doc/qt2/changes-2.3.2
@unexec echo "Please remove %D/lib/qt2/man from /etc/man.conf manually if needed"
%%SHARED%%
!%%SHARED%%

View File

@ -1,11 +1,4 @@
@comment $OpenBSD: PLIST-examples,v 1.6 2001/04/17 16:56:38 espie Exp $
lib/qt2/examples/box/box
lib/qt2/examples/gear/gear
lib/qt2/examples/glpixmap/glpixmap
lib/qt2/examples/overlay/overlay
lib/qt2/examples/overlay_x11/overlayrubber
lib/qt2/examples/sharedbox/sharedbox
lib/qt2/examples/texture/texture
@comment $OpenBSD: PLIST-examples,v 1.7 2001/12/22 14:09:19 espie Exp $
lib/qt2/examples/Makefile
lib/qt2/examples/Makefile.in
lib/qt2/examples/README
@ -59,6 +52,7 @@ lib/qt2/examples/biff/main.cpp
lib/qt2/examples/box/Makefile
lib/qt2/examples/box/Makefile.in
lib/qt2/examples/box/README
lib/qt2/examples/box/box
lib/qt2/examples/box/box.pro
lib/qt2/examples/box/glbox.cpp
lib/qt2/examples/box/glbox.h
@ -183,6 +177,7 @@ lib/qt2/examples/ftpclient/main.cpp
lib/qt2/examples/gear/Makefile
lib/qt2/examples/gear/Makefile.in
lib/qt2/examples/gear/README
lib/qt2/examples/gear/gear
lib/qt2/examples/gear/gear.cpp
lib/qt2/examples/gear/gear.pro
lib/qt2/examples/glpixmap/Makefile
@ -192,6 +187,7 @@ lib/qt2/examples/glpixmap/glbox.cpp
lib/qt2/examples/glpixmap/glbox.h
lib/qt2/examples/glpixmap/globjwin.cpp
lib/qt2/examples/glpixmap/globjwin.h
lib/qt2/examples/glpixmap/glpixmap
lib/qt2/examples/glpixmap/glpixmap.pro
lib/qt2/examples/glpixmap/main.cpp
lib/qt2/examples/guithreads/Makefile
@ -231,6 +227,8 @@ lib/qt2/examples/i18n/main.cpp
lib/qt2/examples/i18n/mywidget.cpp
lib/qt2/examples/i18n/mywidget.h
lib/qt2/examples/i18n/mywidget.po
lib/qt2/examples/i18n/mywidget_cs.po
lib/qt2/examples/i18n/mywidget_cs.qm
lib/qt2/examples/i18n/mywidget_de.po
lib/qt2/examples/i18n/mywidget_de.qm
lib/qt2/examples/i18n/mywidget_el.po
@ -250,6 +248,8 @@ lib/qt2/examples/i18n/mywidget_no.po
lib/qt2/examples/i18n/mywidget_no.qm
lib/qt2/examples/i18n/mywidget_ru.po
lib/qt2/examples/i18n/mywidget_ru.qm
lib/qt2/examples/i18n/mywidget_zh.po
lib/qt2/examples/i18n/mywidget_zh.qm
lib/qt2/examples/iconview/Makefile
lib/qt2/examples/iconview/Makefile.in
lib/qt2/examples/iconview/iconview
@ -353,6 +353,7 @@ lib/qt2/examples/overlay/globjwin.h
lib/qt2/examples/overlay/glteapots.cpp
lib/qt2/examples/overlay/glteapots.h
lib/qt2/examples/overlay/main.cpp
lib/qt2/examples/overlay/overlay
lib/qt2/examples/overlay/overlay.pro
lib/qt2/examples/overlay_x11/Makefile
lib/qt2/examples/overlay_x11/Makefile.in
@ -361,6 +362,7 @@ lib/qt2/examples/overlay_x11/README.X11-OVERLAYS
lib/qt2/examples/overlay_x11/gearwidget.cpp
lib/qt2/examples/overlay_x11/gearwidget.h
lib/qt2/examples/overlay_x11/main.cpp
lib/qt2/examples/overlay_x11/overlayrubber
lib/qt2/examples/overlay_x11/overlayrubber.pro
lib/qt2/examples/overlay_x11/rubberbandwidget.cpp
lib/qt2/examples/overlay_x11/rubberbandwidget.h
@ -480,6 +482,7 @@ lib/qt2/examples/sharedbox/glbox.h
lib/qt2/examples/sharedbox/globjwin.cpp
lib/qt2/examples/sharedbox/globjwin.h
lib/qt2/examples/sharedbox/main.cpp
lib/qt2/examples/sharedbox/sharedbox
lib/qt2/examples/sharedbox/sharedbox.pro
lib/qt2/examples/showimg/Makefile
lib/qt2/examples/showimg/Makefile.in
@ -553,6 +556,7 @@ lib/qt2/examples/texture/gltexobj.cpp
lib/qt2/examples/texture/gltexobj.h
lib/qt2/examples/texture/main.cpp
lib/qt2/examples/texture/qtlogo.bmp
lib/qt2/examples/texture/texture
lib/qt2/examples/texture/texture.pro
lib/qt2/examples/themes/Makefile
lib/qt2/examples/themes/Makefile.in
@ -590,6 +594,12 @@ lib/qt2/examples/tooltip/tooltip
lib/qt2/examples/tooltip/tooltip.cpp
lib/qt2/examples/tooltip/tooltip.h
lib/qt2/examples/tooltip/tooltip.pro
lib/qt2/examples/trayicon/Makefile
lib/qt2/examples/trayicon/Makefile.in
lib/qt2/examples/trayicon/main.cpp
lib/qt2/examples/trayicon/trayicon.cpp
lib/qt2/examples/trayicon/trayicon.h
lib/qt2/examples/trayicon/trayicon.pro
lib/qt2/examples/validator/Makefile
lib/qt2/examples/validator/Makefile.in
lib/qt2/examples/validator/main.cpp
@ -628,6 +638,20 @@ lib/qt2/examples/xform/picture.any
lib/qt2/examples/xform/xform
lib/qt2/examples/xform/xform.cpp
lib/qt2/examples/xform/xform.pro
lib/qt2/examples/xml/tagreader-with-features/Makefile
lib/qt2/examples/xml/tagreader-with-features/Makefile.in
lib/qt2/examples/xml/tagreader-with-features/fnord.xml
lib/qt2/examples/xml/tagreader-with-features/structureparser.cpp
lib/qt2/examples/xml/tagreader-with-features/structureparser.h
lib/qt2/examples/xml/tagreader-with-features/tagreader.cpp
lib/qt2/examples/xml/tagreader-with-features/tagreader.pro
lib/qt2/examples/xml/tagreader/Makefile
lib/qt2/examples/xml/tagreader/Makefile.in
lib/qt2/examples/xml/tagreader/animals.xml
lib/qt2/examples/xml/tagreader/structureparser.cpp
lib/qt2/examples/xml/tagreader/structureparser.h
lib/qt2/examples/xml/tagreader/tagreader.cpp
lib/qt2/examples/xml/tagreader/tagreader.pro
lib/qt2/examples/xmlquotes/Makefile
lib/qt2/examples/xmlquotes/Makefile.in
lib/qt2/examples/xmlquotes/README
@ -763,10 +787,14 @@ lib/qt2/tutorial/tutorial.pro
@dirrm lib/qt2/tutorial/t1
@dirrm lib/qt2/tutorial
@dirrm lib/qt2/examples/xmlquotes
@dirrm lib/qt2/examples/xml/tagreader-with-features
@dirrm lib/qt2/examples/xml/tagreader
@dirrm lib/qt2/examples/xml
@dirrm lib/qt2/examples/xform
@dirrm lib/qt2/examples/wizard
@dirrm lib/qt2/examples/widgets
@dirrm lib/qt2/examples/validator
@dirrm lib/qt2/examples/trayicon
@dirrm lib/qt2/examples/tooltip
@dirrm lib/qt2/examples/tictac
@dirrm lib/qt2/examples/themes

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST-html,v 1.9 2001/08/29 14:05:56 kevlo Exp $
@comment $OpenBSD: PLIST-html,v 1.10 2001/12/22 14:09:19 espie Exp $
share/doc/qt2/html/HOWTO-framebuffer.html
share/doc/qt2/html/aboutqt.html
share/doc/qt2/html/abstractwidgets.html
share/doc/qt2/html/accel.html
share/doc/qt2/html/accelerators.html
share/doc/qt2/html/aclock-main-cpp.html
share/doc/qt2/html/action-main-cpp.html
@ -26,6 +27,7 @@ share/doc/qt2/html/casestudy-qws.html
share/doc/qt2/html/changes21.html
share/doc/qt2/html/changes211.html
share/doc/qt2/html/changes22.html
share/doc/qt2/html/changes23.html
share/doc/qt2/html/charinput-qws.html
share/doc/qt2/html/checklists-main-cpp.html
share/doc/qt2/html/classes.html
@ -207,13 +209,16 @@ share/doc/qt2/html/drawing.html
share/doc/qt2/html/drawlines-connect-cpp.html
share/doc/qt2/html/easteregg.html
share/doc/qt2/html/easteregg2.html
share/doc/qt2/html/embedclasses.html
share/doc/qt2/html/environment.html
share/doc/qt2/html/envvars.html
share/doc/qt2/html/eventsandfilters.html
share/doc/qt2/html/examples.html
share/doc/qt2/html/face.png
share/doc/qt2/html/features.html
share/doc/qt2/html/fileiconview-main-cpp.html
share/doc/qt2/html/focus.html
share/doc/qt2/html/fontdir.html
share/doc/qt2/html/fonts-qws.html
share/doc/qt2/html/forever-forever-cpp.html
share/doc/qt2/html/frames.png
@ -279,6 +284,7 @@ share/doc/qt2/html/objecttrees.html
share/doc/qt2/html/opengl.html
share/doc/qt2/html/organizers.html
share/doc/qt2/html/palette.png
share/doc/qt2/html/performance-qws.html
share/doc/qt2/html/picture-picture-cpp.html
share/doc/qt2/html/pictures.html
share/doc/qt2/html/pnglogo.png
@ -435,6 +441,7 @@ share/doc/qt2/html/qconststring-members.html
share/doc/qt2/html/qconststring.html
share/doc/qt2/html/qcopchannel-members.html
share/doc/qt2/html/qcopchannel.html
share/doc/qt2/html/qcopchannel_qws-h.html
share/doc/qt2/html/qcstring-h.html
share/doc/qt2/html/qcstring-members.html
share/doc/qt2/html/qcstring.html
@ -575,6 +582,8 @@ share/doc/qt2/html/qfontdlg-w.png
share/doc/qt2/html/qfontinfo-h.html
share/doc/qt2/html/qfontinfo-members.html
share/doc/qt2/html/qfontinfo.html
share/doc/qt2/html/qfontmanager-members.html
share/doc/qt2/html/qfontmanager_qws-h.html
share/doc/qt2/html/qfontmetrics-h.html
share/doc/qt2/html/qfontmetrics-members.html
share/doc/qt2/html/qfontmetrics.html
@ -600,6 +609,7 @@ share/doc/qt2/html/qgdict-members.html
share/doc/qt2/html/qgdict.html
share/doc/qt2/html/qgdictiterator-members.html
share/doc/qt2/html/qgdictiterator.html
share/doc/qt2/html/qgfx_qws-h.html
share/doc/qt2/html/qgl-h.html
share/doc/qt2/html/qgl-members.html
share/doc/qt2/html/qgl.html
@ -702,6 +712,9 @@ share/doc/qt2/html/qintdict-members.html
share/doc/qt2/html/qintdict.html
share/doc/qt2/html/qintdictiterator-members.html
share/doc/qt2/html/qintdictiterator.html
share/doc/qt2/html/qinterlacestyle-h.html
share/doc/qt2/html/qinterlacestyle-members.html
share/doc/qt2/html/qinterlacestyle.html
share/doc/qt2/html/qintvalidator-members.html
share/doc/qt2/html/qintvalidator.html
share/doc/qt2/html/qiodevice-h.html
@ -769,6 +782,8 @@ share/doc/qt2/html/qlnode.html
share/doc/qt2/html/qlocalfs-h.html
share/doc/qt2/html/qlocalfs-members.html
share/doc/qt2/html/qlocalfs.html
share/doc/qt2/html/qlock-members.html
share/doc/qt2/html/qlock_qws-h.html
share/doc/qt2/html/qmag-qmag-cpp.html
share/doc/qt2/html/qmainwindow-h.html
share/doc/qt2/html/qmainwindow-m.png
@ -844,6 +859,7 @@ share/doc/qt2/html/qnpstream-members.html
share/doc/qt2/html/qnpstream.html
share/doc/qt2/html/qnpwidget-members.html
share/doc/qt2/html/qnpwidget.html
share/doc/qt2/html/qnx-framebuffer.html
share/doc/qt2/html/qobject-h.html
share/doc/qt2/html/qobject-members.html
share/doc/qt2/html/qobject.html
@ -938,10 +954,12 @@ share/doc/qt2/html/qregexp.html
share/doc/qt2/html/qregion-h.html
share/doc/qt2/html/qregion-members.html
share/doc/qt2/html/qregion.html
share/doc/qt2/html/qrenderedfont-members.html
share/doc/qt2/html/qresizeevent-members.html
share/doc/qt2/html/qresizeevent.html
share/doc/qt2/html/qscrbar-m.png
share/doc/qt2/html/qscrbar-w.png
share/doc/qt2/html/qscreen-members.html
share/doc/qt2/html/qscrollbar-h.html
share/doc/qt2/html/qscrollbar-members.html
share/doc/qt2/html/qscrollbar.html
@ -1213,6 +1231,7 @@ share/doc/qt2/html/qwindowdefs-h.html
share/doc/qt2/html/qwindowsstyle-h.html
share/doc/qt2/html/qwindowsstyle-members.html
share/doc/qt2/html/qwindowsstyle.html
share/doc/qt2/html/qwindowsystem_qws-h.html
share/doc/qt2/html/qwizard-h.html
share/doc/qt2/html/qwizard-members.html
share/doc/qt2/html/qwizard.html
@ -1222,6 +1241,13 @@ share/doc/qt2/html/qwmatrix.html
share/doc/qt2/html/qworkspace-h.html
share/doc/qt2/html/qworkspace-members.html
share/doc/qt2/html/qworkspace.html
share/doc/qt2/html/qwsdecoration-members.html
share/doc/qt2/html/qwsdecoration.html
share/doc/qt2/html/qwsdecoration_qws-h.html
share/doc/qt2/html/qwsserver-members.html
share/doc/qt2/html/qwsserver.html
share/doc/qt2/html/qwswindow-members.html
share/doc/qt2/html/qwswindow.html
share/doc/qt2/html/qxml-h.html
share/doc/qt2/html/qxmlattributes-members.html
share/doc/qt2/html/qxmlattributes.html
@ -1378,13 +1404,18 @@ share/doc/qt2/html/tutorial.png
share/doc/qt2/html/unicode.html
share/doc/qt2/html/unsmooth.png
share/doc/qt2/html/validator-main-cpp.html
share/doc/qt2/html/walkthroughs.html
share/doc/qt2/html/whatsthis
share/doc/qt2/html/whatsthis.png
share/doc/qt2/html/winsystem.html
share/doc/qt2/html/wizard-main-cpp.html
share/doc/qt2/html/workspace.html
share/doc/qt2/html/xform-xform-cpp.html
share/doc/qt2/html/xml-dom.html
share/doc/qt2/html/xml-sax-walkthrough.html
share/doc/qt2/html/xml-sax.html
share/doc/qt2/html/xml-tagreader-tagreader-cpp.html
share/doc/qt2/html/xml-tagreader-with-features-tagreader-cpp.html
share/doc/qt2/html/xml.html
share/doc/qt2/html/xt.html
share/doc/qt2/html/y2k.html