From 269e48dbc3e162ee36d73d065bbd1f1f74d10fe3 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 30 Aug 1999 07:13:00 +0000 Subject: New port of qt2.01. (From a repo-copy by asami). PR: 13199 Submitted by: Ryuichiro Imura Tested and modified by: Will Andrews --- x11-toolkits/qt22/Makefile | 159 ++--- x11-toolkits/qt22/distinfo | 2 +- x11-toolkits/qt22/files/manpages | 236 +++++++ x11-toolkits/qt22/files/patch-aa | 94 +-- x11-toolkits/qt22/pkg-descr | 13 +- x11-toolkits/qt22/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ x11-toolkits/qt23/Makefile | 159 ++--- x11-toolkits/qt23/distinfo | 2 +- x11-toolkits/qt23/files/manpages | 236 +++++++ x11-toolkits/qt23/files/patch-aa | 94 +-- x11-toolkits/qt23/pkg-descr | 13 +- x11-toolkits/qt23/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ x11-toolkits/qt30/Makefile | 159 ++--- x11-toolkits/qt30/distinfo | 2 +- x11-toolkits/qt30/files/manpages | 236 +++++++ x11-toolkits/qt30/files/patch-aa | 94 +-- x11-toolkits/qt30/pkg-descr | 13 +- x11-toolkits/qt30/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ x11-toolkits/qt31/Makefile | 159 ++--- x11-toolkits/qt31/distinfo | 2 +- x11-toolkits/qt31/files/manpages | 236 +++++++ x11-toolkits/qt31/files/patch-aa | 94 +-- x11-toolkits/qt31/pkg-descr | 13 +- x11-toolkits/qt31/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ x11-toolkits/qt32/Makefile | 159 ++--- x11-toolkits/qt32/distinfo | 2 +- x11-toolkits/qt32/files/manpages | 236 +++++++ x11-toolkits/qt32/files/patch-aa | 94 +-- x11-toolkits/qt32/pkg-descr | 13 +- x11-toolkits/qt32/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ x11-toolkits/qt33/Makefile | 159 ++--- x11-toolkits/qt33/distinfo | 2 +- x11-toolkits/qt33/files/manpages | 236 +++++++ x11-toolkits/qt33/files/patch-aa | 94 +-- x11-toolkits/qt33/pkg-descr | 13 +- x11-toolkits/qt33/pkg-plist | 1366 ++++++++++++++++++++++++++++++++------ 36 files changed, 8994 insertions(+), 2226 deletions(-) create mode 100644 x11-toolkits/qt22/files/manpages create mode 100644 x11-toolkits/qt23/files/manpages create mode 100644 x11-toolkits/qt30/files/manpages create mode 100644 x11-toolkits/qt31/files/manpages create mode 100644 x11-toolkits/qt32/files/manpages create mode 100644 x11-toolkits/qt33/files/manpages (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt22/distinfo b/x11-toolkits/qt22/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt22/distinfo +++ b/x11-toolkits/qt22/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt22/files/manpages b/x11-toolkits/qt22/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt22/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt22/files/patch-aa b/x11-toolkits/qt22/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt22/files/patch-aa +++ b/x11-toolkits/qt22/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt22/pkg-descr b/x11-toolkits/qt22/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt22/pkg-descr +++ b/x11-toolkits/qt22/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt22/pkg-plist b/x11-toolkits/qt22/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt22/pkg-plist +++ b/x11-toolkits/qt22/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt23/distinfo b/x11-toolkits/qt23/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt23/distinfo +++ b/x11-toolkits/qt23/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt23/files/manpages b/x11-toolkits/qt23/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt23/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt23/files/patch-aa b/x11-toolkits/qt23/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt23/files/patch-aa +++ b/x11-toolkits/qt23/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt23/pkg-descr b/x11-toolkits/qt23/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt23/pkg-descr +++ b/x11-toolkits/qt23/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt23/pkg-plist b/x11-toolkits/qt23/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt23/pkg-plist +++ b/x11-toolkits/qt23/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt30/distinfo b/x11-toolkits/qt30/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt30/distinfo +++ b/x11-toolkits/qt30/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt30/files/manpages b/x11-toolkits/qt30/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt30/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt30/files/patch-aa b/x11-toolkits/qt30/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt30/files/patch-aa +++ b/x11-toolkits/qt30/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt30/pkg-descr b/x11-toolkits/qt30/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt30/pkg-descr +++ b/x11-toolkits/qt30/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt30/pkg-plist b/x11-toolkits/qt30/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt30/pkg-plist +++ b/x11-toolkits/qt30/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt31/distinfo +++ b/x11-toolkits/qt31/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt31/files/manpages b/x11-toolkits/qt31/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt31/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt31/files/patch-aa b/x11-toolkits/qt31/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt31/files/patch-aa +++ b/x11-toolkits/qt31/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt31/pkg-descr b/x11-toolkits/qt31/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt31/pkg-descr +++ b/x11-toolkits/qt31/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt31/pkg-plist +++ b/x11-toolkits/qt31/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt32/distinfo +++ b/x11-toolkits/qt32/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt32/files/manpages b/x11-toolkits/qt32/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt32/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt32/files/patch-aa b/x11-toolkits/qt32/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt32/files/patch-aa +++ b/x11-toolkits/qt32/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt32/pkg-descr b/x11-toolkits/qt32/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt32/pkg-descr +++ b/x11-toolkits/qt32/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt32/pkg-plist +++ b/x11-toolkits/qt32/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index fc0d4c7fa234..94d149b4574d 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -1,138 +1,65 @@ -# New ports collection makefile for: qt -# Version required: 1.42 -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk +# New ports collection makefile for: qt2 +# Version required: 2.0.1 +# Date created: 17 Jul 1999 +# Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.32 1999/02/26 19:40:26 andreas Exp $ +# $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-2.0.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= imura@cs.titech.ac.jp -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -system-zlib -system-libpng +CONFIGURE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} SYS_CXX=${CXX} SYS_CC=${CC} SYS_CXXFLAGS="${CXXFLAGS}" .include +.if defined(QT_GIF_AVAILABLE) +CONFIGURE_ARGS+=-gif +.endif + +USE_NEWGCC= YES + .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.0 +VERSION= 2.01 .endif +PLIST_SUB= VERSION=${VERSION} -MAN1= moc.1 -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt - -post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared +.include "files/manpages" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + ${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc2 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/msg2qm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qt20fix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/qtrename140 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so.${VERSION} + ${LN} -sf ${PREFIX}/lib/libqt2.so.${VERSION} ${PREFIX}/lib/libqt2.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/X11/qt2 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/X11/qt2 + ${INSTALL_MAN} ${WRKSRC}/man/man1/moc.1 ${PREFIX}/man/man1/moc2.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/q* ${PREFIX}/man/man3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html +.endif .include diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo index 89fbd0755568..e9746a2567a9 100644 --- a/x11-toolkits/qt33/distinfo +++ b/x11-toolkits/qt33/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 diff --git a/x11-toolkits/qt33/files/manpages b/x11-toolkits/qt33/files/manpages new file mode 100644 index 000000000000..8af672302e06 --- /dev/null +++ b/x11-toolkits/qt33/files/manpages @@ -0,0 +1,236 @@ +MAN1= moc2.1 +MAN3= \ +qaccel.3qt \ +qapplication.3qt \ +qarray.3qt \ +qasciicache.3qt \ +qasciicacheiterator.3qt \ +qasciidict.3qt \ +qasciidictiterator.3qt \ +qasyncio.3qt \ +qbitarray.3qt \ +qbitmap.3qt \ +qbitval.3qt \ +qboxlayout.3qt \ +qbrush.3qt \ +qbuffer.3qt \ +qbutton.3qt \ +qbuttongroup.3qt \ +qcache.3qt \ +qcacheiterator.3qt \ +qcdestyle.3qt \ +qchar.3qt \ +qcheckbox.3qt \ +qchecklistitem.3qt \ +qchildevent.3qt \ +qclipboard.3qt \ +qcloseevent.3qt \ +qcollection.3qt \ +qcolor.3qt \ +qcolordialog.3qt \ +qcolorgroup.3qt \ +qcombobox.3qt \ +qcommonstyle.3qt \ +qconnection.3qt \ +qconststring.3qt \ +qcstring.3qt \ +qcursor.3qt \ +qcustomevent.3qt \ +qdatapump.3qt \ +qdatasink.3qt \ +qdatasource.3qt \ +qdatastream.3qt \ +qdate.3qt \ +qdatetime.3qt \ +qdialog.3qt \ +qdict.3qt \ +qdictiterator.3qt \ +qdir.3qt \ +qdoublevalidator.3qt \ +qdragenterevent.3qt \ +qdragleaveevent.3qt \ +qdragmoveevent.3qt \ +qdragobject.3qt \ +qdropevent.3qt \ +qdropsite.3qt \ +qevent.3qt \ +qfile.3qt \ +qfiledialog.3qt \ +qfileiconprovider.3qt \ +qfileinfo.3qt \ +qfocusdata.3qt \ +qfocusevent.3qt \ +qfont.3qt \ +qfontdialog.3qt \ +qfontinfo.3qt \ +qfontmetrics.3qt \ +qframe.3qt \ +qgarray.3qt \ +qgcache.3qt \ +qgcacheiterator.3qt \ +qgdict.3qt \ +qgdictiterator.3qt \ +qgl.3qt \ +qglayoutiterator.3qt \ +qglcontext.3qt \ +qglformat.3qt \ +qglist.3qt \ +qglistiterator.3qt \ +qglwidget.3qt \ +qgrid.3qt \ +qgridlayout.3qt \ +qgroupbox.3qt \ +qhbox.3qt \ +qhboxlayout.3qt \ +qhbuttongroup.3qt \ +qheader.3qt \ +qhgroupbox.3qt \ +qhideevent.3qt \ +qiconset.3qt \ +qimage.3qt \ +qimageconsumer.3qt \ +qimagedecoder.3qt \ +qimagedrag.3qt \ +qimageformat.3qt \ +qimageformattype.3qt \ +qimageio.3qt \ +qintcache.3qt \ +qintcacheiterator.3qt \ +qintdict.3qt \ +qintdictiterator.3qt \ +qintvalidator.3qt \ +qiodevice.3qt \ +qiodevicesource.3qt \ +qkeyevent.3qt \ +qlabel.3qt \ +qlayout.3qt \ +qlayoutitem.3qt \ +qlayoutiterator.3qt \ +qlcdnumber.3qt \ +qlineedit.3qt \ +qlist.3qt \ +qlistbox.3qt \ +qlistboxitem.3qt \ +qlistboxpixmap.3qt \ +qlistboxtext.3qt \ +qlistiterator.3qt \ +qlistview.3qt \ +qlistviewitem.3qt \ +qlistviewitemiterator.3qt \ +qlnode.3qt \ +qmainwindow.3qt \ +qmap.3qt \ +qmapconstiterator.3qt \ +qmapiterator.3qt \ +qmenubar.3qt \ +qmenudata.3qt \ +qmessagebox.3qt \ +qmimesource.3qt \ +qmimesourcefactory.3qt \ +qmotifstyle.3qt \ +qmouseevent.3qt \ +qmoveevent.3qt \ +qmovie.3qt \ +qmultilineedit.3qt \ +qnpinstance.3qt \ +qnplugin.3qt \ +qnpstream.3qt \ +qnpwidget.3qt \ +qobject.3qt \ +qpaintdevice.3qt \ +qpaintdevicemetrics.3qt \ +qpainter.3qt \ +qpaintevent.3qt \ +qpalette.3qt \ +qpen.3qt \ +qpicture.3qt \ +qpixmap.3qt \ +qpixmapcache.3qt \ +qplatinumstyle.3qt \ +qpngimagepacker.3qt \ +qpoint.3qt \ +qpointarray.3qt \ +qpopupmenu.3qt \ +qprinter.3qt \ +qprogressbar.3qt \ +qprogressdialog.3qt \ +qptrdict.3qt \ +qptrdictiterator.3qt \ +qpushbutton.3qt \ +qqueue.3qt \ +qradiobutton.3qt \ +qrangecontrol.3qt \ +qrect.3qt \ +qregexp.3qt \ +qregion.3qt \ +qresizeevent.3qt \ +qscrollbar.3qt \ +qscrollview.3qt \ +qsemimodal.3qt \ +qsessionmanager.3qt \ +qshared.3qt \ +qshowevent.3qt \ +qsignal.3qt \ +qsignalmapper.3qt \ +qsimplerichtext.3qt \ +qsize.3qt \ +qsizegrip.3qt \ +qsizepolicy.3qt \ +qslider.3qt \ +qsocketnotifier.3qt \ +qsortedlist.3qt \ +qspaceritem.3qt \ +qspinbox.3qt \ +qsplitter.3qt \ +qstack.3qt \ +qstatusbar.3qt \ +qstoreddrag.3qt \ +qstrilist.3qt \ +qstring.3qt \ +qstringlist.3qt \ +qstrlist.3qt \ +qstyle.3qt \ +qstylesheet.3qt \ +qstylesheetitem.3qt \ +qt.3qt \ +qtab.3qt \ +qtabbar.3qt \ +qtabdialog.3qt \ +qtableview.3qt \ +qtabwidget.3qt \ +qtextbrowser.3qt \ +qtextcodec.3qt \ +qtextdecoder.3qt \ +qtextdrag.3qt \ +qtextencoder.3qt \ +qtextistream.3qt \ +qtextostream.3qt \ +qtextstream.3qt \ +qtextview.3qt \ +qtime.3qt \ +qtimer.3qt \ +qtimerevent.3qt \ +qtoolbar.3qt \ +qtoolbutton.3qt \ +qtooltip.3qt \ +qtooltipgroup.3qt \ +qtranslator.3qt \ +quridrag.3qt \ +qvalidator.3qt \ +qvaluelist.3qt \ +qvaluelistconstiterator.3qt \ +qvaluelistiterator.3qt \ +qvbox.3qt \ +qvboxlayout.3qt \ +qvbuttongroup.3qt \ +qvgroupbox.3qt \ +qwhatsthis.3qt \ +qwheelevent.3qt \ +qwidget.3qt \ +qwidgetitem.3qt \ +qwidgetstack.3qt \ +qwindowsstyle.3qt \ +qwizard.3qt \ +qwmatrix.3qt \ +qxtapplication.3qt \ +qxtwidget.3qt diff --git a/x11-toolkits/qt33/files/patch-aa b/x11-toolkits/qt33/files/patch-aa index bfe1af96de47..6b46648a61aa 100644 --- a/x11-toolkits/qt33/files/patch-aa +++ b/x11-toolkits/qt33/files/patch-aa @@ -1,86 +1,90 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ +--- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 ++++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +@@ -1,33 +1,33 @@ # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) +-SYSCONF_CXX = g++ +-SYSCONF_CC = gcc ++SYSCONF_CXX = $(SYS_CXX) ++SYSCONF_CC = $(SYS_CC) # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include +-SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_X11 = -I$(X11BASE)/include + SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +-SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include ++SYSCONF_CXXFLAGS_OPENGL = -I$(X11BASE)/include # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses + SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses # Linking with support libraries # X11 -SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib +SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext + SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt +-SYSCONF_LIBS_QT = -lqt ++SYSCONF_LIBS_QT = -lqt2 SYSCONF_LIBS_QT_OPENGL = -lqgl # OpenGL -SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib +SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm + SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu # Yacc SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) ++SYSCONF_LINK = $(SYS_CXX) SYSCONF_LFLAGS = - SYSCONF_LIBS = +-SYSCONF_LIBS = ++SYSCONF_LIBS = -lxpg4 -@@ -39,16 +39,27 @@ + # Link flags shared objects + SYSCONF_LFLAGS_SHOBJ = -shared +@@ -40,17 +40,27 @@ # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) + # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # -SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) ++SYSCONF_LINK_SHLIB = $(SYS_CXX) +ifeq ($(PORTOBJFORMAT),elf) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ ++ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ + $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ + cd $(DESTDIR) && \ +- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ +- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) ++ rm -f lib$(TARGET).so; \ ++ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so ++else ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)$(VER_PATCH) ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ ++ $(OBJECTS) $(OBJMOC) $(LIBS) && \ ++ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ ++ cd $(DESTDIR) && \ + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so +endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -61,8 +71,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) + $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 +-SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) + SYSCONF_CXXFLAGS_LIB = -fPIC + SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt33/pkg-descr b/x11-toolkits/qt33/pkg-descr index 1050619630ef..463b9e197a56 100644 --- a/x11-toolkits/qt33/pkg-descr +++ b/x11-toolkits/qt33/pkg-descr @@ -1,12 +1,5 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +Qt is a toolkit for building a GUI for X in C++. The main +documentation is in /usr/X11R6/share/doc/qt2 and is also available on +the web. WWW: http://www.troll.no/qt/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist index 51afc2a81927..e69b128f85dd 100644 --- a/x11-toolkits/qt33/pkg-plist +++ b/x11-toolkits/qt33/pkg-plist @@ -1,201 +1,1169 @@ -lib/libqt.so -lib/libqt.so.2 +bin/findtr +bin/mergetr +bin/moc2 +bin/msg2qm +bin/qt20fix +bin/qtrename140 +include/X11/qt2/jri.h +include/X11/qt2/jritypes.h +include/X11/qt2/npapi.h +include/X11/qt2/npupp.h +include/X11/qt2/q1xcompatibility.h +include/X11/qt2/qabstractlayout.h +include/X11/qt2/qaccel.h +include/X11/qt2/qapp.h +include/X11/qt2/qapplication.h +include/X11/qt2/qarray.h +include/X11/qt2/qasciicache.h +include/X11/qt2/qasciidict.h +include/X11/qt2/qasyncimageio.h +include/X11/qt2/qasyncio.h +include/X11/qt2/qbitarray.h +include/X11/qt2/qbitarry.h +include/X11/qt2/qbitmap.h +include/X11/qt2/qbrush.h +include/X11/qt2/qbttngrp.h +include/X11/qt2/qbuffer.h +include/X11/qt2/qbutton.h +include/X11/qt2/qbuttongroup.h +include/X11/qt2/qcache.h +include/X11/qt2/qcdestyle.h +include/X11/qt2/qcheckbox.h +include/X11/qt2/qchkbox.h +include/X11/qt2/qclipboard.h +include/X11/qt2/qclipbrd.h +include/X11/qt2/qcollect.h +include/X11/qt2/qcollection.h +include/X11/qt2/qcolor.h +include/X11/qt2/qcolordialog.h +include/X11/qt2/qcombo.h +include/X11/qt2/qcombobox.h +include/X11/qt2/qcommonstyle.h +include/X11/qt2/qconnect.h +include/X11/qt2/qconnection.h +include/X11/qt2/qcstring.h +include/X11/qt2/qcursor.h +include/X11/qt2/qdatastream.h +include/X11/qt2/qdatetime.h +include/X11/qt2/qdatetm.h +include/X11/qt2/qdialog.h +include/X11/qt2/qdict.h +include/X11/qt2/qdir.h +include/X11/qt2/qdragobject.h +include/X11/qt2/qdrawutil.h +include/X11/qt2/qdrawutl.h +include/X11/qt2/qdropsite.h +include/X11/qt2/qdstream.h +include/X11/qt2/qeucjpcodec.h +include/X11/qt2/qeuckrcodec.h +include/X11/qt2/qevent.h +include/X11/qt2/qfile.h +include/X11/qt2/qfiledef.h +include/X11/qt2/qfiledefs.h +include/X11/qt2/qfiledialog.h +include/X11/qt2/qfiledlg.h +include/X11/qt2/qfileinf.h +include/X11/qt2/qfileinfo.h +include/X11/qt2/qfocusdata.h +include/X11/qt2/qfont.h +include/X11/qt2/qfontdata.h +include/X11/qt2/qfontdatabase.h +include/X11/qt2/qfontdialog.h +include/X11/qt2/qfontdta.h +include/X11/qt2/qfontinf.h +include/X11/qt2/qfontinfo.h +include/X11/qt2/qfontmet.h +include/X11/qt2/qfontmetrics.h +include/X11/qt2/qframe.h +include/X11/qt2/qgarray.h +include/X11/qt2/qgcache.h +include/X11/qt2/qgdict.h +include/X11/qt2/qgeneric.h +include/X11/qt2/qgif.h +include/X11/qt2/qgl.h +include/X11/qt2/qglist.h +include/X11/qt2/qglobal.h +include/X11/qt2/qgmanagr.h +include/X11/qt2/qgrid.h +include/X11/qt2/qgroupbox.h +include/X11/qt2/qgrpbox.h +include/X11/qt2/qgvector.h +include/X11/qt2/qhbox.h +include/X11/qt2/qhbuttongroup.h +include/X11/qt2/qheader.h +include/X11/qt2/qhgroupbox.h +include/X11/qt2/qiconset.h +include/X11/qt2/qimage.h +include/X11/qt2/qimageio.h +include/X11/qt2/qintcach.h +include/X11/qt2/qintcache.h +include/X11/qt2/qintdict.h +include/X11/qt2/qiodev.h +include/X11/qt2/qiodevice.h +include/X11/qt2/qjiscodec.h +include/X11/qt2/qjpegio.h +include/X11/qt2/qjpunicode.h +include/X11/qt2/qkeycode.h +include/X11/qt2/qkoi8codec.h +include/X11/qt2/qlabel.h +include/X11/qt2/qlayout.h +include/X11/qt2/qlayoutengine.h +include/X11/qt2/qlcdnum.h +include/X11/qt2/qlcdnumber.h +include/X11/qt2/qlined.h +include/X11/qt2/qlineedit.h +include/X11/qt2/qlist.h +include/X11/qt2/qlistbox.h +include/X11/qt2/qlistview.h +include/X11/qt2/qmainwindow.h +include/X11/qt2/qmap.h +include/X11/qt2/qmenubar.h +include/X11/qt2/qmenudata.h +include/X11/qt2/qmenudta.h +include/X11/qt2/qmessagebox.h +include/X11/qt2/qmetaobj.h +include/X11/qt2/qmetaobject.h +include/X11/qt2/qmime.h +include/X11/qt2/qmlined.h +include/X11/qt2/qmotifstyle.h +include/X11/qt2/qmovie.h +include/X11/qt2/qmsgbox.h +include/X11/qt2/qmultilinedit.h +include/X11/qt2/qmultilineedit.h +include/X11/qt2/qnamespace.h +include/X11/qt2/qnp.h +include/X11/qt2/qobjcoll.h +include/X11/qt2/qobjdefs.h +include/X11/qt2/qobject.h +include/X11/qt2/qobjectdefs.h +include/X11/qt2/qobjectdict.h +include/X11/qt2/qobjectlist.h +include/X11/qt2/qpaintd.h +include/X11/qt2/qpaintdc.h +include/X11/qt2/qpaintdevice.h +include/X11/qt2/qpaintdevicedefs.h +include/X11/qt2/qpaintdevicemetrics.h +include/X11/qt2/qpainter.h +include/X11/qt2/qpalette.h +include/X11/qt2/qpdevmet.h +include/X11/qt2/qpen.h +include/X11/qt2/qpicture.h +include/X11/qt2/qpixmap.h +include/X11/qt2/qpixmapcache.h +include/X11/qt2/qplatinumstyle.h +include/X11/qt2/qpmcache.h +include/X11/qt2/qpngio.h +include/X11/qt2/qpntarry.h +include/X11/qt2/qpoint.h +include/X11/qt2/qpointarray.h +include/X11/qt2/qpopmenu.h +include/X11/qt2/qpopupmenu.h +include/X11/qt2/qprintdialog.h +include/X11/qt2/qprinter.h +include/X11/qt2/qprndlg.h +include/X11/qt2/qprogbar.h +include/X11/qt2/qprogdlg.h +include/X11/qt2/qprogressbar.h +include/X11/qt2/qprogressdialog.h +include/X11/qt2/qpsprinter.h +include/X11/qt2/qpsprn.h +include/X11/qt2/qptrdict.h +include/X11/qt2/qpushbt.h +include/X11/qt2/qpushbutton.h +include/X11/qt2/qqueue.h +include/X11/qt2/qradiobt.h +include/X11/qt2/qradiobutton.h +include/X11/qt2/qrangecontrol.h +include/X11/qt2/qrangect.h +include/X11/qt2/qrect.h +include/X11/qt2/qregexp.h +include/X11/qt2/qregion.h +include/X11/qt2/qrtlcodec.h +include/X11/qt2/qscrbar.h +include/X11/qt2/qscrollbar.h +include/X11/qt2/qscrollview.h +include/X11/qt2/qsemimodal.h +include/X11/qt2/qsession.h +include/X11/qt2/qsessionmanager.h +include/X11/qt2/qshared.h +include/X11/qt2/qsignal.h +include/X11/qt2/qsignalmapper.h +include/X11/qt2/qsignalslotimp.h +include/X11/qt2/qsimplerichtext.h +include/X11/qt2/qsize.h +include/X11/qt2/qsizegrip.h +include/X11/qt2/qsizepolicy.h +include/X11/qt2/qsjiscodec.h +include/X11/qt2/qslider.h +include/X11/qt2/qsmartptr.h +include/X11/qt2/qsocketnotifier.h +include/X11/qt2/qsocknot.h +include/X11/qt2/qsortedlist.h +include/X11/qt2/qspinbox.h +include/X11/qt2/qsplitter.h +include/X11/qt2/qstack.h +include/X11/qt2/qstatusbar.h +include/X11/qt2/qstring.h +include/X11/qt2/qstringlist.h +include/X11/qt2/qstrlist.h +include/X11/qt2/qstrvec.h +include/X11/qt2/qstyle.h +include/X11/qt2/qstylesheet.h +include/X11/qt2/qtabbar.h +include/X11/qt2/qtabdialog.h +include/X11/qt2/qtabdlg.h +include/X11/qt2/qtableview.h +include/X11/qt2/qtablevw.h +include/X11/qt2/qtabwidget.h +include/X11/qt2/qtextbrowser.h +include/X11/qt2/qtextcodec.h +include/X11/qt2/qtextstream.h +include/X11/qt2/qtextview.h +include/X11/qt2/qtimer.h +include/X11/qt2/qtl.h +include/X11/qt2/qtoolbar.h +include/X11/qt2/qtoolbutton.h +include/X11/qt2/qtooltip.h +include/X11/qt2/qtranslator.h +include/X11/qt2/qtstream.h +include/X11/qt2/qutfcodec.h +include/X11/qt2/qvalidator.h +include/X11/qt2/qvaluelist.h +include/X11/qt2/qvbox.h +include/X11/qt2/qvbuttongroup.h +include/X11/qt2/qvector.h +include/X11/qt2/qvgroupbox.h +include/X11/qt2/qwellarray.h +include/X11/qt2/qwhatsthis.h +include/X11/qt2/qwidcoll.h +include/X11/qt2/qwidget.h +include/X11/qt2/qwidgetintdict.h +include/X11/qt2/qwidgetlist.h +include/X11/qt2/qwidgetstack.h +include/X11/qt2/qwindefs.h +include/X11/qt2/qwindow.h +include/X11/qt2/qwindowdefs.h +include/X11/qt2/qwindowsstyle.h +include/X11/qt2/qwizard.h +include/X11/qt2/qwmatrix.h +include/X11/qt2/qxt.h +lib/libqt2.so +lib/libqt2.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -bin/moc -include/X11/qt/jri.h -include/X11/qt/jri_md.h -include/X11/qt/jritypes.h -include/X11/qt/npapi.h -include/X11/qt/npupp.h -include/X11/qt/qaccel.h -include/X11/qt/qapp.h -include/X11/qt/qapplication.h -include/X11/qt/qarray.h -include/X11/qt/qasyncimageio.h -include/X11/qt/qasyncio.h -include/X11/qt/qbitarray.h -include/X11/qt/qbitarry.h -include/X11/qt/qbitmap.h -include/X11/qt/qbrush.h -include/X11/qt/qbttngrp.h -include/X11/qt/qbuffer.h -include/X11/qt/qbutton.h -include/X11/qt/qbuttongroup.h -include/X11/qt/qcache.h -include/X11/qt/qcheckbox.h -include/X11/qt/qchkbox.h -include/X11/qt/qclipboard.h -include/X11/qt/qclipbrd.h -include/X11/qt/qcollect.h -include/X11/qt/qcollection.h -include/X11/qt/qcolor.h -include/X11/qt/qcombo.h -include/X11/qt/qcombobox.h -include/X11/qt/qconnect.h -include/X11/qt/qconnection.h -include/X11/qt/qcursor.h -include/X11/qt/qdatastream.h -include/X11/qt/qdatetime.h -include/X11/qt/qdatetm.h -include/X11/qt/qdialog.h -include/X11/qt/qdict.h -include/X11/qt/qdir.h -include/X11/qt/qdragobject.h -include/X11/qt/qdrawutil.h -include/X11/qt/qdrawutl.h -include/X11/qt/qdropsite.h -include/X11/qt/qdstream.h -include/X11/qt/qevent.h -include/X11/qt/qfile.h -include/X11/qt/qfiledef.h -include/X11/qt/qfiledefs.h -include/X11/qt/qfiledialog.h -include/X11/qt/qfiledlg.h -include/X11/qt/qfileinf.h -include/X11/qt/qfileinfo.h -include/X11/qt/qfocusdata.h -include/X11/qt/qfont.h -include/X11/qt/qfontdata.h -include/X11/qt/qfontdta.h -include/X11/qt/qfontinf.h -include/X11/qt/qfontinfo.h -include/X11/qt/qfontmet.h -include/X11/qt/qfontmetrics.h -include/X11/qt/qframe.h -include/X11/qt/qgarray.h -include/X11/qt/qgcache.h -include/X11/qt/qgdict.h -include/X11/qt/qgeneric.h -include/X11/qt/qgl.h -include/X11/qt/qglist.h -include/X11/qt/qglobal.h -include/X11/qt/qgmanager.h -include/X11/qt/qgmanagr.h -include/X11/qt/qgroupbox.h -include/X11/qt/qgrpbox.h -include/X11/qt/qgvector.h -include/X11/qt/qheader.h -include/X11/qt/qiconset.h -include/X11/qt/qimage.h -include/X11/qt/qimageio.h -include/X11/qt/qintcach.h -include/X11/qt/qintcache.h -include/X11/qt/qintdict.h -include/X11/qt/qiodev.h -include/X11/qt/qiodevice.h -include/X11/qt/qjpegio.h -include/X11/qt/qkeycode.h -include/X11/qt/qlabel.h -include/X11/qt/qlayout.h -include/X11/qt/qlcdnum.h -include/X11/qt/qlcdnumber.h -include/X11/qt/qlined.h -include/X11/qt/qlineedit.h -include/X11/qt/qlist.h -include/X11/qt/qlistbox.h -include/X11/qt/qlistview.h -include/X11/qt/qmainwindow.h -include/X11/qt/qmenubar.h -include/X11/qt/qmenudata.h -include/X11/qt/qmenudta.h -include/X11/qt/qmessagebox.h -include/X11/qt/qmetaobj.h -include/X11/qt/qmetaobject.h -include/X11/qt/qmlined.h -include/X11/qt/qmovie.h -include/X11/qt/qmsgbox.h -include/X11/qt/qmultilinedit.h -include/X11/qt/qnp.h -include/X11/qt/qobjcoll.h -include/X11/qt/qobjdefs.h -include/X11/qt/qobject.h -include/X11/qt/qobjectdefs.h -include/X11/qt/qobjectdict.h -include/X11/qt/qobjectlist.h -include/X11/qt/qpaintd.h -include/X11/qt/qpaintdc.h -include/X11/qt/qpaintdevice.h -include/X11/qt/qpaintdevicedefs.h -include/X11/qt/qpaintdevicemetrics.h -include/X11/qt/qpainter.h -include/X11/qt/qpalette.h -include/X11/qt/qpdevmet.h -include/X11/qt/qpen.h -include/X11/qt/qpicture.h -include/X11/qt/qpixmap.h -include/X11/qt/qpixmapcache.h -include/X11/qt/qpmcache.h -include/X11/qt/qpngio.h -include/X11/qt/qpntarry.h -include/X11/qt/qpoint.h -include/X11/qt/qpointarray.h -include/X11/qt/qpopmenu.h -include/X11/qt/qpopupmenu.h -include/X11/qt/qprintdialog.h -include/X11/qt/qprinter.h -include/X11/qt/qprndlg.h -include/X11/qt/qprogbar.h -include/X11/qt/qprogdlg.h -include/X11/qt/qprogressbar.h -include/X11/qt/qprogressdialog.h -include/X11/qt/qpsprinter.h -include/X11/qt/qpsprn.h -include/X11/qt/qptrdict.h -include/X11/qt/qpushbt.h -include/X11/qt/qpushbutton.h -include/X11/qt/qqueue.h -include/X11/qt/qradiobt.h -include/X11/qt/qradiobutton.h -include/X11/qt/qrangecontrol.h -include/X11/qt/qrangect.h -include/X11/qt/qrect.h -include/X11/qt/qregexp.h -include/X11/qt/qregion.h -include/X11/qt/qscrbar.h -include/X11/qt/qscrollbar.h -include/X11/qt/qscrollview.h -include/X11/qt/qsemimodal.h -include/X11/qt/qshared.h -include/X11/qt/qsignal.h -include/X11/qt/qsignalmapper.h -include/X11/qt/qsignalslotimp.h -include/X11/qt/qsize.h -include/X11/qt/qslider.h -include/X11/qt/qsocketnotifier.h -include/X11/qt/qsocknot.h -include/X11/qt/qspinbox.h -include/X11/qt/qsplitter.h -include/X11/qt/qstack.h -include/X11/qt/qstatusbar.h -include/X11/qt/qstring.h -include/X11/qt/qstrlist.h -include/X11/qt/qstrvec.h -include/X11/qt/qtabbar.h -include/X11/qt/qtabdialog.h -include/X11/qt/qtabdlg.h -include/X11/qt/qtableview.h -include/X11/qt/qtablevw.h -include/X11/qt/qtextstream.h -include/X11/qt/qtimer.h -include/X11/qt/qtoolbar.h -include/X11/qt/qtoolbutton.h -include/X11/qt/qtooltip.h -include/X11/qt/qtstream.h -include/X11/qt/qvalidator.h -include/X11/qt/qvector.h -include/X11/qt/qwellarray.h -include/X11/qt/qwhatsthis.h -include/X11/qt/qwidcoll.h -include/X11/qt/qwidget.h -include/X11/qt/qwidgetintdict.h -include/X11/qt/qwidgetlist.h -include/X11/qt/qwidgetstack.h -include/X11/qt/qwindefs.h -include/X11/qt/qwindow.h -include/X11/qt/qwindowdefs.h -include/X11/qt/qwmatrix.h -share/doc/qt/README -share/doc/qt/README.QT -@dirrm include/X11/qt -@dirrm share/doc/qt +share/doc/qt2/FAQ +share/doc/qt2/LICENSE.QPL +share/doc/qt2/README +share/doc/qt2/README.QT +share/doc/qt2/html/abstractwidgets.html +share/doc/qt2/html/accelerators.html +share/doc/qt2/html/aclock-main-cpp.html +share/doc/qt2/html/addressbook-main-cpp.html +share/doc/qt2/html/annotated.html +share/doc/qt2/html/application-main-cpp.html +share/doc/qt2/html/application.html +share/doc/qt2/html/bearings.png +share/doc/qt2/html/biff-main-cpp.html +share/doc/qt2/html/book.png +share/doc/qt2/html/buttons_groups-main-cpp.html +share/doc/qt2/html/checklists-main-cpp.html +share/doc/qt2/html/classes.html +share/doc/qt2/html/collection.html +share/doc/qt2/html/coordsys.html +share/doc/qt2/html/coordsys.png +share/doc/qt2/html/credits.html +share/doc/qt2/html/cursor-cursor-cpp.html +share/doc/qt2/html/customlayout-main-cpp.html +share/doc/qt2/html/customlayout.html +share/doc/qt2/html/dclock-main-cpp.html +share/doc/qt2/html/debug.html +share/doc/qt2/html/design.html +share/doc/qt2/html/desktop-desktop-cpp.html +share/doc/qt2/html/dialogs.html +share/doc/qt2/html/dirview-main-cpp.html +share/doc/qt2/html/dnd.html +share/doc/qt2/html/dochead.jpg +share/doc/qt2/html/dochead.png +share/doc/qt2/html/drawdemo-drawdemo-cpp.html +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/examples.html +share/doc/qt2/html/fontmatch.html +share/doc/qt2/html/fonts.html +share/doc/qt2/html/forever-forever-cpp.html +share/doc/qt2/html/frames.png +share/doc/qt2/html/functions.html +share/doc/qt2/html/geomanagement.html +share/doc/qt2/html/graph.g1n +share/doc/qt2/html/grapher-grapher-cpp.html +share/doc/qt2/html/gridlayout.png +share/doc/qt2/html/guibooks.html +share/doc/qt2/html/headers.html +share/doc/qt2/html/hello-main-cpp.html +share/doc/qt2/html/hierarchy.html +share/doc/qt2/html/i18n-main-cpp.html +share/doc/qt2/html/i18n.html +share/doc/qt2/html/imageio.html +share/doc/qt2/html/images.html +share/doc/qt2/html/index.html +share/doc/qt2/html/io.html +share/doc/qt2/html/kernel.html +share/doc/qt2/html/layout-layout-cpp.html +share/doc/qt2/html/layout.html +share/doc/qt2/html/letter.png +share/doc/qt2/html/license.html +share/doc/qt2/html/life-main-cpp.html +share/doc/qt2/html/lineedits-main-cpp.html +share/doc/qt2/html/listbox-main-cpp.html +share/doc/qt2/html/listbox_combo-main-cpp.html +share/doc/qt2/html/listview.png +share/doc/qt2/html/listviews-main-cpp.html +share/doc/qt2/html/mailinglists.html +share/doc/qt2/html/mainlyMotif-editor-cpp.html +share/doc/qt2/html/mainlyQt-editor-cpp.html +share/doc/qt2/html/mainlyXt-editor-cpp.html +share/doc/qt2/html/menu-menu-cpp.html +share/doc/qt2/html/metaobjects.html +share/doc/qt2/html/misc.html +share/doc/qt2/html/moc.html +share/doc/qt2/html/movies-main-cpp.html +share/doc/qt2/html/nsplugin.html +share/doc/qt2/html/opengl.html +share/doc/qt2/html/picture-picture-cpp.html +share/doc/qt2/html/pictures.html +share/doc/qt2/html/pnglogo.png +share/doc/qt2/html/popup-popup-cpp.html +share/doc/qt2/html/porting.html +share/doc/qt2/html/primes.html +share/doc/qt2/html/printerdialog.png +share/doc/qt2/html/progress-progress-cpp.html +share/doc/qt2/html/progressbar-main-cpp.html +share/doc/qt2/html/qabstractlayout-h.html +share/doc/qt2/html/qaccel-h.html +share/doc/qt2/html/qaccel-members.html +share/doc/qt2/html/qaccel.html +share/doc/qt2/html/qapplication-h.html +share/doc/qt2/html/qapplication-members.html +share/doc/qt2/html/qapplication.html +share/doc/qt2/html/qarray-h.html +share/doc/qt2/html/qarray-members.html +share/doc/qt2/html/qarray.html +share/doc/qt2/html/qasciicache-h.html +share/doc/qt2/html/qasciicache-members.html +share/doc/qt2/html/qasciicache.html +share/doc/qt2/html/qasciicacheiterator-members.html +share/doc/qt2/html/qasciicacheiterator.html +share/doc/qt2/html/qasciidict-h.html +share/doc/qt2/html/qasciidict-members.html +share/doc/qt2/html/qasciidict.html +share/doc/qt2/html/qasciidictiterator-members.html +share/doc/qt2/html/qasciidictiterator.html +share/doc/qt2/html/qasyncimageio-h.html +share/doc/qt2/html/qasyncio-h.html +share/doc/qt2/html/qasyncio-members.html +share/doc/qt2/html/qasyncio.html +share/doc/qt2/html/qbitarray-h.html +share/doc/qt2/html/qbitarray-members.html +share/doc/qt2/html/qbitarray.html +share/doc/qt2/html/qbitmap-h.html +share/doc/qt2/html/qbitmap-members.html +share/doc/qt2/html/qbitmap.html +share/doc/qt2/html/qbitval-members.html +share/doc/qt2/html/qbitval.html +share/doc/qt2/html/qboxlayout-members.html +share/doc/qt2/html/qboxlayout.html +share/doc/qt2/html/qbrowser-main-cpp.html +share/doc/qt2/html/qbrush-h.html +share/doc/qt2/html/qbrush-members.html +share/doc/qt2/html/qbrush.html +share/doc/qt2/html/qbttngrp-m.png +share/doc/qt2/html/qbttngrp-w.png +share/doc/qt2/html/qbuffer-h.html +share/doc/qt2/html/qbuffer-members.html +share/doc/qt2/html/qbuffer.html +share/doc/qt2/html/qbutton-h.html +share/doc/qt2/html/qbutton-members.html +share/doc/qt2/html/qbutton.html +share/doc/qt2/html/qbuttongroup-h.html +share/doc/qt2/html/qbuttongroup-members.html +share/doc/qt2/html/qbuttongroup.html +share/doc/qt2/html/qcache-h.html +share/doc/qt2/html/qcache-members.html +share/doc/qt2/html/qcache.html +share/doc/qt2/html/qcacheiterator-members.html +share/doc/qt2/html/qcacheiterator.html +share/doc/qt2/html/qcdestyle-h.html +share/doc/qt2/html/qcdestyle-members.html +share/doc/qt2/html/qcdestyle.html +share/doc/qt2/html/qchar-members.html +share/doc/qt2/html/qchar.html +share/doc/qt2/html/qcheckbox-h.html +share/doc/qt2/html/qcheckbox-m.png +share/doc/qt2/html/qcheckbox-members.html +share/doc/qt2/html/qcheckbox-w.png +share/doc/qt2/html/qcheckbox.html +share/doc/qt2/html/qchecklistitem-members.html +share/doc/qt2/html/qchecklistitem.html +share/doc/qt2/html/qchildevent-members.html +share/doc/qt2/html/qchildevent.html +share/doc/qt2/html/qchkbox-m.png +share/doc/qt2/html/qchkbox-w.png +share/doc/qt2/html/qclipboard-h.html +share/doc/qt2/html/qclipboard-members.html +share/doc/qt2/html/qclipboard.html +share/doc/qt2/html/qcloseevent-members.html +share/doc/qt2/html/qcloseevent.html +share/doc/qt2/html/qcollection-h.html +share/doc/qt2/html/qcollection-members.html +share/doc/qt2/html/qcollection.html +share/doc/qt2/html/qcolor-h.html +share/doc/qt2/html/qcolor-members.html +share/doc/qt2/html/qcolor.html +share/doc/qt2/html/qcolordialog-h.html +share/doc/qt2/html/qcolordialog-members.html +share/doc/qt2/html/qcolordialog.html +share/doc/qt2/html/qcolorgroup-members.html +share/doc/qt2/html/qcolorgroup.html +share/doc/qt2/html/qcombo1-m.png +share/doc/qt2/html/qcombo1-w.png +share/doc/qt2/html/qcombo2-m.png +share/doc/qt2/html/qcombo2-w.png +share/doc/qt2/html/qcombo3-m.png +share/doc/qt2/html/qcombo3-w.png +share/doc/qt2/html/qcombobox-h.html +share/doc/qt2/html/qcombobox-members.html +share/doc/qt2/html/qcombobox.html +share/doc/qt2/html/qcommonstyle-h.html +share/doc/qt2/html/qcommonstyle-members.html +share/doc/qt2/html/qcommonstyle.html +share/doc/qt2/html/qconnection-h.html +share/doc/qt2/html/qconnection-members.html +share/doc/qt2/html/qconnection.html +share/doc/qt2/html/qconststring-members.html +share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcstring-h.html +share/doc/qt2/html/qcstring-members.html +share/doc/qt2/html/qcstring.html +share/doc/qt2/html/qcursor-h.html +share/doc/qt2/html/qcursor-members.html +share/doc/qt2/html/qcursor.html +share/doc/qt2/html/qcustomevent-members.html +share/doc/qt2/html/qcustomevent.html +share/doc/qt2/html/qdatapump-members.html +share/doc/qt2/html/qdatapump.html +share/doc/qt2/html/qdatasink-members.html +share/doc/qt2/html/qdatasink.html +share/doc/qt2/html/qdatasource-members.html +share/doc/qt2/html/qdatasource.html +share/doc/qt2/html/qdatastream-h.html +share/doc/qt2/html/qdatastream-members.html +share/doc/qt2/html/qdatastream.html +share/doc/qt2/html/qdate-members.html +share/doc/qt2/html/qdate.html +share/doc/qt2/html/qdatetime-h.html +share/doc/qt2/html/qdatetime-members.html +share/doc/qt2/html/qdatetime.html +share/doc/qt2/html/qdialog-h.html +share/doc/qt2/html/qdialog-members.html +share/doc/qt2/html/qdialog.html +share/doc/qt2/html/qdict-h.html +share/doc/qt2/html/qdict-members.html +share/doc/qt2/html/qdict.html +share/doc/qt2/html/qdictiterator-members.html +share/doc/qt2/html/qdictiterator.html +share/doc/qt2/html/qdir-h.html +share/doc/qt2/html/qdir-members.html +share/doc/qt2/html/qdir-qdir-cpp.html +share/doc/qt2/html/qdir.html +share/doc/qt2/html/qdoublevalidator-members.html +share/doc/qt2/html/qdoublevalidator.html +share/doc/qt2/html/qdragenterevent-members.html +share/doc/qt2/html/qdragenterevent.html +share/doc/qt2/html/qdragleaveevent-members.html +share/doc/qt2/html/qdragleaveevent.html +share/doc/qt2/html/qdragmoveevent-members.html +share/doc/qt2/html/qdragmoveevent.html +share/doc/qt2/html/qdragobject-h.html +share/doc/qt2/html/qdragobject-members.html +share/doc/qt2/html/qdragobject.html +share/doc/qt2/html/qdrawutil-h.html +share/doc/qt2/html/qdropevent-members.html +share/doc/qt2/html/qdropevent.html +share/doc/qt2/html/qdropsite-h.html +share/doc/qt2/html/qdropsite-members.html +share/doc/qt2/html/qdropsite.html +share/doc/qt2/html/qevent-h.html +share/doc/qt2/html/qevent-members.html +share/doc/qt2/html/qevent.html +share/doc/qt2/html/qfd-qfd-cpp.html +share/doc/qt2/html/qfile-h.html +share/doc/qt2/html/qfile-members.html +share/doc/qt2/html/qfile.html +share/doc/qt2/html/qfiledialog-h.html +share/doc/qt2/html/qfiledialog-members.html +share/doc/qt2/html/qfiledialog.html +share/doc/qt2/html/qfiledlg-m.png +share/doc/qt2/html/qfiledlg-w.png +share/doc/qt2/html/qfileiconprovider-members.html +share/doc/qt2/html/qfileiconprovider.html +share/doc/qt2/html/qfileiconview-main-cpp.html +share/doc/qt2/html/qfileinfo-h.html +share/doc/qt2/html/qfileinfo-members.html +share/doc/qt2/html/qfileinfo.html +share/doc/qt2/html/qfocusdata-h.html +share/doc/qt2/html/qfocusdata-members.html +share/doc/qt2/html/qfocusdata.html +share/doc/qt2/html/qfocusevent-members.html +share/doc/qt2/html/qfocusevent.html +share/doc/qt2/html/qfont-h.html +share/doc/qt2/html/qfont-members.html +share/doc/qt2/html/qfont.html +share/doc/qt2/html/qfontdialog-h.html +share/doc/qt2/html/qfontdialog-members.html +share/doc/qt2/html/qfontdialog.html +share/doc/qt2/html/qfontinfo-h.html +share/doc/qt2/html/qfontinfo-members.html +share/doc/qt2/html/qfontinfo.html +share/doc/qt2/html/qfontmetrics-h.html +share/doc/qt2/html/qfontmetrics-members.html +share/doc/qt2/html/qfontmetrics.html +share/doc/qt2/html/qframe-h.html +share/doc/qt2/html/qframe-members.html +share/doc/qt2/html/qframe.html +share/doc/qt2/html/qgarray-h.html +share/doc/qt2/html/qgarray-members.html +share/doc/qt2/html/qgarray.html +share/doc/qt2/html/qgcache-h.html +share/doc/qt2/html/qgcache-members.html +share/doc/qt2/html/qgcache.html +share/doc/qt2/html/qgcacheiterator-members.html +share/doc/qt2/html/qgcacheiterator.html +share/doc/qt2/html/qgdict-h.html +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/qgl-h.html +share/doc/qt2/html/qgl-members.html +share/doc/qt2/html/qgl.html +share/doc/qt2/html/qglayoutiterator-members.html +share/doc/qt2/html/qglayoutiterator.html +share/doc/qt2/html/qglcontext-members.html +share/doc/qt2/html/qglcontext.html +share/doc/qt2/html/qglformat-members.html +share/doc/qt2/html/qglformat.html +share/doc/qt2/html/qglist-h.html +share/doc/qt2/html/qglist-members.html +share/doc/qt2/html/qglist.html +share/doc/qt2/html/qglistiterator-members.html +share/doc/qt2/html/qglistiterator.html +share/doc/qt2/html/qglobal-h.html +share/doc/qt2/html/qglwidget-members.html +share/doc/qt2/html/qglwidget.html +share/doc/qt2/html/qgrid-h.html +share/doc/qt2/html/qgrid-m.png +share/doc/qt2/html/qgrid-members.html +share/doc/qt2/html/qgrid-w.png +share/doc/qt2/html/qgrid.html +share/doc/qt2/html/qgrid.png +share/doc/qt2/html/qgridlayout-members.html +share/doc/qt2/html/qgridlayout.html +share/doc/qt2/html/qgroupbox-h.html +share/doc/qt2/html/qgroupbox-members.html +share/doc/qt2/html/qgroupbox.html +share/doc/qt2/html/qgrpbox-m.png +share/doc/qt2/html/qgrpbox-w.png +share/doc/qt2/html/qhbox-h.html +share/doc/qt2/html/qhbox-m.png +share/doc/qt2/html/qhbox-members.html +share/doc/qt2/html/qhbox-w.png +share/doc/qt2/html/qhbox.html +share/doc/qt2/html/qhbox.png +share/doc/qt2/html/qhboxlayout-members.html +share/doc/qt2/html/qhboxlayout.html +share/doc/qt2/html/qhbuttongroup-h.html +share/doc/qt2/html/qhbuttongroup-members.html +share/doc/qt2/html/qhbuttongroup.html +share/doc/qt2/html/qheader-h.html +share/doc/qt2/html/qheader-m.png +share/doc/qt2/html/qheader-members.html +share/doc/qt2/html/qheader-w.png +share/doc/qt2/html/qheader.html +share/doc/qt2/html/qhgroupbox-h.html +share/doc/qt2/html/qhgroupbox-members.html +share/doc/qt2/html/qhgroupbox.html +share/doc/qt2/html/qhideevent-members.html +share/doc/qt2/html/qhideevent.html +share/doc/qt2/html/qiconset-h.html +share/doc/qt2/html/qiconset-members.html +share/doc/qt2/html/qiconset.html +share/doc/qt2/html/qiconview-main-cpp.html +share/doc/qt2/html/qimage-h.html +share/doc/qt2/html/qimage-members.html +share/doc/qt2/html/qimage.html +share/doc/qt2/html/qimageconsumer-members.html +share/doc/qt2/html/qimageconsumer.html +share/doc/qt2/html/qimagedecoder-members.html +share/doc/qt2/html/qimagedecoder.html +share/doc/qt2/html/qimagedrag-members.html +share/doc/qt2/html/qimagedrag.html +share/doc/qt2/html/qimageformat-members.html +share/doc/qt2/html/qimageformat.html +share/doc/qt2/html/qimageformattype-members.html +share/doc/qt2/html/qimageformattype.html +share/doc/qt2/html/qimageio-members.html +share/doc/qt2/html/qimageio.html +share/doc/qt2/html/qintcache-h.html +share/doc/qt2/html/qintcache-members.html +share/doc/qt2/html/qintcache.html +share/doc/qt2/html/qintcacheiterator-members.html +share/doc/qt2/html/qintcacheiterator.html +share/doc/qt2/html/qintdict-h.html +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/qintvalidator-members.html +share/doc/qt2/html/qintvalidator.html +share/doc/qt2/html/qiodevice-h.html +share/doc/qt2/html/qiodevice-members.html +share/doc/qt2/html/qiodevice.html +share/doc/qt2/html/qiodevicesource-members.html +share/doc/qt2/html/qiodevicesource.html +share/doc/qt2/html/qkeyevent-members.html +share/doc/qt2/html/qkeyevent.html +share/doc/qt2/html/qlabel-h.html +share/doc/qt2/html/qlabel-m.png +share/doc/qt2/html/qlabel-members.html +share/doc/qt2/html/qlabel-w.png +share/doc/qt2/html/qlabel.html +share/doc/qt2/html/qlayout-h.html +share/doc/qt2/html/qlayout-members.html +share/doc/qt2/html/qlayout.html +share/doc/qt2/html/qlayoutitem-members.html +share/doc/qt2/html/qlayoutitem.html +share/doc/qt2/html/qlayoutiterator-members.html +share/doc/qt2/html/qlayoutiterator.html +share/doc/qt2/html/qlcdnum-m.png +share/doc/qt2/html/qlcdnum-w.png +share/doc/qt2/html/qlcdnumber-h.html +share/doc/qt2/html/qlcdnumber-members.html +share/doc/qt2/html/qlcdnumber.html +share/doc/qt2/html/qlined-m.png +share/doc/qt2/html/qlined-w.png +share/doc/qt2/html/qlineedit-h.html +share/doc/qt2/html/qlineedit-members.html +share/doc/qt2/html/qlineedit.html +share/doc/qt2/html/qlist-h.html +share/doc/qt2/html/qlist-members.html +share/doc/qt2/html/qlist.html +share/doc/qt2/html/qlistbox-h.html +share/doc/qt2/html/qlistbox-m.png +share/doc/qt2/html/qlistbox-members.html +share/doc/qt2/html/qlistbox-w.png +share/doc/qt2/html/qlistbox.html +share/doc/qt2/html/qlistboxitem-members.html +share/doc/qt2/html/qlistboxitem.html +share/doc/qt2/html/qlistboxpixmap-members.html +share/doc/qt2/html/qlistboxpixmap.html +share/doc/qt2/html/qlistboxtext-members.html +share/doc/qt2/html/qlistboxtext.html +share/doc/qt2/html/qlistiterator-members.html +share/doc/qt2/html/qlistiterator.html +share/doc/qt2/html/qlistview-h.html +share/doc/qt2/html/qlistview-members.html +share/doc/qt2/html/qlistview.html +share/doc/qt2/html/qlistviewitem-members.html +share/doc/qt2/html/qlistviewitem.html +share/doc/qt2/html/qlistviewitemiterator-members.html +share/doc/qt2/html/qlistviewitemiterator.html +share/doc/qt2/html/qlnode-members.html +share/doc/qt2/html/qlnode.html +share/doc/qt2/html/qmag-qmag-cpp.html +share/doc/qt2/html/qmainwindow-h.html +share/doc/qt2/html/qmainwindow-m.png +share/doc/qt2/html/qmainwindow-members.html +share/doc/qt2/html/qmainwindow-w.png +share/doc/qt2/html/qmainwindow.html +share/doc/qt2/html/qmap-h.html +share/doc/qt2/html/qmap-members.html +share/doc/qt2/html/qmap.html +share/doc/qt2/html/qmapconstiterator-members.html +share/doc/qt2/html/qmapconstiterator.html +share/doc/qt2/html/qmapiterator-members.html +share/doc/qt2/html/qmapiterator.html +share/doc/qt2/html/qmenubar-h.html +share/doc/qt2/html/qmenubar-m.png +share/doc/qt2/html/qmenubar-members.html +share/doc/qt2/html/qmenubar-w.png +share/doc/qt2/html/qmenubar.html +share/doc/qt2/html/qmenudata-h.html +share/doc/qt2/html/qmenudata-members.html +share/doc/qt2/html/qmenudata.html +share/doc/qt2/html/qmessagebox-h.html +share/doc/qt2/html/qmessagebox-members.html +share/doc/qt2/html/qmessagebox.html +share/doc/qt2/html/qmime-h.html +share/doc/qt2/html/qmimesource-members.html +share/doc/qt2/html/qmimesource.html +share/doc/qt2/html/qmimesourcefactory-members.html +share/doc/qt2/html/qmimesourcefactory.html +share/doc/qt2/html/qmlined-m.png +share/doc/qt2/html/qmlined-w.png +share/doc/qt2/html/qmotifstyle-h.html +share/doc/qt2/html/qmotifstyle-members.html +share/doc/qt2/html/qmotifstyle.html +share/doc/qt2/html/qmouseevent-members.html +share/doc/qt2/html/qmouseevent.html +share/doc/qt2/html/qmoveevent-members.html +share/doc/qt2/html/qmoveevent.html +share/doc/qt2/html/qmovie-h.html +share/doc/qt2/html/qmovie-members.html +share/doc/qt2/html/qmovie.html +share/doc/qt2/html/qmovie.png +share/doc/qt2/html/qmsgbox-m.png +share/doc/qt2/html/qmsgbox-w.png +share/doc/qt2/html/qmultilineedit-h.html +share/doc/qt2/html/qmultilineedit-members.html +share/doc/qt2/html/qmultilineedit.html +share/doc/qt2/html/qnamespace-h.html +share/doc/qt2/html/qnetworkegg.html +share/doc/qt2/html/qnp-h.html +share/doc/qt2/html/qnpinstance-members.html +share/doc/qt2/html/qnpinstance.html +share/doc/qt2/html/qnplugin-members.html +share/doc/qt2/html/qnplugin.html +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/qobject-h.html +share/doc/qt2/html/qobject-members.html +share/doc/qt2/html/qobject.html +share/doc/qt2/html/qpaintdevice-h.html +share/doc/qt2/html/qpaintdevice-members.html +share/doc/qt2/html/qpaintdevice.html +share/doc/qt2/html/qpaintdevicemetrics-h.html +share/doc/qt2/html/qpaintdevicemetrics-members.html +share/doc/qt2/html/qpaintdevicemetrics.html +share/doc/qt2/html/qpainter-h.html +share/doc/qt2/html/qpainter-members.html +share/doc/qt2/html/qpainter.html +share/doc/qt2/html/qpaintevent-members.html +share/doc/qt2/html/qpaintevent.html +share/doc/qt2/html/qpalette-h.html +share/doc/qt2/html/qpalette-members.html +share/doc/qt2/html/qpalette.html +share/doc/qt2/html/qpen-h.html +share/doc/qt2/html/qpen-members.html +share/doc/qt2/html/qpen.html +share/doc/qt2/html/qpicture-h.html +share/doc/qt2/html/qpicture-members.html +share/doc/qt2/html/qpicture.html +share/doc/qt2/html/qpixmap-h.html +share/doc/qt2/html/qpixmap-members.html +share/doc/qt2/html/qpixmap.html +share/doc/qt2/html/qpixmapcache-h.html +share/doc/qt2/html/qpixmapcache-members.html +share/doc/qt2/html/qpixmapcache.html +share/doc/qt2/html/qplatinumstyle-h.html +share/doc/qt2/html/qplatinumstyle-members.html +share/doc/qt2/html/qplatinumstyle.html +share/doc/qt2/html/qpngimagepacker-members.html +share/doc/qt2/html/qpngimagepacker.html +share/doc/qt2/html/qpngio-h.html +share/doc/qt2/html/qpoint-h.html +share/doc/qt2/html/qpoint-members.html +share/doc/qt2/html/qpoint.html +share/doc/qt2/html/qpointarray-h.html +share/doc/qt2/html/qpointarray-members.html +share/doc/qt2/html/qpointarray.html +share/doc/qt2/html/qpopmenu-m.png +share/doc/qt2/html/qpopmenu-w.png +share/doc/qt2/html/qpopupmenu-h.html +share/doc/qt2/html/qpopupmenu-members.html +share/doc/qt2/html/qpopupmenu.html +share/doc/qt2/html/qprinter-h.html +share/doc/qt2/html/qprinter-members.html +share/doc/qt2/html/qprinter.html +share/doc/qt2/html/qprogbar-m.png +share/doc/qt2/html/qprogbar-w.png +share/doc/qt2/html/qprogdlg-m.png +share/doc/qt2/html/qprogdlg-w.png +share/doc/qt2/html/qprogressbar-h.html +share/doc/qt2/html/qprogressbar-members.html +share/doc/qt2/html/qprogressbar.html +share/doc/qt2/html/qprogressdialog-h.html +share/doc/qt2/html/qprogressdialog-members.html +share/doc/qt2/html/qprogressdialog.html +share/doc/qt2/html/qptrdict-h.html +share/doc/qt2/html/qptrdict-members.html +share/doc/qt2/html/qptrdict.html +share/doc/qt2/html/qptrdictiterator-members.html +share/doc/qt2/html/qptrdictiterator.html +share/doc/qt2/html/qpushbt-m.png +share/doc/qt2/html/qpushbt-w.png +share/doc/qt2/html/qpushbutton-h.html +share/doc/qt2/html/qpushbutton-members.html +share/doc/qt2/html/qpushbutton.html +share/doc/qt2/html/qqueue-h.html +share/doc/qt2/html/qqueue-members.html +share/doc/qt2/html/qqueue.html +share/doc/qt2/html/qradiobt-m.png +share/doc/qt2/html/qradiobt-w.png +share/doc/qt2/html/qradiobutton-h.html +share/doc/qt2/html/qradiobutton-members.html +share/doc/qt2/html/qradiobutton.html +share/doc/qt2/html/qrangecontrol-h.html +share/doc/qt2/html/qrangecontrol-members.html +share/doc/qt2/html/qrangecontrol.html +share/doc/qt2/html/qrect-h.html +share/doc/qt2/html/qrect-members.html +share/doc/qt2/html/qrect.html +share/doc/qt2/html/qregexp-h.html +share/doc/qt2/html/qregexp-members.html +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/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/qscrollbar-h.html +share/doc/qt2/html/qscrollbar-members.html +share/doc/qt2/html/qscrollbar.html +share/doc/qt2/html/qscrollview-cl.png +share/doc/qt2/html/qscrollview-h.html +share/doc/qt2/html/qscrollview-m.png +share/doc/qt2/html/qscrollview-members.html +share/doc/qt2/html/qscrollview-vp.png +share/doc/qt2/html/qscrollview-vp2.png +share/doc/qt2/html/qscrollview-w.png +share/doc/qt2/html/qscrollview.html +share/doc/qt2/html/qsemimodal-h.html +share/doc/qt2/html/qsemimodal-members.html +share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qsessionmanager-h.html +share/doc/qt2/html/qsessionmanager-members.html +share/doc/qt2/html/qsessionmanager.html +share/doc/qt2/html/qshared-h.html +share/doc/qt2/html/qshared-members.html +share/doc/qt2/html/qshared.html +share/doc/qt2/html/qshowevent-members.html +share/doc/qt2/html/qshowevent.html +share/doc/qt2/html/qsignal-h.html +share/doc/qt2/html/qsignal-members.html +share/doc/qt2/html/qsignal.html +share/doc/qt2/html/qsignalmapper-h.html +share/doc/qt2/html/qsignalmapper-members.html +share/doc/qt2/html/qsignalmapper.html +share/doc/qt2/html/qsimplerichtext-h.html +share/doc/qt2/html/qsimplerichtext-members.html +share/doc/qt2/html/qsimplerichtext.html +share/doc/qt2/html/qsize-h.html +share/doc/qt2/html/qsize-members.html +share/doc/qt2/html/qsize.html +share/doc/qt2/html/qsizegrip-h.html +share/doc/qt2/html/qsizegrip-members.html +share/doc/qt2/html/qsizegrip.html +share/doc/qt2/html/qsizepolicy-h.html +share/doc/qt2/html/qsizepolicy-members.html +share/doc/qt2/html/qsizepolicy.html +share/doc/qt2/html/qslider-h.html +share/doc/qt2/html/qslider-m.png +share/doc/qt2/html/qslider-members.html +share/doc/qt2/html/qslider-w.png +share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocketnotifier-h.html +share/doc/qt2/html/qsocketnotifier-members.html +share/doc/qt2/html/qsocketnotifier.html +share/doc/qt2/html/qsortedlist-h.html +share/doc/qt2/html/qsortedlist-members.html +share/doc/qt2/html/qsortedlist.html +share/doc/qt2/html/qspaceritem-members.html +share/doc/qt2/html/qspaceritem.html +share/doc/qt2/html/qspinbox-h.html +share/doc/qt2/html/qspinbox-m.png +share/doc/qt2/html/qspinbox-members.html +share/doc/qt2/html/qspinbox-w.png +share/doc/qt2/html/qspinbox.html +share/doc/qt2/html/qsplitter-h.html +share/doc/qt2/html/qsplitter-m.png +share/doc/qt2/html/qsplitter-members.html +share/doc/qt2/html/qsplitter-w.png +share/doc/qt2/html/qsplitter.html +share/doc/qt2/html/qstack-h.html +share/doc/qt2/html/qstack-members.html +share/doc/qt2/html/qstack.html +share/doc/qt2/html/qstatusbar-h.html +share/doc/qt2/html/qstatusbar-m.png +share/doc/qt2/html/qstatusbar-members.html +share/doc/qt2/html/qstatusbar-w.png +share/doc/qt2/html/qstatusbar.html +share/doc/qt2/html/qstoreddrag-members.html +share/doc/qt2/html/qstoreddrag.html +share/doc/qt2/html/qstrilist-members.html +share/doc/qt2/html/qstrilist.html +share/doc/qt2/html/qstring-h.html +share/doc/qt2/html/qstring-members.html +share/doc/qt2/html/qstring.html +share/doc/qt2/html/qstringlist-h.html +share/doc/qt2/html/qstringlist-members.html +share/doc/qt2/html/qstringlist.html +share/doc/qt2/html/qstrlist-h.html +share/doc/qt2/html/qstrlist-members.html +share/doc/qt2/html/qstrlist.html +share/doc/qt2/html/qstyle-h.html +share/doc/qt2/html/qstyle-members.html +share/doc/qt2/html/qstyle.html +share/doc/qt2/html/qstylesheet-h.html +share/doc/qt2/html/qstylesheet-members.html +share/doc/qt2/html/qstylesheet.html +share/doc/qt2/html/qstylesheetitem-members.html +share/doc/qt2/html/qstylesheetitem.html +share/doc/qt2/html/qt-members.html +share/doc/qt2/html/qt.html +share/doc/qt2/html/qtab-members.html +share/doc/qt2/html/qtab.html +share/doc/qt2/html/qtabbar-h.html +share/doc/qt2/html/qtabbar-m.png +share/doc/qt2/html/qtabbar-members.html +share/doc/qt2/html/qtabbar-w.png +share/doc/qt2/html/qtabbar.html +share/doc/qt2/html/qtabdialog-h.html +share/doc/qt2/html/qtabdialog-members.html +share/doc/qt2/html/qtabdialog.html +share/doc/qt2/html/qtabdlg-m.png +share/doc/qt2/html/qtabdlg-w.png +share/doc/qt2/html/qtableview-h.html +share/doc/qt2/html/qtableview-members.html +share/doc/qt2/html/qtableview.html +share/doc/qt2/html/qtablevw-m.png +share/doc/qt2/html/qtablevw-w.png +share/doc/qt2/html/qtabwidget-h.html +share/doc/qt2/html/qtabwidget-members.html +share/doc/qt2/html/qtabwidget.html +share/doc/qt2/html/qtextbrowser-h.html +share/doc/qt2/html/qtextbrowser-members.html +share/doc/qt2/html/qtextbrowser.html +share/doc/qt2/html/qtextcodec-h.html +share/doc/qt2/html/qtextcodec-members.html +share/doc/qt2/html/qtextcodec.html +share/doc/qt2/html/qtextdecoder-members.html +share/doc/qt2/html/qtextdecoder.html +share/doc/qt2/html/qtextdrag-members.html +share/doc/qt2/html/qtextdrag.html +share/doc/qt2/html/qtextencoder-members.html +share/doc/qt2/html/qtextencoder.html +share/doc/qt2/html/qtextistream-members.html +share/doc/qt2/html/qtextistream.html +share/doc/qt2/html/qtextostream-members.html +share/doc/qt2/html/qtextostream.html +share/doc/qt2/html/qtextstream-h.html +share/doc/qt2/html/qtextstream-members.html +share/doc/qt2/html/qtextstream.html +share/doc/qt2/html/qtextview-h.html +share/doc/qt2/html/qtextview-members.html +share/doc/qt2/html/qtextview.html +share/doc/qt2/html/qtimage-qtimage-cpp.html +share/doc/qt2/html/qtime-members.html +share/doc/qt2/html/qtime.html +share/doc/qt2/html/qtimer-h.html +share/doc/qt2/html/qtimer-members.html +share/doc/qt2/html/qtimer.html +share/doc/qt2/html/qtimerevent-members.html +share/doc/qt2/html/qtimerevent.html +share/doc/qt2/html/qtl.html +share/doc/qt2/html/qtlogo.png +share/doc/qt2/html/qtoolbar-h.html +share/doc/qt2/html/qtoolbar-members.html +share/doc/qt2/html/qtoolbar.html +share/doc/qt2/html/qtoolbutton-h.html +share/doc/qt2/html/qtoolbutton-members.html +share/doc/qt2/html/qtoolbutton.html +share/doc/qt2/html/qtooltip-h.html +share/doc/qt2/html/qtooltip-members.html +share/doc/qt2/html/qtooltip.html +share/doc/qt2/html/qtooltipgroup-members.html +share/doc/qt2/html/qtooltipgroup.html +share/doc/qt2/html/qtranslator-h.html +share/doc/qt2/html/qtranslator-members.html +share/doc/qt2/html/qtranslator.html +share/doc/qt2/html/quridrag-members.html +share/doc/qt2/html/quridrag.html +share/doc/qt2/html/qvalidator-h.html +share/doc/qt2/html/qvalidator-members.html +share/doc/qt2/html/qvalidator.html +share/doc/qt2/html/qvaluelist-h.html +share/doc/qt2/html/qvaluelist-members.html +share/doc/qt2/html/qvaluelist.html +share/doc/qt2/html/qvaluelistconstiterator-members.html +share/doc/qt2/html/qvaluelistconstiterator.html +share/doc/qt2/html/qvaluelistiterator-members.html +share/doc/qt2/html/qvaluelistiterator.html +share/doc/qt2/html/qvbox-h.html +share/doc/qt2/html/qvbox-m.png +share/doc/qt2/html/qvbox-members.html +share/doc/qt2/html/qvbox-w.png +share/doc/qt2/html/qvbox.html +share/doc/qt2/html/qvbox.png +share/doc/qt2/html/qvboxlayout-members.html +share/doc/qt2/html/qvboxlayout.html +share/doc/qt2/html/qvbuttongroup-h.html +share/doc/qt2/html/qvbuttongroup-members.html +share/doc/qt2/html/qvbuttongroup.html +share/doc/qt2/html/qvgroupbox-h.html +share/doc/qt2/html/qvgroupbox-members.html +share/doc/qt2/html/qvgroupbox.html +share/doc/qt2/html/qwerty-main-cpp.html +share/doc/qt2/html/qwhatsthis-h.html +share/doc/qt2/html/qwhatsthis-members.html +share/doc/qt2/html/qwhatsthis.html +share/doc/qt2/html/qwheelevent-members.html +share/doc/qt2/html/qwheelevent.html +share/doc/qt2/html/qwidget-h.html +share/doc/qt2/html/qwidget-members.html +share/doc/qt2/html/qwidget.html +share/doc/qt2/html/qwidgetitem-members.html +share/doc/qt2/html/qwidgetitem.html +share/doc/qt2/html/qwidgetstack-h.html +share/doc/qt2/html/qwidgetstack-members.html +share/doc/qt2/html/qwidgetstack.html +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/qwizard-h.html +share/doc/qt2/html/qwizard-members.html +share/doc/qt2/html/qwizard.html +share/doc/qt2/html/qwmatrix-h.html +share/doc/qt2/html/qwmatrix-members.html +share/doc/qt2/html/qwmatrix.html +share/doc/qt2/html/qxt-h.html +share/doc/qt2/html/qxtapplication-members.html +share/doc/qt2/html/qxtapplication.html +share/doc/qt2/html/qxtwidget-members.html +share/doc/qt2/html/qxtwidget.html +share/doc/qt2/html/rangecontrols-main-cpp.html +share/doc/qt2/html/realwidgets.html +share/doc/qt2/html/removed20.html +share/doc/qt2/html/richtext-main-cpp.html +share/doc/qt2/html/rot13-rot13-cpp.html +share/doc/qt2/html/scribble-main-cpp.html +share/doc/qt2/html/scrollview-scrollview-cpp.html +share/doc/qt2/html/session.html +share/doc/qt2/html/session.png +share/doc/qt2/html/shared.html +share/doc/qt2/html/shclass.html +share/doc/qt2/html/showimg-main-cpp.html +share/doc/qt2/html/simple-application.html +share/doc/qt2/html/splitter-splitter-cpp.html +share/doc/qt2/html/t1.html +share/doc/qt2/html/t1.png +share/doc/qt2/html/t10-cannon-cpp.html +share/doc/qt2/html/t10-cannon-h.html +share/doc/qt2/html/t10-lcdrange-cpp.html +share/doc/qt2/html/t10-lcdrange-h.html +share/doc/qt2/html/t10-main-cpp.html +share/doc/qt2/html/t10-makefile.html +share/doc/qt2/html/t10.html +share/doc/qt2/html/t10.png +share/doc/qt2/html/t11-cannon-cpp.html +share/doc/qt2/html/t11-cannon-h.html +share/doc/qt2/html/t11-lcdrange-cpp.html +share/doc/qt2/html/t11-lcdrange-h.html +share/doc/qt2/html/t11-main-cpp.html +share/doc/qt2/html/t11-makefile.html +share/doc/qt2/html/t11.html +share/doc/qt2/html/t11.png +share/doc/qt2/html/t12-cannon-cpp.html +share/doc/qt2/html/t12-cannon-h.html +share/doc/qt2/html/t12-lcdrange-cpp.html +share/doc/qt2/html/t12-lcdrange-h.html +share/doc/qt2/html/t12-main-cpp.html +share/doc/qt2/html/t12-makefile.html +share/doc/qt2/html/t12.html +share/doc/qt2/html/t12.png +share/doc/qt2/html/t13-cannon-cpp.html +share/doc/qt2/html/t13-cannon-h.html +share/doc/qt2/html/t13-gamebrd-cpp.html +share/doc/qt2/html/t13-gamebrd-h.html +share/doc/qt2/html/t13-lcdrange-cpp.html +share/doc/qt2/html/t13-lcdrange-h.html +share/doc/qt2/html/t13-main-cpp.html +share/doc/qt2/html/t13-makefile.html +share/doc/qt2/html/t13.html +share/doc/qt2/html/t13.png +share/doc/qt2/html/t14-cannon-cpp.html +share/doc/qt2/html/t14-cannon-h.html +share/doc/qt2/html/t14-gamebrd-cpp.html +share/doc/qt2/html/t14-gamebrd-h.html +share/doc/qt2/html/t14-lcdrange-cpp.html +share/doc/qt2/html/t14-lcdrange-h.html +share/doc/qt2/html/t14-main-cpp.html +share/doc/qt2/html/t14-makefile.html +share/doc/qt2/html/t14.html +share/doc/qt2/html/t14.png +share/doc/qt2/html/t2.html +share/doc/qt2/html/t2.png +share/doc/qt2/html/t3.html +share/doc/qt2/html/t3.png +share/doc/qt2/html/t4.html +share/doc/qt2/html/t4.png +share/doc/qt2/html/t5.html +share/doc/qt2/html/t5.png +share/doc/qt2/html/t6.html +share/doc/qt2/html/t6.png +share/doc/qt2/html/t7-lcdrange-cpp.html +share/doc/qt2/html/t7-lcdrange-h.html +share/doc/qt2/html/t7-main-cpp.html +share/doc/qt2/html/t7-makefile.html +share/doc/qt2/html/t7.html +share/doc/qt2/html/t7.png +share/doc/qt2/html/t8-cannon-cpp.html +share/doc/qt2/html/t8-cannon-h.html +share/doc/qt2/html/t8-lcdrange-cpp.html +share/doc/qt2/html/t8-lcdrange-h.html +share/doc/qt2/html/t8-main-cpp.html +share/doc/qt2/html/t8-makefile.html +share/doc/qt2/html/t8.html +share/doc/qt2/html/t8.png +share/doc/qt2/html/t9-cannon-cpp.html +share/doc/qt2/html/t9-cannon-h.html +share/doc/qt2/html/t9-lcdrange-cpp.html +share/doc/qt2/html/t9-lcdrange-h.html +share/doc/qt2/html/t9-main-cpp.html +share/doc/qt2/html/t9-makefile.html +share/doc/qt2/html/t9.html +share/doc/qt2/html/t9.png +share/doc/qt2/html/t9_1.png +share/doc/qt2/html/t9_2.png +share/doc/qt2/html/tabdialog-tabdialog-cpp.html +share/doc/qt2/html/table-main-cpp.html +share/doc/qt2/html/test.png +share/doc/qt2/html/tetrix-tetrix-cpp.html +share/doc/qt2/html/themes-main-cpp.html +share/doc/qt2/html/tictac-main-cpp.html +share/doc/qt2/html/time.html +share/doc/qt2/html/tools.html +share/doc/qt2/html/tooltip-main-cpp.html +share/doc/qt2/html/topicals.html +share/doc/qt2/html/treeview.png +share/doc/qt2/html/trivial-trivial-cpp.html +share/doc/qt2/html/troll.html +share/doc/qt2/html/ttlogo-small.jpg +share/doc/qt2/html/ttlogo-small.png +share/doc/qt2/html/tutorial.html +share/doc/qt2/html/tutorial.png +share/doc/qt2/html/validator-main-cpp.html +share/doc/qt2/html/whatsthis.png +share/doc/qt2/html/wizard-main-cpp.html +share/doc/qt2/html/xform-xform-cpp.html +share/doc/qt2/html/xt.html +share/doc/qt2/html/y2k.html +@dirrm include/X11/qt2 +@dirrm share/doc/qt2/html +@dirrm share/doc/qt2 -- cgit v1.2.3