summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile8
-rw-r--r--x11-toolkits/attica/Makefile44
-rw-r--r--x11-toolkits/attica/distinfo2
-rw-r--r--x11-toolkits/attica/pkg-descr11
-rw-r--r--x11-toolkits/attica/pkg-plist47
-rw-r--r--x11-toolkits/py-qt4-gui/Makefile36
-rw-r--r--x11-toolkits/py-qt4-gui/pkg-descr4
-rw-r--r--x11-toolkits/py-qt4-gui/pkg-plist207
-rw-r--r--x11-toolkits/qt4-declarative/Makefile55
-rw-r--r--x11-toolkits/qt4-declarative/pkg-plist77
-rw-r--r--x11-toolkits/qt4-gui/Makefile101
-rw-r--r--x11-toolkits/qt4-gui/files/patch-src_gui_kernel_qx11embed__x11.cpp48
-rw-r--r--x11-toolkits/qt4-gui/pkg-plist1155
-rw-r--r--x11-toolkits/qt4pas/Makefile33
-rw-r--r--x11-toolkits/qt4pas/distinfo2
-rw-r--r--x11-toolkits/qt4pas/pkg-descr11
-rw-r--r--x11-toolkits/qt4pas/pkg-plist4
-rw-r--r--x11-toolkits/qwt5-designerplugin/Makefile33
-rw-r--r--x11-toolkits/qwt5-designerplugin/distinfo2
-rw-r--r--x11-toolkits/qwt5-designerplugin/files/patch-designer__designer.pro11
-rw-r--r--x11-toolkits/qwt5-designerplugin/pkg-descr9
-rw-r--r--x11-toolkits/qwt5-designerplugin/pkg-plist1
-rw-r--r--x11-toolkits/qwt5/Makefile32
-rw-r--r--x11-toolkits/qwt5/distinfo2
-rw-r--r--x11-toolkits/qwt5/files/patch-qwtconfig.pri39
-rw-r--r--x11-toolkits/qwt5/files/patch-src__src.pro8
-rw-r--r--x11-toolkits/qwt5/pkg-descr8
-rw-r--r--x11-toolkits/qwt5/pkg-plist161
-rw-r--r--x11-toolkits/soqt/Makefile44
-rw-r--r--x11-toolkits/soqt/distinfo2
-rw-r--r--x11-toolkits/soqt/pkg-descr7
-rw-r--r--x11-toolkits/soqt/pkg-plist32
32 files changed, 0 insertions, 2236 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 8bc738f3528e..b0e749f11994 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -6,7 +6,6 @@
SUBDIR += SoXt
SUBDIR += Xaw3d
SUBDIR += Xmt
- SUBDIR += attica
SUBDIR += blt
SUBDIR += bwidget
SUBDIR += c++-gtk-utils
@@ -204,7 +203,6 @@
SUBDIR += py-gui
SUBDIR += py-kivy
SUBDIR += py-kiwi-gtk
- SUBDIR += py-qt4-gui
SUBDIR += py-qt5-gui
SUBDIR += py-qt5-quick
SUBDIR += py-qt5-quickwidgets
@@ -221,9 +219,6 @@
SUBDIR += py-xlib
SUBDIR += pypy-tkinter
SUBDIR += qml-box2d
- SUBDIR += qt4-declarative
- SUBDIR += qt4-gui
- SUBDIR += qt4pas
SUBDIR += qt5-canvas3d
SUBDIR += qt5-charts
SUBDIR += qt5-datavis3d
@@ -239,8 +234,6 @@
SUBDIR += qt5pas
SUBDIR += qtermwidget
SUBDIR += qtermwidget-l10n
- SUBDIR += qwt5
- SUBDIR += qwt5-designerplugin
SUBDIR += qwt5-qt5
SUBDIR += qwt6
SUBDIR += rep-gtk2
@@ -260,7 +253,6 @@
SUBDIR += shared-desktop-ontologies
SUBDIR += skinlf
SUBDIR += slingshot
- SUBDIR += soqt
SUBDIR += soqt-devel
SUBDIR += swt
SUBDIR += swt-devel
diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile
deleted file mode 100644
index 730f3590663b..000000000000
--- a/x11-toolkits/attica/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: Dima Panov <fluffy@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= attica
-PORTVERSION= 0.4.2
-PORTREVISION= 2
-PORTEPOCH= 2
-CATEGORIES= x11-toolkits
-MASTER_SITES= KDE/stable/${PORTNAME}
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Open Collaboration Services API library
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USE_QT= network qtestlib_build xml \
- moc_build qmake_build rcc_build uic_build
-USE_LDCONFIG= yes
-USES= cmake qt:4 tar:bzip2
-CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \
- -DQT4_BUILD:BOOL=ON
-USE_CXXSTD= gnu++98
-
-post-patch:
-# LIB_DESTINATION is not caught by USES=pathfix.
- ${REINPLACE_CMD} \
- -e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
- ${WRKSRC}/lib/CMakeLists.txt
-# By default attica will produce libattica.0.4.so but not libattica.0.so.
- ${REINPLACE_CMD} \
- -e 's,.$${CMAKE_LIBATTICA_VERSION_MINOR},,' \
- ${WRKSRC}/lib/CMakeLists.txt
-# Install headers into a subdirectory of ${LOCALBASE}/include so that passing
-# -I${LOCALBASE}/include does not cause it to be preferred over the KF5 version
-# installed into ${LOCALBASE}/include/KF5.
- ${REINPLACE_CMD} \
- -e "s,include/attica,include/attica/attica," \
- ${WRKSRC}/lib/CMakeLists.txt
- ${REINPLACE_CMD} \
- -e "s,/include,/include/attica," \
- ${WRKSRC}/lib/cmake/libattica.pc.cmake
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/attica/distinfo b/x11-toolkits/attica/distinfo
deleted file mode 100644
index 716cddd38e21..000000000000
--- a/x11-toolkits/attica/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (attica-0.4.2.tar.bz2) = 3b9c53770862c0b21b7af7ea15951c35831126022bb8d052760d9cf8bd7ee4f8
-SIZE (attica-0.4.2.tar.bz2) = 57093
diff --git a/x11-toolkits/attica/pkg-descr b/x11-toolkits/attica/pkg-descr
deleted file mode 100644
index 4ab38c82ae8e..000000000000
--- a/x11-toolkits/attica/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Attica is a Qt library that implements the Open Collaboration
-Services API version 1.4. The REST API is defined here:
-
-http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
-
-It grants easy access to the services such as querying information
-about persons and contents. The library is used in KNewStuff3 as
-content provider. In order to integrate with KDE's Plasma Desktop,
-a platform plugin exists in kdebase.
-
-WWW: http://www.kde.org/
diff --git a/x11-toolkits/attica/pkg-plist b/x11-toolkits/attica/pkg-plist
deleted file mode 100644
index e0a1029c8da7..000000000000
--- a/x11-toolkits/attica/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-include/attica/attica/accountbalance.h
-include/attica/attica/achievement.h
-include/attica/attica/activity.h
-include/attica/attica/atticabasejob.h
-include/attica/attica/atticaclient_export.h
-include/attica/attica/atticautils.h
-include/attica/attica/buildservice.h
-include/attica/attica/buildservicejob.h
-include/attica/attica/buildservicejoboutput.h
-include/attica/attica/category.h
-include/attica/attica/comment.h
-include/attica/attica/content.h
-include/attica/attica/deletejob.h
-include/attica/attica/distribution.h
-include/attica/attica/downloaddescription.h
-include/attica/attica/downloaditem.h
-include/attica/attica/event.h
-include/attica/attica/folder.h
-include/attica/attica/forum.h
-include/attica/attica/getjob.h
-include/attica/attica/homepageentry.h
-include/attica/attica/homepagetype.h
-include/attica/attica/icon.h
-include/attica/attica/itemjob.h
-include/attica/attica/knowledgebaseentry.h
-include/attica/attica/license.h
-include/attica/attica/listjob.h
-include/attica/attica/message.h
-include/attica/attica/metadata.h
-include/attica/attica/person.h
-include/attica/attica/platformdependent.h
-include/attica/attica/platformdependent_v2.h
-include/attica/attica/postjob.h
-include/attica/attica/privatedata.h
-include/attica/attica/project.h
-include/attica/attica/provider.h
-include/attica/attica/providermanager.h
-include/attica/attica/publisher.h
-include/attica/attica/publisherfield.h
-include/attica/attica/putjob.h
-include/attica/attica/remoteaccount.h
-include/attica/attica/topic.h
-include/attica/attica/version.h
-lib/libattica.so
-lib/libattica.so.0
-lib/libattica.so.0.4.2
-libdata/pkgconfig/libattica.pc
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile
deleted file mode 100644
index 9b16eba44370..000000000000
--- a/x11-toolkits/py-qt4-gui/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Danny Pansters <danny@ricin.com>
-# $FreeBSD$
-
-PORTNAME= gui
-PORTREVISION= 4
-PORTEPOCH= 1
-CATEGORIES= x11-toolkits devel python
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Python bindings for the Qt4 toolkit, QtGui module
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-CONFIGURE_ARGS= --enable QtGui
-PYQT_DIST= yes
-
-USES= python pyqt:4 qt:4
-USE_PYQT= sip_build core_run
-USE_PYTHON= concurrent flavors py3kplist
-USE_QT= corelib gui imageformats_run inputmethods_run iconengines_run \
- moc_build qmake_build
-
-OPTIONS_DEFINE= API DEBUG
-OPTIONS_DEFAULT=API
-OPTIONS_SUB= yes
-
-API_DESC= Install QtGui API for QScintilla2
-API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
-API_CONFIGURE_OFF= --no-qsci-api
-API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
-DEBUG_CONFIGURE_ON= --debug --trace
-
-BROKEN_sparc64= Does not compile on sparc64
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/py-qt4-gui/pkg-descr b/x11-toolkits/py-qt4-gui/pkg-descr
deleted file mode 100644
index 4687a5c444b9..000000000000
--- a/x11-toolkits/py-qt4-gui/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
-This package provides the QtGui module.
-
-WWW: https://riverbankcomputing.com/software/pyqt
diff --git a/x11-toolkits/py-qt4-gui/pkg-plist b/x11-toolkits/py-qt4-gui/pkg-plist
deleted file mode 100644
index 58568ab6eef4..000000000000
--- a/x11-toolkits/py-qt4-gui/pkg-plist
+++ /dev/null
@@ -1,207 +0,0 @@
-%%PYTHON_SITELIBDIR%%/PyQt4/QtGui.so
-%%PYQT_SIPDIR%%/QtGui/QtGuimod.sip
-%%PYQT_SIPDIR%%/QtGui/opengl_types.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractbutton.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractitemdelegate.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractitemview.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractprintdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractproxymodel.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractscrollarea.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractslider.sip
-%%PYQT_SIPDIR%%/QtGui/qabstractspinbox.sip
-%%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qaction.sip
-%%PYQT_SIPDIR%%/QtGui/qactiongroup.sip
-%%PYQT_SIPDIR%%/QtGui/qapplication.sip
-%%PYQT_SIPDIR%%/QtGui/qbitmap.sip
-%%PYQT_SIPDIR%%/QtGui/qboxlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qbrush.sip
-%%PYQT_SIPDIR%%/QtGui/qbuttongroup.sip
-%%PYQT_SIPDIR%%/QtGui/qcalendarwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qcheckbox.sip
-%%PYQT_SIPDIR%%/QtGui/qclipboard.sip
-%%PYQT_SIPDIR%%/QtGui/qcolor.sip
-%%PYQT_SIPDIR%%/QtGui/qcolordialog.sip
-%%PYQT_SIPDIR%%/QtGui/qcolumnview.sip
-%%PYQT_SIPDIR%%/QtGui/qcombobox.sip
-%%PYQT_SIPDIR%%/QtGui/qcommandlinkbutton.sip
-%%PYQT_SIPDIR%%/QtGui/qcommonstyle.sip
-%%PYQT_SIPDIR%%/QtGui/qcompleter.sip
-%%PYQT_SIPDIR%%/QtGui/qcursor.sip
-%%PYQT_SIPDIR%%/QtGui/qdatawidgetmapper.sip
-%%PYQT_SIPDIR%%/QtGui/qdatetimeedit.sip
-%%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip
-%%PYQT_SIPDIR%%/QtGui/qdesktopwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qdial.sip
-%%PYQT_SIPDIR%%/QtGui/qdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qdialogbuttonbox.sip
-%%PYQT_SIPDIR%%/QtGui/qdirmodel.sip
-%%PYQT_SIPDIR%%/QtGui/qdockwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qdrag.sip
-%%PYQT_SIPDIR%%/QtGui/qdrawutil.sip
-%%PYQT_SIPDIR%%/QtGui/qerrormessage.sip
-%%PYQT_SIPDIR%%/QtGui/qevent.sip
-%%PYQT_SIPDIR%%/QtGui/qfiledialog.sip
-%%PYQT_SIPDIR%%/QtGui/qfileiconprovider.sip
-%%PYQT_SIPDIR%%/QtGui/qfilesystemmodel.sip
-%%PYQT_SIPDIR%%/QtGui/qfocusframe.sip
-%%PYQT_SIPDIR%%/QtGui/qfont.sip
-%%PYQT_SIPDIR%%/QtGui/qfontcombobox.sip
-%%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip
-%%PYQT_SIPDIR%%/QtGui/qfontdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qfontinfo.sip
-%%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip
-%%PYQT_SIPDIR%%/QtGui/qformlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qframe.sip
-%%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip
-%%PYQT_SIPDIR%%/QtGui/qgesture.sip
-%%PYQT_SIPDIR%%/QtGui/qgesturerecognizer.sip
-%%PYQT_SIPDIR%%/QtGui/qglyphrun.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsanchorlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicseffect.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsgridlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsitem.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsitemanimation.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicslayout.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicslayoutitem.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicslinearlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsproxywidget.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsscene.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicssceneevent.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicstransform.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicsview.sip
-%%PYQT_SIPDIR%%/QtGui/qgraphicswidget.sip
-%%PYQT_SIPDIR%%/QtGui/qgridlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qgroupbox.sip
-%%PYQT_SIPDIR%%/QtGui/qguiapplication.sip
-%%PYQT_SIPDIR%%/QtGui/qheaderview.sip
-%%PYQT_SIPDIR%%/QtGui/qicon.sip
-%%PYQT_SIPDIR%%/QtGui/qiconengine.sip
-%%PYQT_SIPDIR%%/QtGui/qidentityproxymodel.sip
-%%PYQT_SIPDIR%%/QtGui/qimage.sip
-%%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip
-%%PYQT_SIPDIR%%/QtGui/qimagereader.sip
-%%PYQT_SIPDIR%%/QtGui/qimagewriter.sip
-%%PYQT_SIPDIR%%/QtGui/qinputcontext.sip
-%%PYQT_SIPDIR%%/QtGui/qinputcontextfactory.sip
-%%PYQT_SIPDIR%%/QtGui/qinputdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qitemdelegate.sip
-%%PYQT_SIPDIR%%/QtGui/qitemeditorfactory.sip
-%%PYQT_SIPDIR%%/QtGui/qitemselectionmodel.sip
-%%PYQT_SIPDIR%%/QtGui/qkeyeventtransition.sip
-%%PYQT_SIPDIR%%/QtGui/qkeysequence.sip
-%%PYQT_SIPDIR%%/QtGui/qlabel.sip
-%%PYQT_SIPDIR%%/QtGui/qlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qlayoutitem.sip
-%%PYQT_SIPDIR%%/QtGui/qlcdnumber.sip
-%%PYQT_SIPDIR%%/QtGui/qlineedit.sip
-%%PYQT_SIPDIR%%/QtGui/qlistview.sip
-%%PYQT_SIPDIR%%/QtGui/qlistwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qmainwindow.sip
-%%PYQT_SIPDIR%%/QtGui/qmatrix.sip
-%%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip
-%%PYQT_SIPDIR%%/QtGui/qmdiarea.sip
-%%PYQT_SIPDIR%%/QtGui/qmdisubwindow.sip
-%%PYQT_SIPDIR%%/QtGui/qmenu.sip
-%%PYQT_SIPDIR%%/QtGui/qmenubar.sip
-%%PYQT_SIPDIR%%/QtGui/qmessagebox.sip
-%%PYQT_SIPDIR%%/QtGui/qmime.sip
-%%PYQT_SIPDIR%%/QtGui/qmouseeventtransition.sip
-%%PYQT_SIPDIR%%/QtGui/qmovie.sip
-%%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip
-%%PYQT_SIPDIR%%/QtGui/qpagesetupdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip
-%%PYQT_SIPDIR%%/QtGui/qpaintengine.sip
-%%PYQT_SIPDIR%%/QtGui/qpainter.sip
-%%PYQT_SIPDIR%%/QtGui/qpainterpath.sip
-%%PYQT_SIPDIR%%/QtGui/qpalette.sip
-%%PYQT_SIPDIR%%/QtGui/qpen.sip
-%%PYQT_SIPDIR%%/QtGui/qpicture.sip
-%%PYQT_SIPDIR%%/QtGui/qpixmap.sip
-%%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip
-%%PYQT_SIPDIR%%/QtGui/qplaintextedit.sip
-%%PYQT_SIPDIR%%/QtGui/qpolygon.sip
-%%PYQT_SIPDIR%%/QtGui/qprintdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qprintengine.sip
-%%PYQT_SIPDIR%%/QtGui/qprinter.sip
-%%PYQT_SIPDIR%%/QtGui/qprinterinfo.sip
-%%PYQT_SIPDIR%%/QtGui/qprintpreviewdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qprintpreviewwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qprogressbar.sip
-%%PYQT_SIPDIR%%/QtGui/qprogressdialog.sip
-%%PYQT_SIPDIR%%/QtGui/qproxymodel.sip
-%%PYQT_SIPDIR%%/QtGui/qpushbutton.sip
-%%PYQT_SIPDIR%%/QtGui/qpytextobject.sip
-%%PYQT_SIPDIR%%/QtGui/qquaternion.sip
-%%PYQT_SIPDIR%%/QtGui/qradiobutton.sip
-%%PYQT_SIPDIR%%/QtGui/qrawfont.sip
-%%PYQT_SIPDIR%%/QtGui/qregion.sip
-%%PYQT_SIPDIR%%/QtGui/qrgb.sip
-%%PYQT_SIPDIR%%/QtGui/qrubberband.sip
-%%PYQT_SIPDIR%%/QtGui/qscreen.sip
-%%PYQT_SIPDIR%%/QtGui/qscrollarea.sip
-%%PYQT_SIPDIR%%/QtGui/qscrollbar.sip
-%%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip
-%%PYQT_SIPDIR%%/QtGui/qshortcut.sip
-%%PYQT_SIPDIR%%/QtGui/qsizegrip.sip
-%%PYQT_SIPDIR%%/QtGui/qsizepolicy.sip
-%%PYQT_SIPDIR%%/QtGui/qslider.sip
-%%PYQT_SIPDIR%%/QtGui/qsortfilterproxymodel.sip
-%%PYQT_SIPDIR%%/QtGui/qsound.sip
-%%PYQT_SIPDIR%%/QtGui/qspinbox.sip
-%%PYQT_SIPDIR%%/QtGui/qsplashscreen.sip
-%%PYQT_SIPDIR%%/QtGui/qsplitter.sip
-%%PYQT_SIPDIR%%/QtGui/qstackedlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qstackedwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip
-%%PYQT_SIPDIR%%/QtGui/qstatictext.sip
-%%PYQT_SIPDIR%%/QtGui/qstatusbar.sip
-%%PYQT_SIPDIR%%/QtGui/qstringlistmodel.sip
-%%PYQT_SIPDIR%%/QtGui/qstyle.sip
-%%PYQT_SIPDIR%%/QtGui/qstyleditemdelegate.sip
-%%PYQT_SIPDIR%%/QtGui/qstylefactory.sip
-%%PYQT_SIPDIR%%/QtGui/qstyleoption.sip
-%%PYQT_SIPDIR%%/QtGui/qstylepainter.sip
-%%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip
-%%PYQT_SIPDIR%%/QtGui/qsystemtrayicon.sip
-%%PYQT_SIPDIR%%/QtGui/qtabbar.sip
-%%PYQT_SIPDIR%%/QtGui/qtableview.sip
-%%PYQT_SIPDIR%%/QtGui/qtablewidget.sip
-%%PYQT_SIPDIR%%/QtGui/qtabwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qtextbrowser.sip
-%%PYQT_SIPDIR%%/QtGui/qtextcursor.sip
-%%PYQT_SIPDIR%%/QtGui/qtextdocument.sip
-%%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip
-%%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip
-%%PYQT_SIPDIR%%/QtGui/qtextedit.sip
-%%PYQT_SIPDIR%%/QtGui/qtextformat.sip
-%%PYQT_SIPDIR%%/QtGui/qtextlayout.sip
-%%PYQT_SIPDIR%%/QtGui/qtextlist.sip
-%%PYQT_SIPDIR%%/QtGui/qtextobject.sip
-%%PYQT_SIPDIR%%/QtGui/qtextoption.sip
-%%PYQT_SIPDIR%%/QtGui/qtexttable.sip
-%%PYQT_SIPDIR%%/QtGui/qtoolbar.sip
-%%PYQT_SIPDIR%%/QtGui/qtoolbox.sip
-%%PYQT_SIPDIR%%/QtGui/qtoolbutton.sip
-%%PYQT_SIPDIR%%/QtGui/qtooltip.sip
-%%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip
-%%PYQT_SIPDIR%%/QtGui/qtransform.sip
-%%PYQT_SIPDIR%%/QtGui/qtreeview.sip
-%%PYQT_SIPDIR%%/QtGui/qtreewidget.sip
-%%PYQT_SIPDIR%%/QtGui/qtreewidgetitemiterator.sip
-%%PYQT_SIPDIR%%/QtGui/qundogroup.sip
-%%PYQT_SIPDIR%%/QtGui/qundostack.sip
-%%PYQT_SIPDIR%%/QtGui/qundoview.sip
-%%PYQT_SIPDIR%%/QtGui/qvalidator.sip
-%%PYQT_SIPDIR%%/QtGui/qvector2d.sip
-%%PYQT_SIPDIR%%/QtGui/qvector3d.sip
-%%PYQT_SIPDIR%%/QtGui/qvector4d.sip
-%%PYQT_SIPDIR%%/QtGui/qwhatsthis.sip
-%%PYQT_SIPDIR%%/QtGui/qwidget.sip
-%%PYQT_SIPDIR%%/QtGui/qwidgetaction.sip
-%%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip
-%%PYQT_SIPDIR%%/QtGui/qwizard.sip
-%%PYQT_SIPDIR%%/QtGui/qworkspace.sip
-%%PYQT_SIPDIR%%/QtGui/qx11embed_x11.sip
-%%PYQT_SIPDIR%%/QtGui/qx11info_x11.sip
-%%API%%%%PYQT_APIDIR%%/api/python/QtGui.api
diff --git a/x11-toolkits/qt4-declarative/Makefile b/x11-toolkits/qt4-declarative/Makefile
deleted file mode 100644
index f601400d283e..000000000000
--- a/x11-toolkits/qt4-declarative/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= declarative
-DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 2
-CATEGORIES= x11-toolkits
-PKGNAMEPREFIX= qt4-
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt declarative framework for dynamic user interfaces
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= qmake:no_env qt-dist:4
-USE_QT= moc_build rcc_build uic_build corelib gui network \
- opengl script sql svg xml xmlpatterns
-
-HAS_CONFIGURE= yes
-USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
-
-ALL_TARGET= first
-CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
-MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
- PATH=${WRKSRC}/bin:$$PATH
-
-DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
- src/activeqt src/dbus src/multimedia src/opengl src/openvg \
- src/phonon src/qt3support src/s60installs src/s60main \
- src/scripttools src/svg src/testlib src/tools src/winmain \
- src/xml src/3rdparty/clucene src/3rdparty/freetype \
- src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
- src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
-.for dne in ${DO_NOT_EXTRACT}
-EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
-.endfor
-
-BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-
-pre-configure:
- ${MKDIR} ${WRKSRC}/mkspecs
- ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
- ${LN} -sf ${MOC} ${WRKSRC}/bin/moc
- ${LN} -sf ${UIC} ${WRKSRC}/bin/uic
-
-post-configure:
- ${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
- -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
- ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
- -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \
- -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \
- ${WRKSRC}/lib/pkgconfig/QtDeclarative.pc
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/qt4-declarative/pkg-plist b/x11-toolkits/qt4-declarative/pkg-plist
deleted file mode 100644
index 7db694f970f6..000000000000
--- a/x11-toolkits/qt4-declarative/pkg-plist
+++ /dev/null
@@ -1,77 +0,0 @@
-%%QT_INCDIR%%/Qt/QtDeclarative
-%%QT_INCDIR%%/Qt/qdeclarative.h
-%%QT_INCDIR%%/Qt/qdeclarativecomponent.h
-%%QT_INCDIR%%/Qt/qdeclarativecontext.h
-%%QT_INCDIR%%/Qt/qdeclarativedebug.h
-%%QT_INCDIR%%/Qt/qdeclarativeengine.h
-%%QT_INCDIR%%/Qt/qdeclarativeerror.h
-%%QT_INCDIR%%/Qt/qdeclarativeexpression.h
-%%QT_INCDIR%%/Qt/qdeclarativeextensioninterface.h
-%%QT_INCDIR%%/Qt/qdeclarativeextensionplugin.h
-%%QT_INCDIR%%/Qt/qdeclarativeimageprovider.h
-%%QT_INCDIR%%/Qt/qdeclarativeinfo.h
-%%QT_INCDIR%%/Qt/qdeclarativeitem.h
-%%QT_INCDIR%%/Qt/qdeclarativelist.h
-%%QT_INCDIR%%/Qt/qdeclarativenetworkaccessmanagerfactory.h
-%%QT_INCDIR%%/Qt/qdeclarativeparserstatus.h
-%%QT_INCDIR%%/Qt/qdeclarativeprivate.h
-%%QT_INCDIR%%/Qt/qdeclarativeproperty.h
-%%QT_INCDIR%%/Qt/qdeclarativepropertymap.h
-%%QT_INCDIR%%/Qt/qdeclarativepropertyvalueinterceptor.h
-%%QT_INCDIR%%/Qt/qdeclarativepropertyvaluesource.h
-%%QT_INCDIR%%/Qt/qdeclarativescriptstring.h
-%%QT_INCDIR%%/Qt/qdeclarativeview.h
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeAttachedPropertiesFunc
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeComponent
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeContext
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeDebuggingEnabler
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeEngine
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeError
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeExpression
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeExtensionInterface
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeExtensionPlugin
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeImageProvider
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeInfo
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeItem
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeListProperty
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeListReference
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeNetworkAccessManagerFactory
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeParserStatus
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeProperties
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeProperty
-%%QT_INCDIR%%/QtDeclarative/QDeclarativePropertyMap
-%%QT_INCDIR%%/QtDeclarative/QDeclarativePropertyValueInterceptor
-%%QT_INCDIR%%/QtDeclarative/QDeclarativePropertyValueSource
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeScriptString
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeTypeInfo
-%%QT_INCDIR%%/QtDeclarative/QDeclarativeView
-%%QT_INCDIR%%/QtDeclarative/QtDeclarative
-%%QT_INCDIR%%/QtDeclarative/qdeclarative.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativecomponent.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativecontext.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativedebug.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeengine.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeerror.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeexpression.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeextensioninterface.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeextensionplugin.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeimageprovider.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeinfo.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeitem.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativelist.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeparserstatus.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeprivate.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeproperty.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativepropertymap.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativepropertyvalueinterceptor.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativepropertyvaluesource.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativescriptstring.h
-%%QT_INCDIR%%/QtDeclarative/qdeclarativeview.h
-%%QT_LIBDIR%%/libQtDeclarative.prl
-%%QT_LIBDIR%%/libQtDeclarative.so
-%%QT_LIBDIR%%/libQtDeclarative.so.4
-%%QT_LIBDIR%%/libQtDeclarative.so.%%SHORTVER%%
-%%QT_LIBDIR%%/libQtDeclarative.so.%%FULLVER%%
-%%DEBUG%%%%QT_LIBDIR%%/libQtDeclarative.so.%%FULLVER%%.debug
-libdata/pkgconfig/QtDeclarative.pc
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile
deleted file mode 100644
index d77fbfcd1176..000000000000
--- a/x11-toolkits/qt4-gui/Makefile
+++ /dev/null
@@ -1,101 +0,0 @@
-# Created by: lofi@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= gui
-DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 6
-CATEGORIES= x11-toolkits
-PKGNAMEPREFIX= qt4-
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt graphical user interface module
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-LIB_DEPENDS= libpng.so:graphics/png \
- libfontconfig.so:x11-fonts/fontconfig
-RUN_DEPENDS= xdg-open:devel/xdg-utils
-
-USE_QT= moc_build rcc_build uic_build corelib
-USES= pkgconfig qmake:no_env qt-dist:4
-
-HAS_CONFIGURE= yes
-USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
-USE_XORG= xrender xrandr xinerama xorgproto xfixes \
- sm xcursor xext x11 ice xi xt
-
-ALL_TARGET= first
-CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
-MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
- PATH=${WRKSRC}/bin:$$PATH
-
-DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
- src/activeqt src/dbus src/multimedia src/network src/opengl \
- src/openvg src/phonon src/qt3support src/s60installs \
- src/s60main src/script src/scripttools src/sql src/svg \
- src/testlib src/tools src/winmain src/xml src/xmlpatterns \
- src/3rdparty/clucene src/3rdparty/freetype \
- src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
- src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
-.for dne in ${DO_NOT_EXTRACT}
-EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
-.endfor
-
-BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-
-CONFIGURE_ARGS+= -I../../include/QtCore -I../../include/QtGui \
- -I../../include/Qt -I../../include
-
-FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf
-FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir
-
-.include "${.CURDIR:H:H}/devel/qt4/files/Makefile.options"
-
-.if ${QT4_OPTIONS:MCUPS}
-LIB_DEPENDS+= libcups.so:print/cups
-CONFIGURE_ARGS+=-cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include
-.endif
-
-.if ${QT4_OPTIONS:MNAS}
-LIB_DEPENDS+= libaudio.so:audio/nas
-CONFIGURE_ARGS+=-system-nas-sound
-.else
-CONFIGURE_ARGS+=-no-nas-sound
-.endif
-
-.if ${QT4_OPTIONS:MQGTKSTYLE}
-USE_GNOME= gtk20
-CONFIGURE_ARGS+=-gtkstyle
-.else
-CONFIGURE_ARGS+=-no-gtkstyle
-.endif
-
-.if defined(PACKAGE_BUILDING)
-RUN_DEPENDS+= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \
- ${FONTENCOD}:x11-fonts/encodings
-.endif
-
-CFLAGS_powerpc64= -mminimal-toc
-
-pre-configure:
- ${MKDIR} ${WRKSRC}/mkspecs
- ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
- ${LN} -sf ${MOC} ${WRKSRC}/bin/moc
- ${LN} -sf ${RCC} ${WRKSRC}/bin/rcc
- ${LN} -sf ${UIC} ${WRKSRC}/bin/uic
-
-post-configure:
- ${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
- -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
- ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
- -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \
- -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \
- ${WRKSRC}/lib/pkgconfig/QtGui.pc
-
-post-install:
- ${INSTALL_DATA} ${BUILD_WRKSRC}/dialogs/images/qtlogo-64.png \
- ${STAGEDIR}${PREFIX}/share/pixmaps/qtlogo.png
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/qt4-gui/files/patch-src_gui_kernel_qx11embed__x11.cpp b/x11-toolkits/qt4-gui/files/patch-src_gui_kernel_qx11embed__x11.cpp
deleted file mode 100644
index e73b787a4519..000000000000
--- a/x11-toolkits/qt4-gui/files/patch-src_gui_kernel_qx11embed__x11.cpp
+++ /dev/null
@@ -1,48 +0,0 @@
-Fixes the build on i386 with clang 6.0:
-
-kernel/qx11embed_x11.cpp:486:20: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'long' in initializer list [-Wc++11-narrowing]
- long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
- ^~~~~~~~~~~~~~
-kernel/qx11embed_x11.cpp:486:20: note: insert an explicit cast to silence this issue
- long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
- ^~~~~~~~~~~~~~
- static_cast<long>( )
-
---- src/gui/kernel/qx11embed_x11.cpp.orig 2018-01-07 21:44:01 UTC
-+++ src/gui/kernel/qx11embed_x11.cpp
-@@ -275,7 +275,7 @@ class QHackWidget : public QWidget (public)
- QTLWExtra* topData() { return d_func()->topData(); }
- };
-
--static unsigned int XEMBED_VERSION = 0;
-+static quint32 XEMBED_VERSION = 0;
-
- enum QX11EmbedMessageType {
- XEMBED_EMBEDDED_NOTIFY = 0,
-@@ -483,7 +483,7 @@ QX11EmbedWidget::QX11EmbedWidget(QWidget *parent)
- | ExposureMask | StructureNotifyMask
- | SubstructureNotifyMask | PropertyChangeMask);
-
-- long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
-+ quint32 data[] = {XEMBED_VERSION, XEMBED_MAPPED};
- XChangeProperty(x11Info().display(), internalWinId(), ATOM(_XEMBED_INFO),
- ATOM(_XEMBED_INFO), 32, PropModeReplace,
- (unsigned char*) data, 2);
-@@ -1578,7 +1578,7 @@ void QX11EmbedContainer::showEvent(QShowEvent *)
- {
- Q_D(QX11EmbedContainer);
- if (d->client) {
-- long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
-+ quint32 data[] = {XEMBED_VERSION, XEMBED_MAPPED};
- XChangeProperty(x11Info().display(), d->client, ATOM(_XEMBED_INFO), ATOM(_XEMBED_INFO), 32,
- PropModeReplace, (unsigned char *) data, 2);
- }
-@@ -1594,7 +1594,7 @@ void QX11EmbedContainer::hideEvent(QHideEvent *)
- {
- Q_D(QX11EmbedContainer);
- if (d->client) {
-- long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
-+ quint32 data[] = {XEMBED_VERSION, XEMBED_MAPPED};
- XChangeProperty(x11Info().display(), d->client, ATOM(_XEMBED_INFO), ATOM(_XEMBED_INFO), 32,
- PropModeReplace, (unsigned char *) data, 2);
- }
diff --git a/x11-toolkits/qt4-gui/pkg-plist b/x11-toolkits/qt4-gui/pkg-plist
deleted file mode 100644
index 2bd0622e56cb..000000000000
--- a/x11-toolkits/qt4-gui/pkg-plist
+++ /dev/null
@@ -1,1155 +0,0 @@
-%%QT_INCDIR%%/Qt/QtGui
-%%QT_INCDIR%%/Qt/qabstractbutton.h
-%%QT_INCDIR%%/Qt/qabstractfontengine_qws.h
-%%QT_INCDIR%%/Qt/qabstractitemdelegate.h
-%%QT_INCDIR%%/Qt/qabstractitemview.h
-%%QT_INCDIR%%/Qt/qabstractpagesetupdialog.h
-%%QT_INCDIR%%/Qt/qabstractprintdialog.h
-%%QT_INCDIR%%/Qt/qabstractproxymodel.h
-%%QT_INCDIR%%/Qt/qabstractscrollarea.h
-%%QT_INCDIR%%/Qt/qabstractslider.h
-%%QT_INCDIR%%/Qt/qabstractspinbox.h
-%%QT_INCDIR%%/Qt/qabstracttextdocumentlayout.h
-%%QT_INCDIR%%/Qt/qaccessible.h
-%%QT_INCDIR%%/Qt/qaccessible2.h
-%%QT_INCDIR%%/Qt/qaccessiblebridge.h
-%%QT_INCDIR%%/Qt/qaccessibleobject.h
-%%QT_INCDIR%%/Qt/qaccessibleplugin.h
-%%QT_INCDIR%%/Qt/qaccessiblewidget.h
-%%QT_INCDIR%%/Qt/qaction.h
-%%QT_INCDIR%%/Qt/qactiongroup.h
-%%QT_INCDIR%%/Qt/qapplication.h
-%%QT_INCDIR%%/Qt/qbitmap.h
-%%QT_INCDIR%%/Qt/qboxlayout.h
-%%QT_INCDIR%%/Qt/qbrush.h
-%%QT_INCDIR%%/Qt/qbuttongroup.h
-%%QT_INCDIR%%/Qt/qcalendarwidget.h
-%%QT_INCDIR%%/Qt/qcdestyle.h
-%%QT_INCDIR%%/Qt/qcheckbox.h
-%%QT_INCDIR%%/Qt/qcleanlooksstyle.h
-%%QT_INCDIR%%/Qt/qclipboard.h
-%%QT_INCDIR%%/Qt/qcolor.h
-%%QT_INCDIR%%/Qt/qcolordialog.h
-%%QT_INCDIR%%/Qt/qcolormap.h
-%%QT_INCDIR%%/Qt/qcolumnview.h
-%%QT_INCDIR%%/Qt/qcombobox.h
-%%QT_INCDIR%%/Qt/qcommandlinkbutton.h
-%%QT_INCDIR%%/Qt/qcommonstyle.h
-%%QT_INCDIR%%/Qt/qcompleter.h
-%%QT_INCDIR%%/Qt/qcopchannel_qws.h
-%%QT_INCDIR%%/Qt/qcursor.h
-%%QT_INCDIR%%/Qt/qdatawidgetmapper.h
-%%QT_INCDIR%%/Qt/qdatetimeedit.h
-%%QT_INCDIR%%/Qt/qdecoration_qws.h
-%%QT_INCDIR%%/Qt/qdecorationdefault_qws.h
-%%QT_INCDIR%%/Qt/qdecorationfactory_qws.h
-%%QT_INCDIR%%/Qt/qdecorationplugin_qws.h
-%%QT_INCDIR%%/Qt/qdecorationstyled_qws.h
-%%QT_INCDIR%%/Qt/qdecorationwindows_qws.h
-%%QT_INCDIR%%/Qt/qdesktopservices.h
-%%QT_INCDIR%%/Qt/qdesktopwidget.h
-%%QT_INCDIR%%/Qt/qdial.h
-%%QT_INCDIR%%/Qt/qdialog.h
-%%QT_INCDIR%%/Qt/qdialogbuttonbox.h
-%%QT_INCDIR%%/Qt/qdirectpainter_qws.h
-%%QT_INCDIR%%/Qt/qdirmodel.h
-%%QT_INCDIR%%/Qt/qdockwidget.h
-%%QT_INCDIR%%/Qt/qdrag.h
-%%QT_INCDIR%%/Qt/qdrawutil.h
-%%QT_INCDIR%%/Qt/qerrormessage.h
-%%QT_INCDIR%%/Qt/qevent.h
-%%QT_INCDIR%%/Qt/qfiledialog.h
-%%QT_INCDIR%%/Qt/qfileiconprovider.h
-%%QT_INCDIR%%/Qt/qfilesystemmodel.h
-%%QT_INCDIR%%/Qt/qfocusframe.h
-%%QT_INCDIR%%/Qt/qfont.h
-%%QT_INCDIR%%/Qt/qfontcombobox.h
-%%QT_INCDIR%%/Qt/qfontdatabase.h
-%%QT_INCDIR%%/Qt/qfontdialog.h
-%%QT_INCDIR%%/Qt/qfontinfo.h
-%%QT_INCDIR%%/Qt/qfontmetrics.h
-%%QT_INCDIR%%/Qt/qformlayout.h
-%%QT_INCDIR%%/Qt/qframe.h
-%%QT_INCDIR%%/Qt/qgenericmatrix.h
-%%QT_INCDIR%%/Qt/qgenericplugin_qpa.h
-%%QT_INCDIR%%/Qt/qgenericpluginfactory_qpa.h
-%%QT_INCDIR%%/Qt/qgesture.h
-%%QT_INCDIR%%/Qt/qgesturerecognizer.h
-%%QT_INCDIR%%/Qt/qglyphrun.h
-%%QT_INCDIR%%/Qt/qgraphicsanchorlayout.h
-%%QT_INCDIR%%/Qt/qgraphicseffect.h
-%%QT_INCDIR%%/Qt/qgraphicsgridlayout.h
-%%QT_INCDIR%%/Qt/qgraphicsitem.h
-%%QT_INCDIR%%/Qt/qgraphicsitemanimation.h
-%%QT_INCDIR%%/Qt/qgraphicslayout.h
-%%QT_INCDIR%%/Qt/qgraphicslayoutitem.h
-%%QT_INCDIR%%/Qt/qgraphicslinearlayout.h
-%%QT_INCDIR%%/Qt/qgraphicsproxywidget.h
-%%QT_INCDIR%%/Qt/qgraphicsscene.h
-%%QT_INCDIR%%/Qt/qgraphicssceneevent.h
-%%QT_INCDIR%%/Qt/qgraphicssystemhelper_symbian.h
-%%QT_INCDIR%%/Qt/qgraphicstransform.h
-%%QT_INCDIR%%/Qt/qgraphicsview.h
-%%QT_INCDIR%%/Qt/qgraphicswidget.h
-%%QT_INCDIR%%/Qt/qgridlayout.h
-%%QT_INCDIR%%/Qt/qgroupbox.h
-%%QT_INCDIR%%/Qt/qgtkstyle.h
-%%QT_INCDIR%%/Qt/qguifunctions_wince.h
-%%QT_INCDIR%%/Qt/qheaderview.h
-%%QT_INCDIR%%/Qt/qicon.h
-%%QT_INCDIR%%/Qt/qiconengine.h
-%%QT_INCDIR%%/Qt/qiconengineplugin.h
-%%QT_INCDIR%%/Qt/qidentityproxymodel.h
-%%QT_INCDIR%%/Qt/qimage.h
-%%QT_INCDIR%%/Qt/qimageiohandler.h
-%%QT_INCDIR%%/Qt/qimagereader.h
-%%QT_INCDIR%%/Qt/qimagewriter.h
-%%QT_INCDIR%%/Qt/qinputcontext.h
-%%QT_INCDIR%%/Qt/qinputcontextfactory.h
-%%QT_INCDIR%%/Qt/qinputcontextplugin.h
-%%QT_INCDIR%%/Qt/qinputdialog.h
-%%QT_INCDIR%%/Qt/qitemdelegate.h
-%%QT_INCDIR%%/Qt/qitemeditorfactory.h
-%%QT_INCDIR%%/Qt/qitemselectionmodel.h
-%%QT_INCDIR%%/Qt/qkbd_qws.h
-%%QT_INCDIR%%/Qt/qkbddriverfactory_qws.h
-%%QT_INCDIR%%/Qt/qkbddriverplugin_qws.h
-%%QT_INCDIR%%/Qt/qkbdintegrity_qws.h
-%%QT_INCDIR%%/Qt/qkbdlinuxinput_qws.h
-%%QT_INCDIR%%/Qt/qkbdqnx_qws.h
-%%QT_INCDIR%%/Qt/qkbdtty_qws.h
-%%QT_INCDIR%%/Qt/qkbdum_qws.h
-%%QT_INCDIR%%/Qt/qkbdvfb_qws.h
-%%QT_INCDIR%%/Qt/qkeyeventtransition.h
-%%QT_INCDIR%%/Qt/qkeysequence.h
-%%QT_INCDIR%%/Qt/qlabel.h
-%%QT_INCDIR%%/Qt/qlayout.h
-%%QT_INCDIR%%/Qt/qlayoutitem.h
-%%QT_INCDIR%%/Qt/qlcdnumber.h
-%%QT_INCDIR%%/Qt/qlineedit.h
-%%QT_INCDIR%%/Qt/qlistview.h
-%%QT_INCDIR%%/Qt/qlistwidget.h
-%%QT_INCDIR%%/Qt/qmaccocoaviewcontainer_mac.h
-%%QT_INCDIR%%/Qt/qmacdefines_mac.h
-%%QT_INCDIR%%/Qt/qmacnativewidget_mac.h
-%%QT_INCDIR%%/Qt/qmacstyle_mac.h
-%%QT_INCDIR%%/Qt/qmainwindow.h
-%%QT_INCDIR%%/Qt/qmatrix.h
-%%QT_INCDIR%%/Qt/qmatrix4x4.h
-%%QT_INCDIR%%/Qt/qmdiarea.h
-%%QT_INCDIR%%/Qt/qmdisubwindow.h
-%%QT_INCDIR%%/Qt/qmenu.h
-%%QT_INCDIR%%/Qt/qmenubar.h
-%%QT_INCDIR%%/Qt/qmenudata.h
-%%QT_INCDIR%%/Qt/qmessagebox.h
-%%QT_INCDIR%%/Qt/qmime.h
-%%QT_INCDIR%%/Qt/qmotifstyle.h
-%%QT_INCDIR%%/Qt/qmouse_qws.h
-%%QT_INCDIR%%/Qt/qmousedriverfactory_qws.h
-%%QT_INCDIR%%/Qt/qmousedriverplugin_qws.h
-%%QT_INCDIR%%/Qt/qmouseeventtransition.h
-%%QT_INCDIR%%/Qt/qmouseintegrity_qws.h
-%%QT_INCDIR%%/Qt/qmouselinuxinput_qws.h
-%%QT_INCDIR%%/Qt/qmouselinuxtp_qws.h
-%%QT_INCDIR%%/Qt/qmousepc_qws.h
-%%QT_INCDIR%%/Qt/qmouseqnx_qws.h
-%%QT_INCDIR%%/Qt/qmousetslib_qws.h
-%%QT_INCDIR%%/Qt/qmousevfb_qws.h
-%%QT_INCDIR%%/Qt/qmovie.h
-%%QT_INCDIR%%/Qt/qpagesetupdialog.h
-%%QT_INCDIR%%/Qt/qpaintdevice.h
-%%QT_INCDIR%%/Qt/qpaintengine.h
-%%QT_INCDIR%%/Qt/qpainter.h
-%%QT_INCDIR%%/Qt/qpainterpath.h
-%%QT_INCDIR%%/Qt/qpalette.h
-%%QT_INCDIR%%/Qt/qpen.h
-%%QT_INCDIR%%/Qt/qpicture.h
-%%QT_INCDIR%%/Qt/qpictureformatplugin.h
-%%QT_INCDIR%%/Qt/qpixmap.h
-%%QT_INCDIR%%/Qt/qpixmapcache.h
-%%QT_INCDIR%%/Qt/qplaintextedit.h
-%%QT_INCDIR%%/Qt/qplastiquestyle.h
-%%QT_INCDIR%%/Qt/qplatformclipboard_qpa.h
-%%QT_INCDIR%%/Qt/qplatformcursor_qpa.h
-%%QT_INCDIR%%/Qt/qplatformeventloopintegration_qpa.h
-%%QT_INCDIR%%/Qt/qplatformfontdatabase_qpa.h
-%%QT_INCDIR%%/Qt/qplatformglcontext_qpa.h
-%%QT_INCDIR%%/Qt/qplatformintegration_qpa.h
-%%QT_INCDIR%%/Qt/qplatformintegrationplugin_qpa.h
-%%QT_INCDIR%%/Qt/qplatformnativeinterface_qpa.h
-%%QT_INCDIR%%/Qt/qplatformscreen_qpa.h
-%%QT_INCDIR%%/Qt/qplatformwindow_qpa.h
-%%QT_INCDIR%%/Qt/qplatformwindowformat_qpa.h
-%%QT_INCDIR%%/Qt/qpolygon.h
-%%QT_INCDIR%%/Qt/qprintdialog.h
-%%QT_INCDIR%%/Qt/qprintengine.h
-%%QT_INCDIR%%/Qt/qprinter.h
-%%QT_INCDIR%%/Qt/qprinterinfo.h
-%%QT_INCDIR%%/Qt/qprintpreviewdialog.h
-%%QT_INCDIR%%/Qt/qprintpreviewwidget.h
-%%QT_INCDIR%%/Qt/qprogressbar.h
-%%QT_INCDIR%%/Qt/qprogressdialog.h
-%%QT_INCDIR%%/Qt/qproxymodel.h
-%%QT_INCDIR%%/Qt/qproxystyle.h
-%%QT_INCDIR%%/Qt/qpushbutton.h
-%%QT_INCDIR%%/Qt/qquaternion.h
-%%QT_INCDIR%%/Qt/qradiobutton.h
-%%QT_INCDIR%%/Qt/qrawfont.h
-%%QT_INCDIR%%/Qt/qregion.h
-%%QT_INCDIR%%/Qt/qrgb.h
-%%QT_INCDIR%%/Qt/qrubberband.h
-%%QT_INCDIR%%/Qt/qs60mainapplication.h
-%%QT_INCDIR%%/Qt/qs60mainappui.h
-%%QT_INCDIR%%/Qt/qs60maindocument.h
-%%QT_INCDIR%%/Qt/qs60style.h
-%%QT_INCDIR%%/Qt/qscreen_qws.h
-%%QT_INCDIR%%/Qt/qscreendriverfactory_qws.h
-%%QT_INCDIR%%/Qt/qscreendriverplugin_qws.h
-%%QT_INCDIR%%/Qt/qscreenintegrityfb_qws.h
-%%QT_INCDIR%%/Qt/qscreenlinuxfb_qws.h
-%%QT_INCDIR%%/Qt/qscreenproxy_qws.h
-%%QT_INCDIR%%/Qt/qscreenqnx_qws.h
-%%QT_INCDIR%%/Qt/qscreentransformed_qws.h
-%%QT_INCDIR%%/Qt/qscreenvfb_qws.h
-%%QT_INCDIR%%/Qt/qscrollarea.h
-%%QT_INCDIR%%/Qt/qscrollbar.h
-%%QT_INCDIR%%/Qt/qsessionmanager.h
-%%QT_INCDIR%%/Qt/qshortcut.h
-%%QT_INCDIR%%/Qt/qsizegrip.h
-%%QT_INCDIR%%/Qt/qsizepolicy.h
-%%QT_INCDIR%%/Qt/qslider.h
-%%QT_INCDIR%%/Qt/qsortfilterproxymodel.h
-%%QT_INCDIR%%/Qt/qsound.h
-%%QT_INCDIR%%/Qt/qsoundqss_qws.h
-%%QT_INCDIR%%/Qt/qspinbox.h
-%%QT_INCDIR%%/Qt/qsplashscreen.h
-%%QT_INCDIR%%/Qt/qsplitter.h
-%%QT_INCDIR%%/Qt/qstackedlayout.h
-%%QT_INCDIR%%/Qt/qstackedwidget.h
-%%QT_INCDIR%%/Qt/qstandarditemmodel.h
-%%QT_INCDIR%%/Qt/qstatictext.h
-%%QT_INCDIR%%/Qt/qstatusbar.h
-%%QT_INCDIR%%/Qt/qstringlistmodel.h
-%%QT_INCDIR%%/Qt/qstyle.h
-%%QT_INCDIR%%/Qt/qstyleditemdelegate.h
-%%QT_INCDIR%%/Qt/qstylefactory.h
-%%QT_INCDIR%%/Qt/qstyleoption.h
-%%QT_INCDIR%%/Qt/qstylepainter.h
-%%QT_INCDIR%%/Qt/qstyleplugin.h
-%%QT_INCDIR%%/Qt/qsymbianevent.h
-%%QT_INCDIR%%/Qt/qsyntaxhighlighter.h
-%%QT_INCDIR%%/Qt/qsystemtrayicon.h
-%%QT_INCDIR%%/Qt/qtabbar.h
-%%QT_INCDIR%%/Qt/qtableview.h
-%%QT_INCDIR%%/Qt/qtablewidget.h
-%%QT_INCDIR%%/Qt/qtabwidget.h
-%%QT_INCDIR%%/Qt/qtextbrowser.h
-%%QT_INCDIR%%/Qt/qtextcursor.h
-%%QT_INCDIR%%/Qt/qtextdocument.h
-%%QT_INCDIR%%/Qt/qtextdocumentfragment.h
-%%QT_INCDIR%%/Qt/qtextdocumentwriter.h
-%%QT_INCDIR%%/Qt/qtextedit.h
-%%QT_INCDIR%%/Qt/qtextformat.h
-%%QT_INCDIR%%/Qt/qtextlayout.h
-%%QT_INCDIR%%/Qt/qtextlist.h
-%%QT_INCDIR%%/Qt/qtextobject.h
-%%QT_INCDIR%%/Qt/qtextoption.h
-%%QT_INCDIR%%/Qt/qtexttable.h
-%%QT_INCDIR%%/Qt/qtoolbar.h
-%%QT_INCDIR%%/Qt/qtoolbox.h
-%%QT_INCDIR%%/Qt/qtoolbutton.h
-%%QT_INCDIR%%/Qt/qtooltip.h
-%%QT_INCDIR%%/Qt/qtransform.h
-%%QT_INCDIR%%/Qt/qtransportauth_qws.h
-%%QT_INCDIR%%/Qt/qtransportauthdefs_qws.h
-%%QT_INCDIR%%/Qt/qtreeview.h
-%%QT_INCDIR%%/Qt/qtreewidget.h
-%%QT_INCDIR%%/Qt/qtreewidgetitemiterator.h
-%%QT_INCDIR%%/Qt/qundogroup.h
-%%QT_INCDIR%%/Qt/qundostack.h
-%%QT_INCDIR%%/Qt/qundoview.h
-%%QT_INCDIR%%/Qt/qvalidator.h
-%%QT_INCDIR%%/Qt/qvector2d.h
-%%QT_INCDIR%%/Qt/qvector3d.h
-%%QT_INCDIR%%/Qt/qvector4d.h
-%%QT_INCDIR%%/Qt/qvfbhdr.h
-%%QT_INCDIR%%/Qt/qwhatsthis.h
-%%QT_INCDIR%%/Qt/qwidget.h
-%%QT_INCDIR%%/Qt/qwidgetaction.h
-%%QT_INCDIR%%/Qt/qwindowdefs.h
-%%QT_INCDIR%%/Qt/qwindowdefs_win.h
-%%QT_INCDIR%%/Qt/qwindowscestyle.h
-%%QT_INCDIR%%/Qt/qwindowsmobilestyle.h
-%%QT_INCDIR%%/Qt/qwindowsstyle.h
-%%QT_INCDIR%%/Qt/qwindowsvistastyle.h
-%%QT_INCDIR%%/Qt/qwindowsxpstyle.h
-%%QT_INCDIR%%/Qt/qwindowsystem_qws.h
-%%QT_INCDIR%%/Qt/qwindowsysteminterface_qpa.h
-%%QT_INCDIR%%/Qt/qwizard.h
-%%QT_INCDIR%%/Qt/qwmatrix.h
-%%QT_INCDIR%%/Qt/qworkspace.h
-%%QT_INCDIR%%/Qt/qwscursor_qws.h
-%%QT_INCDIR%%/Qt/qwsdisplay_qws.h
-%%QT_INCDIR%%/Qt/qwsembedwidget.h
-%%QT_INCDIR%%/Qt/qwsevent_qws.h
-%%QT_INCDIR%%/Qt/qwsmanager_qws.h
-%%QT_INCDIR%%/Qt/qwsproperty_qws.h
-%%QT_INCDIR%%/Qt/qwsprotocolitem_qws.h
-%%QT_INCDIR%%/Qt/qwssocket_qws.h
-%%QT_INCDIR%%/Qt/qwsutils_qws.h
-%%QT_INCDIR%%/Qt/qx11embed_x11.h
-%%QT_INCDIR%%/Qt/qx11info_x11.h
-%%QT_INCDIR%%/QtGui/QAbstractButton
-%%QT_INCDIR%%/QtGui/QAbstractFontEngine
-%%QT_INCDIR%%/QtGui/QAbstractGraphicsShapeItem
-%%QT_INCDIR%%/QtGui/QAbstractItemDelegate
-%%QT_INCDIR%%/QtGui/QAbstractItemView
-%%QT_INCDIR%%/QtGui/QAbstractPageSetupDialog
-%%QT_INCDIR%%/QtGui/QAbstractPrintDialog
-%%QT_INCDIR%%/QtGui/QAbstractProxyModel
-%%QT_INCDIR%%/QtGui/QAbstractScrollArea
-%%QT_INCDIR%%/QtGui/QAbstractSlider
-%%QT_INCDIR%%/QtGui/QAbstractSpinBox
-%%QT_INCDIR%%/QtGui/QAbstractTextDocumentLayout
-%%QT_INCDIR%%/QtGui/QAbstractUndoItem
-%%QT_INCDIR%%/QtGui/QAccessible
-%%QT_INCDIR%%/QtGui/QAccessible2Interface
-%%QT_INCDIR%%/QtGui/QAccessibleActionInterface
-%%QT_INCDIR%%/QtGui/QAccessibleApplication
-%%QT_INCDIR%%/QtGui/QAccessibleBridge
-%%QT_INCDIR%%/QtGui/QAccessibleBridgeFactoryInterface
-%%QT_INCDIR%%/QtGui/QAccessibleBridgePlugin
-%%QT_INCDIR%%/QtGui/QAccessibleEditableTextInterface
-%%QT_INCDIR%%/QtGui/QAccessibleEvent
-%%QT_INCDIR%%/QtGui/QAccessibleFactoryInterface
-%%QT_INCDIR%%/QtGui/QAccessibleImageInterface
-%%QT_INCDIR%%/QtGui/QAccessibleInterface
-%%QT_INCDIR%%/QtGui/QAccessibleInterfaceEx
-%%QT_INCDIR%%/QtGui/QAccessibleObject
-%%QT_INCDIR%%/QtGui/QAccessibleObjectEx
-%%QT_INCDIR%%/QtGui/QAccessiblePlugin
-%%QT_INCDIR%%/QtGui/QAccessibleSimpleEditableTextInterface
-%%QT_INCDIR%%/QtGui/QAccessibleTable2CellInterface
-%%QT_INCDIR%%/QtGui/QAccessibleTable2Interface
-%%QT_INCDIR%%/QtGui/QAccessibleTableInterface
-%%QT_INCDIR%%/QtGui/QAccessibleTextInterface
-%%QT_INCDIR%%/QtGui/QAccessibleValueInterface
-%%QT_INCDIR%%/QtGui/QAccessibleWidget
-%%QT_INCDIR%%/QtGui/QAccessibleWidgetEx
-%%QT_INCDIR%%/QtGui/QAction
-%%QT_INCDIR%%/QtGui/QActionEvent
-%%QT_INCDIR%%/QtGui/QActionGroup
-%%QT_INCDIR%%/QtGui/QApplication
-%%QT_INCDIR%%/QtGui/QAuthDevice
-%%QT_INCDIR%%/QtGui/QBitmap
-%%QT_INCDIR%%/QtGui/QBoxLayout
-%%QT_INCDIR%%/QtGui/QBrush
-%%QT_INCDIR%%/QtGui/QBrushData
-%%QT_INCDIR%%/QtGui/QButtonGroup
-%%QT_INCDIR%%/QtGui/QCDEStyle
-%%QT_INCDIR%%/QtGui/QCalendarWidget
-%%QT_INCDIR%%/QtGui/QCheckBox
-%%QT_INCDIR%%/QtGui/QCleanlooksStyle
-%%QT_INCDIR%%/QtGui/QClipboard
-%%QT_INCDIR%%/QtGui/QClipboardEvent
-%%QT_INCDIR%%/QtGui/QCloseEvent
-%%QT_INCDIR%%/QtGui/QColor
-%%QT_INCDIR%%/QtGui/QColorDialog
-%%QT_INCDIR%%/QtGui/QColorGroup
-%%QT_INCDIR%%/QtGui/QColormap
-%%QT_INCDIR%%/QtGui/QColumnView
-%%QT_INCDIR%%/QtGui/QComboBox
-%%QT_INCDIR%%/QtGui/QCommandLinkButton
-%%QT_INCDIR%%/QtGui/QCommonStyle
-%%QT_INCDIR%%/QtGui/QCompleter
-%%QT_INCDIR%%/QtGui/QConicalGradient
-%%QT_INCDIR%%/QtGui/QContextMenuEvent
-%%QT_INCDIR%%/QtGui/QCopChannel
-%%QT_INCDIR%%/QtGui/QCursor
-%%QT_INCDIR%%/QtGui/QCursorShape
-%%QT_INCDIR%%/QtGui/QDataWidgetMapper
-%%QT_INCDIR%%/QtGui/QDateEdit
-%%QT_INCDIR%%/QtGui/QDateTimeEdit
-%%QT_INCDIR%%/QtGui/QDecoration
-%%QT_INCDIR%%/QtGui/QDecorationAction
-%%QT_INCDIR%%/QtGui/QDecorationDefault
-%%QT_INCDIR%%/QtGui/QDecorationFactory
-%%QT_INCDIR%%/QtGui/QDecorationFactoryInterface
-%%QT_INCDIR%%/QtGui/QDecorationPlugin
-%%QT_INCDIR%%/QtGui/QDecorationStyled
-%%QT_INCDIR%%/QtGui/QDecorationWindows
-%%QT_INCDIR%%/QtGui/QDesktopServices
-%%QT_INCDIR%%/QtGui/QDesktopWidget
-%%QT_INCDIR%%/QtGui/QDial
-%%QT_INCDIR%%/QtGui/QDialog
-%%QT_INCDIR%%/QtGui/QDialogButtonBox
-%%QT_INCDIR%%/QtGui/QDirModel
-%%QT_INCDIR%%/QtGui/QDirectPainter
-%%QT_INCDIR%%/QtGui/QDockWidget
-%%QT_INCDIR%%/QtGui/QDoubleSpinBox
-%%QT_INCDIR%%/QtGui/QDoubleValidator
-%%QT_INCDIR%%/QtGui/QDrag
-%%QT_INCDIR%%/QtGui/QDragEnterEvent
-%%QT_INCDIR%%/QtGui/QDragLeaveEvent
-%%QT_INCDIR%%/QtGui/QDragMoveEvent
-%%QT_INCDIR%%/QtGui/QDragResponseEvent
-%%QT_INCDIR%%/QtGui/QDropEvent
-%%QT_INCDIR%%/QtGui/QErrorMessage
-%%QT_INCDIR%%/QtGui/QFileDialog
-%%QT_INCDIR%%/QtGui/QFileIconProvider
-%%QT_INCDIR%%/QtGui/QFileOpenEvent
-%%QT_INCDIR%%/QtGui/QFileSystemModel
-%%QT_INCDIR%%/QtGui/QFocusEvent
-%%QT_INCDIR%%/QtGui/QFocusFrame
-%%QT_INCDIR%%/QtGui/QFont
-%%QT_INCDIR%%/QtGui/QFontComboBox
-%%QT_INCDIR%%/QtGui/QFontDatabase
-%%QT_INCDIR%%/QtGui/QFontDialog
-%%QT_INCDIR%%/QtGui/QFontEngineFactoryInterface
-%%QT_INCDIR%%/QtGui/QFontEngineInfo
-%%QT_INCDIR%%/QtGui/QFontEnginePlugin
-%%QT_INCDIR%%/QtGui/QFontInfo
-%%QT_INCDIR%%/QtGui/QFontMetrics
-%%QT_INCDIR%%/QtGui/QFontMetricsF
-%%QT_INCDIR%%/QtGui/QFormLayout
-%%QT_INCDIR%%/QtGui/QFrame
-%%QT_INCDIR%%/QtGui/QGenericMatrix
-%%QT_INCDIR%%/QtGui/QGenericPlugin
-%%QT_INCDIR%%/QtGui/QGenericPluginFactory
-%%QT_INCDIR%%/QtGui/QGenericPluginFactoryInterface
-%%QT_INCDIR%%/QtGui/QGesture
-%%QT_INCDIR%%/QtGui/QGestureEvent
-%%QT_INCDIR%%/QtGui/QGestureRecognizer
-%%QT_INCDIR%%/QtGui/QGlyphRun
-%%QT_INCDIR%%/QtGui/QGradient
-%%QT_INCDIR%%/QtGui/QGradientStop
-%%QT_INCDIR%%/QtGui/QGradientStops
-%%QT_INCDIR%%/QtGui/QGraphicsAnchor
-%%QT_INCDIR%%/QtGui/QGraphicsAnchorLayout
-%%QT_INCDIR%%/QtGui/QGraphicsBlurEffect
-%%QT_INCDIR%%/QtGui/QGraphicsColorizeEffect
-%%QT_INCDIR%%/QtGui/QGraphicsDropShadowEffect
-%%QT_INCDIR%%/QtGui/QGraphicsEffect
-%%QT_INCDIR%%/QtGui/QGraphicsEllipseItem
-%%QT_INCDIR%%/QtGui/QGraphicsGridLayout
-%%QT_INCDIR%%/QtGui/QGraphicsItem
-%%QT_INCDIR%%/QtGui/QGraphicsItemAnimation
-%%QT_INCDIR%%/QtGui/QGraphicsItemGroup
-%%QT_INCDIR%%/QtGui/QGraphicsLayout
-%%QT_INCDIR%%/QtGui/QGraphicsLayoutItem
-%%QT_INCDIR%%/QtGui/QGraphicsLineItem
-%%QT_INCDIR%%/QtGui/QGraphicsLinearLayout
-%%QT_INCDIR%%/QtGui/QGraphicsObject
-%%QT_INCDIR%%/QtGui/QGraphicsOpacityEffect
-%%QT_INCDIR%%/QtGui/QGraphicsPathItem
-%%QT_INCDIR%%/QtGui/QGraphicsPixmapItem
-%%QT_INCDIR%%/QtGui/QGraphicsPolygonItem
-%%QT_INCDIR%%/QtGui/QGraphicsProxyWidget
-%%QT_INCDIR%%/QtGui/QGraphicsRectItem
-%%QT_INCDIR%%/QtGui/QGraphicsRotation
-%%QT_INCDIR%%/QtGui/QGraphicsScale
-%%QT_INCDIR%%/QtGui/QGraphicsScene
-%%QT_INCDIR%%/QtGui/QGraphicsSceneContextMenuEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneDragDropEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneHelpEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneHoverEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneMouseEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneMoveEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneResizeEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSceneWheelEvent
-%%QT_INCDIR%%/QtGui/QGraphicsSimpleTextItem
-%%QT_INCDIR%%/QtGui/QGraphicsTextItem
-%%QT_INCDIR%%/QtGui/QGraphicsTransform
-%%QT_INCDIR%%/QtGui/QGraphicsView
-%%QT_INCDIR%%/QtGui/QGraphicsWidget
-%%QT_INCDIR%%/QtGui/QGridLayout
-%%QT_INCDIR%%/QtGui/QGroupBox
-%%QT_INCDIR%%/QtGui/QGtkStyle
-%%QT_INCDIR%%/QtGui/QHBoxLayout
-%%QT_INCDIR%%/QtGui/QHeaderView
-%%QT_INCDIR%%/QtGui/QHelpEvent
-%%QT_INCDIR%%/QtGui/QHideEvent
-%%QT_INCDIR%%/QtGui/QHoverEvent
-%%QT_INCDIR%%/QtGui/QIcon
-%%QT_INCDIR%%/QtGui/QIconDragEvent
-%%QT_INCDIR%%/QtGui/QIconEngine
-%%QT_INCDIR%%/QtGui/QIconEngineFactoryInterface
-%%QT_INCDIR%%/QtGui/QIconEngineFactoryInterfaceV2
-%%QT_INCDIR%%/QtGui/QIconEnginePlugin
-%%QT_INCDIR%%/QtGui/QIconEnginePluginV2
-%%QT_INCDIR%%/QtGui/QIconEngineV2
-%%QT_INCDIR%%/QtGui/QIconSet
-%%QT_INCDIR%%/QtGui/QIdentityProxyModel
-%%QT_INCDIR%%/QtGui/QImage
-%%QT_INCDIR%%/QtGui/QImageIOHandler
-%%QT_INCDIR%%/QtGui/QImageIOHandlerFactoryInterface
-%%QT_INCDIR%%/QtGui/QImageIOPlugin
-%%QT_INCDIR%%/QtGui/QImageReader
-%%QT_INCDIR%%/QtGui/QImageTextKeyLang
-%%QT_INCDIR%%/QtGui/QImageWriter
-%%QT_INCDIR%%/QtGui/QInputContext
-%%QT_INCDIR%%/QtGui/QInputContextFactory
-%%QT_INCDIR%%/QtGui/QInputContextFactoryInterface
-%%QT_INCDIR%%/QtGui/QInputContextPlugin
-%%QT_INCDIR%%/QtGui/QInputDialog
-%%QT_INCDIR%%/QtGui/QInputEvent
-%%QT_INCDIR%%/QtGui/QInputMethodEvent
-%%QT_INCDIR%%/QtGui/QIntMouseHandler
-%%QT_INCDIR%%/QtGui/QIntValidator
-%%QT_INCDIR%%/QtGui/QIntfbScreen
-%%QT_INCDIR%%/QtGui/QItemDelegate
-%%QT_INCDIR%%/QtGui/QItemEditorCreator
-%%QT_INCDIR%%/QtGui/QItemEditorCreatorBase
-%%QT_INCDIR%%/QtGui/QItemEditorFactory
-%%QT_INCDIR%%/QtGui/QItemSelection
-%%QT_INCDIR%%/QtGui/QItemSelectionModel
-%%QT_INCDIR%%/QtGui/QItemSelectionRange
-%%QT_INCDIR%%/QtGui/QKbdDriverFactory
-%%QT_INCDIR%%/QtGui/QKbdDriverPlugin
-%%QT_INCDIR%%/QtGui/QKeyEvent
-%%QT_INCDIR%%/QtGui/QKeyEventTransition
-%%QT_INCDIR%%/QtGui/QKeySequence
-%%QT_INCDIR%%/QtGui/QLCDNumber
-%%QT_INCDIR%%/QtGui/QLabel
-%%QT_INCDIR%%/QtGui/QLayout
-%%QT_INCDIR%%/QtGui/QLayoutItem
-%%QT_INCDIR%%/QtGui/QLayoutIterator
-%%QT_INCDIR%%/QtGui/QLineEdit
-%%QT_INCDIR%%/QtGui/QLinearGradient
-%%QT_INCDIR%%/QtGui/QLinuxFbScreen
-%%QT_INCDIR%%/QtGui/QLinuxFb_Shared
-%%QT_INCDIR%%/QtGui/QListView
-%%QT_INCDIR%%/QtGui/QListWidget
-%%QT_INCDIR%%/QtGui/QListWidgetItem
-%%QT_INCDIR%%/QtGui/QMacCocoaViewContainer
-%%QT_INCDIR%%/QtGui/QMacMime
-%%QT_INCDIR%%/QtGui/QMacNativeWidget
-%%QT_INCDIR%%/QtGui/QMacPasteboardMime
-%%QT_INCDIR%%/QtGui/QMacStyle
-%%QT_INCDIR%%/QtGui/QMainWindow
-%%QT_INCDIR%%/QtGui/QMatrix
-%%QT_INCDIR%%/QtGui/QMatrix2x2
-%%QT_INCDIR%%/QtGui/QMatrix2x3
-%%QT_INCDIR%%/QtGui/QMatrix2x4
-%%QT_INCDIR%%/QtGui/QMatrix3x2
-%%QT_INCDIR%%/QtGui/QMatrix3x3
-%%QT_INCDIR%%/QtGui/QMatrix3x4
-%%QT_INCDIR%%/QtGui/QMatrix4x2
-%%QT_INCDIR%%/QtGui/QMatrix4x3
-%%QT_INCDIR%%/QtGui/QMatrix4x4
-%%QT_INCDIR%%/QtGui/QMdiArea
-%%QT_INCDIR%%/QtGui/QMdiSubWindow
-%%QT_INCDIR%%/QtGui/QMenu
-%%QT_INCDIR%%/QtGui/QMenuBar
-%%QT_INCDIR%%/QtGui/QMenuItem
-%%QT_INCDIR%%/QtGui/QMenubarUpdatedEvent
-%%QT_INCDIR%%/QtGui/QMessageBox
-%%QT_INCDIR%%/QtGui/QMimeSource
-%%QT_INCDIR%%/QtGui/QMotifStyle
-%%QT_INCDIR%%/QtGui/QMouseDriverFactory
-%%QT_INCDIR%%/QtGui/QMouseDriverPlugin
-%%QT_INCDIR%%/QtGui/QMouseEvent
-%%QT_INCDIR%%/QtGui/QMouseEventTransition
-%%QT_INCDIR%%/QtGui/QMoveEvent
-%%QT_INCDIR%%/QtGui/QMovie
-%%QT_INCDIR%%/QtGui/QPageSetupDialog
-%%QT_INCDIR%%/QtGui/QPaintDevice
-%%QT_INCDIR%%/QtGui/QPaintEngine
-%%QT_INCDIR%%/QtGui/QPaintEngineState
-%%QT_INCDIR%%/QtGui/QPaintEvent
-%%QT_INCDIR%%/QtGui/QPainter
-%%QT_INCDIR%%/QtGui/QPainterPath
-%%QT_INCDIR%%/QtGui/QPainterPathPrivate
-%%QT_INCDIR%%/QtGui/QPainterPathStroker
-%%QT_INCDIR%%/QtGui/QPalette
-%%QT_INCDIR%%/QtGui/QPanGesture
-%%QT_INCDIR%%/QtGui/QPen
-%%QT_INCDIR%%/QtGui/QPicture
-%%QT_INCDIR%%/QtGui/QPictureFormatInterface
-%%QT_INCDIR%%/QtGui/QPictureFormatPlugin
-%%QT_INCDIR%%/QtGui/QPictureIO
-%%QT_INCDIR%%/QtGui/QPinchGesture
-%%QT_INCDIR%%/QtGui/QPixmap
-%%QT_INCDIR%%/QtGui/QPixmapCache
-%%QT_INCDIR%%/QtGui/QPlainTextDocumentLayout
-%%QT_INCDIR%%/QtGui/QPlainTextEdit
-%%QT_INCDIR%%/QtGui/QPlastiqueStyle
-%%QT_INCDIR%%/QtGui/QPlatformClipboard
-%%QT_INCDIR%%/QtGui/QPlatformCursor
-%%QT_INCDIR%%/QtGui/QPlatformCursorImage
-%%QT_INCDIR%%/QtGui/QPlatformCursorPrivate
-%%QT_INCDIR%%/QtGui/QPlatformEventLoopIntegration
-%%QT_INCDIR%%/QtGui/QPlatformFontDatabase
-%%QT_INCDIR%%/QtGui/QPlatformGLContext
-%%QT_INCDIR%%/QtGui/QPlatformIntegration
-%%QT_INCDIR%%/QtGui/QPlatformIntegrationFactoryInterface
-%%QT_INCDIR%%/QtGui/QPlatformIntegrationPlugin
-%%QT_INCDIR%%/QtGui/QPlatformNativeInterface
-%%QT_INCDIR%%/QtGui/QPlatformScreen
-%%QT_INCDIR%%/QtGui/QPlatformWindow
-%%QT_INCDIR%%/QtGui/QPlatformWindowFormat
-%%QT_INCDIR%%/QtGui/QPolygon
-%%QT_INCDIR%%/QtGui/QPolygonF
-%%QT_INCDIR%%/QtGui/QPoolEntry
-%%QT_INCDIR%%/QtGui/QPrintDialog
-%%QT_INCDIR%%/QtGui/QPrintEngine
-%%QT_INCDIR%%/QtGui/QPrintPreviewDialog
-%%QT_INCDIR%%/QtGui/QPrintPreviewWidget
-%%QT_INCDIR%%/QtGui/QPrinter
-%%QT_INCDIR%%/QtGui/QPrinterInfo
-%%QT_INCDIR%%/QtGui/QProgressBar
-%%QT_INCDIR%%/QtGui/QProgressDialog
-%%QT_INCDIR%%/QtGui/QProxyModel
-%%QT_INCDIR%%/QtGui/QProxyScreen
-%%QT_INCDIR%%/QtGui/QProxyScreenCursor
-%%QT_INCDIR%%/QtGui/QProxyStyle
-%%QT_INCDIR%%/QtGui/QPushButton
-%%QT_INCDIR%%/QtGui/QQnxMouseHandler
-%%QT_INCDIR%%/QtGui/QQnxScreen
-%%QT_INCDIR%%/QtGui/QQuaternion
-%%QT_INCDIR%%/QtGui/QRadialGradient
-%%QT_INCDIR%%/QtGui/QRadioButton
-%%QT_INCDIR%%/QtGui/QRawFont
-%%QT_INCDIR%%/QtGui/QRegExpValidator
-%%QT_INCDIR%%/QtGui/QRegion
-%%QT_INCDIR%%/QtGui/QResizeEvent
-%%QT_INCDIR%%/QtGui/QRgb
-%%QT_INCDIR%%/QtGui/QRubberBand
-%%QT_INCDIR%%/QtGui/QS60MainAppUi
-%%QT_INCDIR%%/QtGui/QS60MainAppUiBase
-%%QT_INCDIR%%/QtGui/QS60MainApplication
-%%QT_INCDIR%%/QtGui/QS60MainApplicationBase
-%%QT_INCDIR%%/QtGui/QS60MainDocument
-%%QT_INCDIR%%/QtGui/QS60MainDocumentBase
-%%QT_INCDIR%%/QtGui/QS60StubAknAppUi
-%%QT_INCDIR%%/QtGui/QS60StubAknAppUiBase
-%%QT_INCDIR%%/QtGui/QS60StubMAknTouchPaneObserver
-%%QT_INCDIR%%/QtGui/QS60StubMEikStatusPaneObserver
-%%QT_INCDIR%%/QtGui/QS60Style
-%%QT_INCDIR%%/QtGui/QScreen
-%%QT_INCDIR%%/QtGui/QScreenCursor
-%%QT_INCDIR%%/QtGui/QScreenDriverFactory
-%%QT_INCDIR%%/QtGui/QScreenDriverFactoryInterface
-%%QT_INCDIR%%/QtGui/QScreenDriverPlugin
-%%QT_INCDIR%%/QtGui/QScrollArea
-%%QT_INCDIR%%/QtGui/QScrollBar
-%%QT_INCDIR%%/QtGui/QSessionManager
-%%QT_INCDIR%%/QtGui/QShortcut
-%%QT_INCDIR%%/QtGui/QShortcutEvent
-%%QT_INCDIR%%/QtGui/QShowEvent
-%%QT_INCDIR%%/QtGui/QSizeGrip
-%%QT_INCDIR%%/QtGui/QSizePolicy
-%%QT_INCDIR%%/QtGui/QSlider
-%%QT_INCDIR%%/QtGui/QSortFilterProxyModel
-%%QT_INCDIR%%/QtGui/QSound
-%%QT_INCDIR%%/QtGui/QSpacerItem
-%%QT_INCDIR%%/QtGui/QSpinBox
-%%QT_INCDIR%%/QtGui/QSplashScreen
-%%QT_INCDIR%%/QtGui/QSplitter
-%%QT_INCDIR%%/QtGui/QSplitterHandle
-%%QT_INCDIR%%/QtGui/QStackedLayout
-%%QT_INCDIR%%/QtGui/QStackedWidget
-%%QT_INCDIR%%/QtGui/QStandardItem
-%%QT_INCDIR%%/QtGui/QStandardItemEditorCreator
-%%QT_INCDIR%%/QtGui/QStandardItemModel
-%%QT_INCDIR%%/QtGui/QStaticText
-%%QT_INCDIR%%/QtGui/QStatusBar
-%%QT_INCDIR%%/QtGui/QStatusTipEvent
-%%QT_INCDIR%%/QtGui/QStringListModel
-%%QT_INCDIR%%/QtGui/QStyle
-%%QT_INCDIR%%/QtGui/QStyleFactory
-%%QT_INCDIR%%/QtGui/QStyleFactoryInterface
-%%QT_INCDIR%%/QtGui/QStyleHintReturn
-%%QT_INCDIR%%/QtGui/QStyleHintReturnMask
-%%QT_INCDIR%%/QtGui/QStyleHintReturnVariant
-%%QT_INCDIR%%/QtGui/QStyleOption
-%%QT_INCDIR%%/QtGui/QStyleOptionButton
-%%QT_INCDIR%%/QtGui/QStyleOptionComboBox
-%%QT_INCDIR%%/QtGui/QStyleOptionComplex
-%%QT_INCDIR%%/QtGui/QStyleOptionDockWidget
-%%QT_INCDIR%%/QtGui/QStyleOptionDockWidgetV2
-%%QT_INCDIR%%/QtGui/QStyleOptionFocusRect
-%%QT_INCDIR%%/QtGui/QStyleOptionFrame
-%%QT_INCDIR%%/QtGui/QStyleOptionFrameV2
-%%QT_INCDIR%%/QtGui/QStyleOptionFrameV3
-%%QT_INCDIR%%/QtGui/QStyleOptionGraphicsItem
-%%QT_INCDIR%%/QtGui/QStyleOptionGroupBox
-%%QT_INCDIR%%/QtGui/QStyleOptionHeader
-%%QT_INCDIR%%/QtGui/QStyleOptionMenuItem
-%%QT_INCDIR%%/QtGui/QStyleOptionProgressBar
-%%QT_INCDIR%%/QtGui/QStyleOptionProgressBarV2
-%%QT_INCDIR%%/QtGui/QStyleOptionQ3DockWindow
-%%QT_INCDIR%%/QtGui/QStyleOptionQ3ListView
-%%QT_INCDIR%%/QtGui/QStyleOptionQ3ListViewItem
-%%QT_INCDIR%%/QtGui/QStyleOptionRubberBand
-%%QT_INCDIR%%/QtGui/QStyleOptionSizeGrip
-%%QT_INCDIR%%/QtGui/QStyleOptionSlider
-%%QT_INCDIR%%/QtGui/QStyleOptionSpinBox
-%%QT_INCDIR%%/QtGui/QStyleOptionTab
-%%QT_INCDIR%%/QtGui/QStyleOptionTabBarBase
-%%QT_INCDIR%%/QtGui/QStyleOptionTabBarBaseV2
-%%QT_INCDIR%%/QtGui/QStyleOptionTabV2
-%%QT_INCDIR%%/QtGui/QStyleOptionTabV3
-%%QT_INCDIR%%/QtGui/QStyleOptionTabWidgetFrame
-%%QT_INCDIR%%/QtGui/QStyleOptionTabWidgetFrameV2
-%%QT_INCDIR%%/QtGui/QStyleOptionTitleBar
-%%QT_INCDIR%%/QtGui/QStyleOptionToolBar
-%%QT_INCDIR%%/QtGui/QStyleOptionToolBox
-%%QT_INCDIR%%/QtGui/QStyleOptionToolBoxV2
-%%QT_INCDIR%%/QtGui/QStyleOptionToolButton
-%%QT_INCDIR%%/QtGui/QStyleOptionViewItem
-%%QT_INCDIR%%/QtGui/QStyleOptionViewItemV2
-%%QT_INCDIR%%/QtGui/QStyleOptionViewItemV3
-%%QT_INCDIR%%/QtGui/QStyleOptionViewItemV4
-%%QT_INCDIR%%/QtGui/QStylePainter
-%%QT_INCDIR%%/QtGui/QStylePlugin
-%%QT_INCDIR%%/QtGui/QStyledItemDelegate
-%%QT_INCDIR%%/QtGui/QSupportedWritingSystems
-%%QT_INCDIR%%/QtGui/QSwipeGesture
-%%QT_INCDIR%%/QtGui/QSymbianEvent
-%%QT_INCDIR%%/QtGui/QSymbianGraphicsSystemHelper
-%%QT_INCDIR%%/QtGui/QSyntaxHighlighter
-%%QT_INCDIR%%/QtGui/QSystemTrayIcon
-%%QT_INCDIR%%/QtGui/QTabBar
-%%QT_INCDIR%%/QtGui/QTabWidget
-%%QT_INCDIR%%/QtGui/QTableView
-%%QT_INCDIR%%/QtGui/QTableWidget
-%%QT_INCDIR%%/QtGui/QTableWidgetItem
-%%QT_INCDIR%%/QtGui/QTableWidgetSelectionRange
-%%QT_INCDIR%%/QtGui/QTabletEvent
-%%QT_INCDIR%%/QtGui/QTapAndHoldGesture
-%%QT_INCDIR%%/QtGui/QTapGesture
-%%QT_INCDIR%%/QtGui/QTextBlock
-%%QT_INCDIR%%/QtGui/QTextBlockFormat
-%%QT_INCDIR%%/QtGui/QTextBlockGroup
-%%QT_INCDIR%%/QtGui/QTextBlockUserData
-%%QT_INCDIR%%/QtGui/QTextBrowser
-%%QT_INCDIR%%/QtGui/QTextCharFormat
-%%QT_INCDIR%%/QtGui/QTextCursor
-%%QT_INCDIR%%/QtGui/QTextDocument
-%%QT_INCDIR%%/QtGui/QTextDocumentFragment
-%%QT_INCDIR%%/QtGui/QTextDocumentWriter
-%%QT_INCDIR%%/QtGui/QTextEdit
-%%QT_INCDIR%%/QtGui/QTextFormat
-%%QT_INCDIR%%/QtGui/QTextFragment
-%%QT_INCDIR%%/QtGui/QTextFrame
-%%QT_INCDIR%%/QtGui/QTextFrameFormat
-%%QT_INCDIR%%/QtGui/QTextFrameLayoutData
-%%QT_INCDIR%%/QtGui/QTextImageFormat
-%%QT_INCDIR%%/QtGui/QTextInlineObject
-%%QT_INCDIR%%/QtGui/QTextItem
-%%QT_INCDIR%%/QtGui/QTextLayout
-%%QT_INCDIR%%/QtGui/QTextLength
-%%QT_INCDIR%%/QtGui/QTextLine
-%%QT_INCDIR%%/QtGui/QTextList
-%%QT_INCDIR%%/QtGui/QTextListFormat
-%%QT_INCDIR%%/QtGui/QTextObject
-%%QT_INCDIR%%/QtGui/QTextObjectInterface
-%%QT_INCDIR%%/QtGui/QTextOption
-%%QT_INCDIR%%/QtGui/QTextTable
-%%QT_INCDIR%%/QtGui/QTextTableCell
-%%QT_INCDIR%%/QtGui/QTextTableCellFormat
-%%QT_INCDIR%%/QtGui/QTextTableFormat
-%%QT_INCDIR%%/QtGui/QTileRules
-%%QT_INCDIR%%/QtGui/QTimeEdit
-%%QT_INCDIR%%/QtGui/QToolBar
-%%QT_INCDIR%%/QtGui/QToolBarChangeEvent
-%%QT_INCDIR%%/QtGui/QToolBox
-%%QT_INCDIR%%/QtGui/QToolButton
-%%QT_INCDIR%%/QtGui/QToolTip
-%%QT_INCDIR%%/QtGui/QTouchEvent
-%%QT_INCDIR%%/QtGui/QTransform
-%%QT_INCDIR%%/QtGui/QTransformedScreen
-%%QT_INCDIR%%/QtGui/QTransportAuth
-%%QT_INCDIR%%/QtGui/QTreeView
-%%QT_INCDIR%%/QtGui/QTreeWidget
-%%QT_INCDIR%%/QtGui/QTreeWidgetItem
-%%QT_INCDIR%%/QtGui/QTreeWidgetItemIterator
-%%QT_INCDIR%%/QtGui/QUndoCommand
-%%QT_INCDIR%%/QtGui/QUndoGroup
-%%QT_INCDIR%%/QtGui/QUndoStack
-%%QT_INCDIR%%/QtGui/QUndoView
-%%QT_INCDIR%%/QtGui/QUnixPrintWidget
-%%QT_INCDIR%%/QtGui/QUpdateLaterEvent
-%%QT_INCDIR%%/QtGui/QVBoxLayout
-%%QT_INCDIR%%/QtGui/QVFbHeader
-%%QT_INCDIR%%/QtGui/QVFbKeyData
-%%QT_INCDIR%%/QtGui/QVFbKeyboardHandler
-%%QT_INCDIR%%/QtGui/QVFbMouseHandler
-%%QT_INCDIR%%/QtGui/QVFbScreen
-%%QT_INCDIR%%/QtGui/QValidator
-%%QT_INCDIR%%/QtGui/QVector2D
-%%QT_INCDIR%%/QtGui/QVector3D
-%%QT_INCDIR%%/QtGui/QVector4D
-%%QT_INCDIR%%/QtGui/QWMatrix
-%%QT_INCDIR%%/QtGui/QWSCalibratedMouseHandler
-%%QT_INCDIR%%/QtGui/QWSClient
-%%QT_INCDIR%%/QtGui/QWSCursor
-%%QT_INCDIR%%/QtGui/QWSCursorMap
-%%QT_INCDIR%%/QtGui/QWSDisplay
-%%QT_INCDIR%%/QtGui/QWSEmbedWidget
-%%QT_INCDIR%%/QtGui/QWSEvent
-%%QT_INCDIR%%/QtGui/QWSInputMethod
-%%QT_INCDIR%%/QtGui/QWSIntKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSInternalWindowInfo
-%%QT_INCDIR%%/QtGui/QWSKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSKeyboardHandlerFactoryInterface
-%%QT_INCDIR%%/QtGui/QWSLinuxInputKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSLinuxInputMouseHandler
-%%QT_INCDIR%%/QtGui/QWSLinuxTPMouseHandler
-%%QT_INCDIR%%/QtGui/QWSManager
-%%QT_INCDIR%%/QtGui/QWSMouseHandler
-%%QT_INCDIR%%/QtGui/QWSMouseHandlerFactoryInterface
-%%QT_INCDIR%%/QtGui/QWSPcMouseHandler
-%%QT_INCDIR%%/QtGui/QWSPointerCalibrationData
-%%QT_INCDIR%%/QtGui/QWSPropertyManager
-%%QT_INCDIR%%/QtGui/QWSProtocolItem
-%%QT_INCDIR%%/QtGui/QWSQnxKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSScreenSaver
-%%QT_INCDIR%%/QtGui/QWSServer
-%%QT_INCDIR%%/QtGui/QWSServerSocket
-%%QT_INCDIR%%/QtGui/QWSSocket
-%%QT_INCDIR%%/QtGui/QWSSoundClient
-%%QT_INCDIR%%/QtGui/QWSSoundServer
-%%QT_INCDIR%%/QtGui/QWSSoundServerSocket
-%%QT_INCDIR%%/QtGui/QWSTslibMouseHandler
-%%QT_INCDIR%%/QtGui/QWSTtyKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSUmKeyboardHandler
-%%QT_INCDIR%%/QtGui/QWSWindow
-%%QT_INCDIR%%/QtGui/QWSWindowInfo
-%%QT_INCDIR%%/QtGui/QWhatsThis
-%%QT_INCDIR%%/QtGui/QWhatsThisClickedEvent
-%%QT_INCDIR%%/QtGui/QWheelEvent
-%%QT_INCDIR%%/QtGui/QWidget
-%%QT_INCDIR%%/QtGui/QWidgetAction
-%%QT_INCDIR%%/QtGui/QWidgetData
-%%QT_INCDIR%%/QtGui/QWidgetItem
-%%QT_INCDIR%%/QtGui/QWidgetItemV2
-%%QT_INCDIR%%/QtGui/QWidgetList
-%%QT_INCDIR%%/QtGui/QWidgetMapper
-%%QT_INCDIR%%/QtGui/QWidgetSet
-%%QT_INCDIR%%/QtGui/QWindowStateChangeEvent
-%%QT_INCDIR%%/QtGui/QWindowSystemInterface
-%%QT_INCDIR%%/QtGui/QWindowsCEStyle
-%%QT_INCDIR%%/QtGui/QWindowsMime
-%%QT_INCDIR%%/QtGui/QWindowsMobileStyle
-%%QT_INCDIR%%/QtGui/QWindowsStyle
-%%QT_INCDIR%%/QtGui/QWindowsVistaStyle
-%%QT_INCDIR%%/QtGui/QWindowsXPStyle
-%%QT_INCDIR%%/QtGui/QWizard
-%%QT_INCDIR%%/QtGui/QWizardPage
-%%QT_INCDIR%%/QtGui/QWorkspace
-%%QT_INCDIR%%/QtGui/QX11EmbedContainer
-%%QT_INCDIR%%/QtGui/QX11EmbedWidget
-%%QT_INCDIR%%/QtGui/QX11Info
-%%QT_INCDIR%%/QtGui/QtEvents
-%%QT_INCDIR%%/QtGui/QtGui
-%%QT_INCDIR%%/QtGui/qabstractbutton.h
-%%QT_INCDIR%%/QtGui/qabstractfontengine_qws.h
-%%QT_INCDIR%%/QtGui/qabstractitemdelegate.h
-%%QT_INCDIR%%/QtGui/qabstractitemview.h
-%%QT_INCDIR%%/QtGui/qabstractpagesetupdialog.h
-%%QT_INCDIR%%/QtGui/qabstractprintdialog.h
-%%QT_INCDIR%%/QtGui/qabstractproxymodel.h
-%%QT_INCDIR%%/QtGui/qabstractscrollarea.h
-%%QT_INCDIR%%/QtGui/qabstractslider.h
-%%QT_INCDIR%%/QtGui/qabstractspinbox.h
-%%QT_INCDIR%%/QtGui/qabstracttextdocumentlayout.h
-%%QT_INCDIR%%/QtGui/qaccessible.h
-%%QT_INCDIR%%/QtGui/qaccessible2.h
-%%QT_INCDIR%%/QtGui/qaccessiblebridge.h
-%%QT_INCDIR%%/QtGui/qaccessibleobject.h
-%%QT_INCDIR%%/QtGui/qaccessibleplugin.h
-%%QT_INCDIR%%/QtGui/qaccessiblewidget.h
-%%QT_INCDIR%%/QtGui/qaction.h
-%%QT_INCDIR%%/QtGui/qactiongroup.h
-%%QT_INCDIR%%/QtGui/qapplication.h
-%%QT_INCDIR%%/QtGui/qbitmap.h
-%%QT_INCDIR%%/QtGui/qboxlayout.h
-%%QT_INCDIR%%/QtGui/qbrush.h
-%%QT_INCDIR%%/QtGui/qbuttongroup.h
-%%QT_INCDIR%%/QtGui/qcalendarwidget.h
-%%QT_INCDIR%%/QtGui/qcdestyle.h
-%%QT_INCDIR%%/QtGui/qcheckbox.h
-%%QT_INCDIR%%/QtGui/qcleanlooksstyle.h
-%%QT_INCDIR%%/QtGui/qclipboard.h
-%%QT_INCDIR%%/QtGui/qcolor.h
-%%QT_INCDIR%%/QtGui/qcolordialog.h
-%%QT_INCDIR%%/QtGui/qcolormap.h
-%%QT_INCDIR%%/QtGui/qcolumnview.h
-%%QT_INCDIR%%/QtGui/qcombobox.h
-%%QT_INCDIR%%/QtGui/qcommandlinkbutton.h
-%%QT_INCDIR%%/QtGui/qcommonstyle.h
-%%QT_INCDIR%%/QtGui/qcompleter.h
-%%QT_INCDIR%%/QtGui/qcopchannel_qws.h
-%%QT_INCDIR%%/QtGui/qcursor.h
-%%QT_INCDIR%%/QtGui/qdatawidgetmapper.h
-%%QT_INCDIR%%/QtGui/qdatetimeedit.h
-%%QT_INCDIR%%/QtGui/qdecoration_qws.h
-%%QT_INCDIR%%/QtGui/qdecorationdefault_qws.h
-%%QT_INCDIR%%/QtGui/qdecorationfactory_qws.h
-%%QT_INCDIR%%/QtGui/qdecorationplugin_qws.h
-%%QT_INCDIR%%/QtGui/qdecorationstyled_qws.h
-%%QT_INCDIR%%/QtGui/qdecorationwindows_qws.h
-%%QT_INCDIR%%/QtGui/qdesktopservices.h
-%%QT_INCDIR%%/QtGui/qdesktopwidget.h
-%%QT_INCDIR%%/QtGui/qdial.h
-%%QT_INCDIR%%/QtGui/qdialog.h
-%%QT_INCDIR%%/QtGui/qdialogbuttonbox.h
-%%QT_INCDIR%%/QtGui/qdirectpainter_qws.h
-%%QT_INCDIR%%/QtGui/qdirmodel.h
-%%QT_INCDIR%%/QtGui/qdockwidget.h
-%%QT_INCDIR%%/QtGui/qdrag.h
-%%QT_INCDIR%%/QtGui/qdrawutil.h
-%%QT_INCDIR%%/QtGui/qerrormessage.h
-%%QT_INCDIR%%/QtGui/qevent.h
-%%QT_INCDIR%%/QtGui/qfiledialog.h
-%%QT_INCDIR%%/QtGui/qfileiconprovider.h
-%%QT_INCDIR%%/QtGui/qfilesystemmodel.h
-%%QT_INCDIR%%/QtGui/qfocusframe.h
-%%QT_INCDIR%%/QtGui/qfont.h
-%%QT_INCDIR%%/QtGui/qfontcombobox.h
-%%QT_INCDIR%%/QtGui/qfontdatabase.h
-%%QT_INCDIR%%/QtGui/qfontdialog.h
-%%QT_INCDIR%%/QtGui/qfontinfo.h
-%%QT_INCDIR%%/QtGui/qfontmetrics.h
-%%QT_INCDIR%%/QtGui/qformlayout.h
-%%QT_INCDIR%%/QtGui/qframe.h
-%%QT_INCDIR%%/QtGui/qgenericmatrix.h
-%%QT_INCDIR%%/QtGui/qgenericplugin_qpa.h
-%%QT_INCDIR%%/QtGui/qgenericpluginfactory_qpa.h
-%%QT_INCDIR%%/QtGui/qgesture.h
-%%QT_INCDIR%%/QtGui/qgesturerecognizer.h
-%%QT_INCDIR%%/QtGui/qglyphrun.h
-%%QT_INCDIR%%/QtGui/qgraphicsanchorlayout.h
-%%QT_INCDIR%%/QtGui/qgraphicseffect.h
-%%QT_INCDIR%%/QtGui/qgraphicsgridlayout.h
-%%QT_INCDIR%%/QtGui/qgraphicsitem.h
-%%QT_INCDIR%%/QtGui/qgraphicsitemanimation.h
-%%QT_INCDIR%%/QtGui/qgraphicslayout.h
-%%QT_INCDIR%%/QtGui/qgraphicslayoutitem.h
-%%QT_INCDIR%%/QtGui/qgraphicslinearlayout.h
-%%QT_INCDIR%%/QtGui/qgraphicsproxywidget.h
-%%QT_INCDIR%%/QtGui/qgraphicsscene.h
-%%QT_INCDIR%%/QtGui/qgraphicssceneevent.h
-%%QT_INCDIR%%/QtGui/qgraphicssystemhelper_symbian.h
-%%QT_INCDIR%%/QtGui/qgraphicstransform.h
-%%QT_INCDIR%%/QtGui/qgraphicsview.h
-%%QT_INCDIR%%/QtGui/qgraphicswidget.h
-%%QT_INCDIR%%/QtGui/qgridlayout.h
-%%QT_INCDIR%%/QtGui/qgroupbox.h
-%%QT_INCDIR%%/QtGui/qgtkstyle.h
-%%QT_INCDIR%%/QtGui/qguifunctions_wince.h
-%%QT_INCDIR%%/QtGui/qheaderview.h
-%%QT_INCDIR%%/QtGui/qicon.h
-%%QT_INCDIR%%/QtGui/qiconengine.h
-%%QT_INCDIR%%/QtGui/qiconengineplugin.h
-%%QT_INCDIR%%/QtGui/qidentityproxymodel.h
-%%QT_INCDIR%%/QtGui/qimage.h
-%%QT_INCDIR%%/QtGui/qimageiohandler.h
-%%QT_INCDIR%%/QtGui/qimagereader.h
-%%QT_INCDIR%%/QtGui/qimagewriter.h
-%%QT_INCDIR%%/QtGui/qinputcontext.h
-%%QT_INCDIR%%/QtGui/qinputcontextfactory.h
-%%QT_INCDIR%%/QtGui/qinputcontextplugin.h
-%%QT_INCDIR%%/QtGui/qinputdialog.h
-%%QT_INCDIR%%/QtGui/qitemdelegate.h
-%%QT_INCDIR%%/QtGui/qitemeditorfactory.h
-%%QT_INCDIR%%/QtGui/qitemselectionmodel.h
-%%QT_INCDIR%%/QtGui/qkbd_qws.h
-%%QT_INCDIR%%/QtGui/qkbddriverfactory_qws.h
-%%QT_INCDIR%%/QtGui/qkbddriverplugin_qws.h
-%%QT_INCDIR%%/QtGui/qkbdintegrity_qws.h
-%%QT_INCDIR%%/QtGui/qkbdlinuxinput_qws.h
-%%QT_INCDIR%%/QtGui/qkbdqnx_qws.h
-%%QT_INCDIR%%/QtGui/qkbdtty_qws.h
-%%QT_INCDIR%%/QtGui/qkbdum_qws.h
-%%QT_INCDIR%%/QtGui/qkbdvfb_qws.h
-%%QT_INCDIR%%/QtGui/qkeyeventtransition.h
-%%QT_INCDIR%%/QtGui/qkeysequence.h
-%%QT_INCDIR%%/QtGui/qlabel.h
-%%QT_INCDIR%%/QtGui/qlayout.h
-%%QT_INCDIR%%/QtGui/qlayoutitem.h
-%%QT_INCDIR%%/QtGui/qlcdnumber.h
-%%QT_INCDIR%%/QtGui/qlineedit.h
-%%QT_INCDIR%%/QtGui/qlistview.h
-%%QT_INCDIR%%/QtGui/qlistwidget.h
-%%QT_INCDIR%%/QtGui/qmaccocoaviewcontainer_mac.h
-%%QT_INCDIR%%/QtGui/qmacdefines_mac.h
-%%QT_INCDIR%%/QtGui/qmacnativewidget_mac.h
-%%QT_INCDIR%%/QtGui/qmacstyle_mac.h
-%%QT_INCDIR%%/QtGui/qmainwindow.h
-%%QT_INCDIR%%/QtGui/qmatrix.h
-%%QT_INCDIR%%/QtGui/qmatrix4x4.h
-%%QT_INCDIR%%/QtGui/qmdiarea.h
-%%QT_INCDIR%%/QtGui/qmdisubwindow.h
-%%QT_INCDIR%%/QtGui/qmenu.h
-%%QT_INCDIR%%/QtGui/qmenubar.h
-%%QT_INCDIR%%/QtGui/qmenudata.h
-%%QT_INCDIR%%/QtGui/qmessagebox.h
-%%QT_INCDIR%%/QtGui/qmime.h
-%%QT_INCDIR%%/QtGui/qmotifstyle.h
-%%QT_INCDIR%%/QtGui/qmouse_qws.h
-%%QT_INCDIR%%/QtGui/qmousedriverfactory_qws.h
-%%QT_INCDIR%%/QtGui/qmousedriverplugin_qws.h
-%%QT_INCDIR%%/QtGui/qmouseeventtransition.h
-%%QT_INCDIR%%/QtGui/qmouseintegrity_qws.h
-%%QT_INCDIR%%/QtGui/qmouselinuxinput_qws.h
-%%QT_INCDIR%%/QtGui/qmouselinuxtp_qws.h
-%%QT_INCDIR%%/QtGui/qmousepc_qws.h
-%%QT_INCDIR%%/QtGui/qmouseqnx_qws.h
-%%QT_INCDIR%%/QtGui/qmousetslib_qws.h
-%%QT_INCDIR%%/QtGui/qmousevfb_qws.h
-%%QT_INCDIR%%/QtGui/qmovie.h
-%%QT_INCDIR%%/QtGui/qpagesetupdialog.h
-%%QT_INCDIR%%/QtGui/qpaintdevice.h
-%%QT_INCDIR%%/QtGui/qpaintengine.h
-%%QT_INCDIR%%/QtGui/qpainter.h
-%%QT_INCDIR%%/QtGui/qpainterpath.h
-%%QT_INCDIR%%/QtGui/qpalette.h
-%%QT_INCDIR%%/QtGui/qpen.h
-%%QT_INCDIR%%/QtGui/qpicture.h
-%%QT_INCDIR%%/QtGui/qpictureformatplugin.h
-%%QT_INCDIR%%/QtGui/qpixmap.h
-%%QT_INCDIR%%/QtGui/qpixmapcache.h
-%%QT_INCDIR%%/QtGui/qplaintextedit.h
-%%QT_INCDIR%%/QtGui/qplastiquestyle.h
-%%QT_INCDIR%%/QtGui/qplatformclipboard_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformcursor_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformeventloopintegration_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformfontdatabase_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformglcontext_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformintegration_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformintegrationplugin_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformnativeinterface_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformscreen_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformwindow_qpa.h
-%%QT_INCDIR%%/QtGui/qplatformwindowformat_qpa.h
-%%QT_INCDIR%%/QtGui/qpolygon.h
-%%QT_INCDIR%%/QtGui/qprintdialog.h
-%%QT_INCDIR%%/QtGui/qprintengine.h
-%%QT_INCDIR%%/QtGui/qprinter.h
-%%QT_INCDIR%%/QtGui/qprinterinfo.h
-%%QT_INCDIR%%/QtGui/qprintpreviewdialog.h
-%%QT_INCDIR%%/QtGui/qprintpreviewwidget.h
-%%QT_INCDIR%%/QtGui/qprogressbar.h
-%%QT_INCDIR%%/QtGui/qprogressdialog.h
-%%QT_INCDIR%%/QtGui/qproxymodel.h
-%%QT_INCDIR%%/QtGui/qproxystyle.h
-%%QT_INCDIR%%/QtGui/qpushbutton.h
-%%QT_INCDIR%%/QtGui/qquaternion.h
-%%QT_INCDIR%%/QtGui/qradiobutton.h
-%%QT_INCDIR%%/QtGui/qrawfont.h
-%%QT_INCDIR%%/QtGui/qregion.h
-%%QT_INCDIR%%/QtGui/qrgb.h
-%%QT_INCDIR%%/QtGui/qrubberband.h
-%%QT_INCDIR%%/QtGui/qs60mainapplication.h
-%%QT_INCDIR%%/QtGui/qs60mainappui.h
-%%QT_INCDIR%%/QtGui/qs60maindocument.h
-%%QT_INCDIR%%/QtGui/qs60style.h
-%%QT_INCDIR%%/QtGui/qscreen_qws.h
-%%QT_INCDIR%%/QtGui/qscreendriverfactory_qws.h
-%%QT_INCDIR%%/QtGui/qscreendriverplugin_qws.h
-%%QT_INCDIR%%/QtGui/qscreenintegrityfb_qws.h
-%%QT_INCDIR%%/QtGui/qscreenlinuxfb_qws.h
-%%QT_INCDIR%%/QtGui/qscreenproxy_qws.h
-%%QT_INCDIR%%/QtGui/qscreenqnx_qws.h
-%%QT_INCDIR%%/QtGui/qscreentransformed_qws.h
-%%QT_INCDIR%%/QtGui/qscreenvfb_qws.h
-%%QT_INCDIR%%/QtGui/qscrollarea.h
-%%QT_INCDIR%%/QtGui/qscrollbar.h
-%%QT_INCDIR%%/QtGui/qsessionmanager.h
-%%QT_INCDIR%%/QtGui/qshortcut.h
-%%QT_INCDIR%%/QtGui/qsizegrip.h
-%%QT_INCDIR%%/QtGui/qsizepolicy.h
-%%QT_INCDIR%%/QtGui/qslider.h
-%%QT_INCDIR%%/QtGui/qsortfilterproxymodel.h
-%%QT_INCDIR%%/QtGui/qsound.h
-%%QT_INCDIR%%/QtGui/qsoundqss_qws.h
-%%QT_INCDIR%%/QtGui/qspinbox.h
-%%QT_INCDIR%%/QtGui/qsplashscreen.h
-%%QT_INCDIR%%/QtGui/qsplitter.h
-%%QT_INCDIR%%/QtGui/qstackedlayout.h
-%%QT_INCDIR%%/QtGui/qstackedwidget.h
-%%QT_INCDIR%%/QtGui/qstandarditemmodel.h
-%%QT_INCDIR%%/QtGui/qstatictext.h
-%%QT_INCDIR%%/QtGui/qstatusbar.h
-%%QT_INCDIR%%/QtGui/qstringlistmodel.h
-%%QT_INCDIR%%/QtGui/qstyle.h
-%%QT_INCDIR%%/QtGui/qstyleditemdelegate.h
-%%QT_INCDIR%%/QtGui/qstylefactory.h
-%%QT_INCDIR%%/QtGui/qstyleoption.h
-%%QT_INCDIR%%/QtGui/qstylepainter.h
-%%QT_INCDIR%%/QtGui/qstyleplugin.h
-%%QT_INCDIR%%/QtGui/qsymbianevent.h
-%%QT_INCDIR%%/QtGui/qsyntaxhighlighter.h
-%%QT_INCDIR%%/QtGui/qsystemtrayicon.h
-%%QT_INCDIR%%/QtGui/qtabbar.h
-%%QT_INCDIR%%/QtGui/qtableview.h
-%%QT_INCDIR%%/QtGui/qtablewidget.h
-%%QT_INCDIR%%/QtGui/qtabwidget.h
-%%QT_INCDIR%%/QtGui/qtextbrowser.h
-%%QT_INCDIR%%/QtGui/qtextcursor.h
-%%QT_INCDIR%%/QtGui/qtextdocument.h
-%%QT_INCDIR%%/QtGui/qtextdocumentfragment.h
-%%QT_INCDIR%%/QtGui/qtextdocumentwriter.h
-%%QT_INCDIR%%/QtGui/qtextedit.h
-%%QT_INCDIR%%/QtGui/qtextformat.h
-%%QT_INCDIR%%/QtGui/qtextlayout.h
-%%QT_INCDIR%%/QtGui/qtextlist.h
-%%QT_INCDIR%%/QtGui/qtextobject.h
-%%QT_INCDIR%%/QtGui/qtextoption.h
-%%QT_INCDIR%%/QtGui/qtexttable.h
-%%QT_INCDIR%%/QtGui/qtoolbar.h
-%%QT_INCDIR%%/QtGui/qtoolbox.h
-%%QT_INCDIR%%/QtGui/qtoolbutton.h
-%%QT_INCDIR%%/QtGui/qtooltip.h
-%%QT_INCDIR%%/QtGui/qtransform.h
-%%QT_INCDIR%%/QtGui/qtransportauth_qws.h
-%%QT_INCDIR%%/QtGui/qtransportauthdefs_qws.h
-%%QT_INCDIR%%/QtGui/qtreeview.h
-%%QT_INCDIR%%/QtGui/qtreewidget.h
-%%QT_INCDIR%%/QtGui/qtreewidgetitemiterator.h
-%%QT_INCDIR%%/QtGui/qundogroup.h
-%%QT_INCDIR%%/QtGui/qundostack.h
-%%QT_INCDIR%%/QtGui/qundoview.h
-%%QT_INCDIR%%/QtGui/qvalidator.h
-%%QT_INCDIR%%/QtGui/qvector2d.h
-%%QT_INCDIR%%/QtGui/qvector3d.h
-%%QT_INCDIR%%/QtGui/qvector4d.h
-%%QT_INCDIR%%/QtGui/qvfbhdr.h
-%%QT_INCDIR%%/QtGui/qwhatsthis.h
-%%QT_INCDIR%%/QtGui/qwidget.h
-%%QT_INCDIR%%/QtGui/qwidgetaction.h
-%%QT_INCDIR%%/QtGui/qwindowdefs.h
-%%QT_INCDIR%%/QtGui/qwindowdefs_win.h
-%%QT_INCDIR%%/QtGui/qwindowscestyle.h
-%%QT_INCDIR%%/QtGui/qwindowsmobilestyle.h
-%%QT_INCDIR%%/QtGui/qwindowsstyle.h
-%%QT_INCDIR%%/QtGui/qwindowsvistastyle.h
-%%QT_INCDIR%%/QtGui/qwindowsxpstyle.h
-%%QT_INCDIR%%/QtGui/qwindowsystem_qws.h
-%%QT_INCDIR%%/QtGui/qwindowsysteminterface_qpa.h
-%%QT_INCDIR%%/QtGui/qwizard.h
-%%QT_INCDIR%%/QtGui/qwmatrix.h
-%%QT_INCDIR%%/QtGui/qworkspace.h
-%%QT_INCDIR%%/QtGui/qwscursor_qws.h
-%%QT_INCDIR%%/QtGui/qwsdisplay_qws.h
-%%QT_INCDIR%%/QtGui/qwsembedwidget.h
-%%QT_INCDIR%%/QtGui/qwsevent_qws.h
-%%QT_INCDIR%%/QtGui/qwsmanager_qws.h
-%%QT_INCDIR%%/QtGui/qwsproperty_qws.h
-%%QT_INCDIR%%/QtGui/qwsprotocolitem_qws.h
-%%QT_INCDIR%%/QtGui/qwssocket_qws.h
-%%QT_INCDIR%%/QtGui/qwsutils_qws.h
-%%QT_INCDIR%%/QtGui/qx11embed_x11.h
-%%QT_INCDIR%%/QtGui/qx11info_x11.h
-%%QT_LIBDIR%%/libQtGui.prl
-%%QT_LIBDIR%%/libQtGui.so
-%%QT_LIBDIR%%/libQtGui.so.4
-%%QT_LIBDIR%%/libQtGui.so.%%SHORTVER%%
-%%QT_LIBDIR%%/libQtGui.so.%%FULLVER%%
-%%DEBUG%%%%QT_LIBDIR%%/libQtGui.so.%%FULLVER%%.debug
-libdata/pkgconfig/QtGui.pc
-share/pixmaps/qtlogo.png
diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile
deleted file mode 100644
index 5f60b3501662..000000000000
--- a/x11-toolkits/qt4pas/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qt4pas
-PORTVERSION= 2.5
-PORTREVISION= 2
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V${PORTVERSION}/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN}
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Qt4 binding for FreePascal
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USE_LDCONFIG= yes
-USE_QT= corelib gui network script webkit \
- moc_build
-USES= qmake qt:4
-
-QT4_VER_MIN= 4.5.3
-
-.include <bsd.port.pre.mk>
-
-.if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g}
-IGNORE= Please update your current qt4 version to ${QT4_VER_MIN}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt4Pas.pro
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/qt4pas/distinfo b/x11-toolkits/qt4pas/distinfo
deleted file mode 100644
index 2b9e0992bc0a..000000000000
--- a/x11-toolkits/qt4pas/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qt4pas-V2.5_Qt4.5.3.tar.gz) = 825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea
-SIZE (qt4pas-V2.5_Qt4.5.3.tar.gz) = 371122
diff --git a/x11-toolkits/qt4pas/pkg-descr b/x11-toolkits/qt4pas/pkg-descr
deleted file mode 100644
index 5ee905937e7a..000000000000
--- a/x11-toolkits/qt4pas/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Provide a Qt4 binding for FreePascal that may be of use to provide the Lazarus
-LCL library with a Qt interface
-
-This binding does not aim to cover the whole Qt4 framework, but only just
-enough to satisfy the LCL needs. If any LCL/Qt developer needs an extra class,
-just ask and it will be added promptly. Some of the methods that have parameters
-based upon templates have been omitted.
-
-If however you need any of those, just ask.
-
-WWW: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
diff --git a/x11-toolkits/qt4pas/pkg-plist b/x11-toolkits/qt4pas/pkg-plist
deleted file mode 100644
index 1e0d2dc3a4f5..000000000000
--- a/x11-toolkits/qt4pas/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/qt4/libQt4Pas.so
-lib/qt4/libQt4Pas.so.5
-lib/qt4/libQt4Pas.so.5.2
-lib/qt4/libQt4Pas.so.5.2.5
diff --git a/x11-toolkits/qwt5-designerplugin/Makefile b/x11-toolkits/qwt5-designerplugin/Makefile
deleted file mode 100644
index 17f357fed36b..000000000000
--- a/x11-toolkits/qwt5-designerplugin/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= qwt
-PORTVERSION= 5.2.3
-PORTREVISION= 1
-CATEGORIES= x11-toolkits devel
-MASTER_SITES= SF
-PKGNAMESUFFIX= 5-designerplugin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qt Designer plugin for Qwt
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5
-
-USES= gmake qmake qt:4 tar:bzip2
-USE_QT= designer moc_build rcc_build
-QMAKE_ARGS+= CONFIG+=QwtDesigner \
- PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL}
-PORTSCOUT= limit:^5\.
-
-STRIP_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt_designer_plugin.so
-
-CONFIGURE_WRKSRC= ${WRKSRC}/designer
-BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
-INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
-
-post-install:
- ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/qwt5-designerplugin/distinfo b/x11-toolkits/qwt5-designerplugin/distinfo
deleted file mode 100644
index 33d385589e5b..000000000000
--- a/x11-toolkits/qwt5-designerplugin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qwt-5.2.3.tar.bz2) = 37feaf306753230b0d8538b4ff9b255c6fddaa3d6609ec5a5cc39a5a4d020ab7
-SIZE (qwt-5.2.3.tar.bz2) = 1983725
diff --git a/x11-toolkits/qwt5-designerplugin/files/patch-designer__designer.pro b/x11-toolkits/qwt5-designerplugin/files/patch-designer__designer.pro
deleted file mode 100644
index 030bd15ede67..000000000000
--- a/x11-toolkits/qwt5-designerplugin/files/patch-designer__designer.pro
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./designer/designer.pro.orig 2008-05-01 17:43:56.000000000 +0400
-+++ ./designer/designer.pro 2008-05-03 02:21:17.000000000 +0400
-@@ -123,7 +123,7 @@
- RESOURCES += \
- qwt_designer_plugin.qrc
-
-- target.path = $$[QT_INSTALL_PLUGINS]/designer
-+ target.path = $$PLUGINDIR/designer
- INSTALLS += target
- }
- }
diff --git a/x11-toolkits/qwt5-designerplugin/pkg-descr b/x11-toolkits/qwt5-designerplugin/pkg-descr
deleted file mode 100644
index 3536f386ee1d..000000000000
--- a/x11-toolkits/qwt5-designerplugin/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The Qwt library contains GUI Components and utility classes which
-are primarily useful for programs with a technical background.
-Beside a 2D plot widget it provides scales, sliders, dials, compasses,
-thermometers, wheels and knobs to control or display values, arrays,
-or ranges of type double.
-
-This port installs Qt Designer plugin for Qwt library version 5.
-
-WWW: http://qwt.sourceforge.net
diff --git a/x11-toolkits/qwt5-designerplugin/pkg-plist b/x11-toolkits/qwt5-designerplugin/pkg-plist
deleted file mode 100644
index 87ef82af353e..000000000000
--- a/x11-toolkits/qwt5-designerplugin/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-%%QT_PLUGINDIR%%/designer/libqwt_designer_plugin.so
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile
deleted file mode 100644
index a61ea1aabb7e..000000000000
--- a/x11-toolkits/qwt5/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= qwt
-PORTVERSION= 5.2.3
-CATEGORIES= x11-toolkits
-MASTER_SITES= SF
-PKGNAMESUFFIX= 5
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qt Widgets for Technical Applications
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= gmake qmake qt:4 tar:bzip2
-USE_QT= gui svg moc_build
-USE_LDCONFIG= yes
-PORTSCOUT= limit:^5\.
-
-PORTDOCS= *
-PLIST_SUB= SHLIB_VER=${PORTVERSION} \
- SHLIB_SHVER=${PORTVERSION:R}
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${STAGEDIR}${PREFIX}/man/man3
-
-post-install-DOCS-on:
- (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/qwt5/distinfo b/x11-toolkits/qwt5/distinfo
deleted file mode 100644
index 33d385589e5b..000000000000
--- a/x11-toolkits/qwt5/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qwt-5.2.3.tar.bz2) = 37feaf306753230b0d8538b4ff9b255c6fddaa3d6609ec5a5cc39a5a4d020ab7
-SIZE (qwt-5.2.3.tar.bz2) = 1983725
diff --git a/x11-toolkits/qwt5/files/patch-qwtconfig.pri b/x11-toolkits/qwt5/files/patch-qwtconfig.pri
deleted file mode 100644
index b5366a1af1f4..000000000000
--- a/x11-toolkits/qwt5/files/patch-qwtconfig.pri
+++ /dev/null
@@ -1,39 +0,0 @@
---- qwtconfig.pri.orig 2011-08-08 08:09:26.000000000 +0000
-+++ qwtconfig.pri 2011-08-08 08:11:17.000000000 +0000
-@@ -8,7 +8,7 @@
- VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
-
- unix {
-- INSTALLBASE = /usr/local/qwt-$$VERSION
-+ INSTALLBASE = $$PREFIX
- }
-
- win32 {
-@@ -16,8 +16,7 @@
- }
-
- target.path = $$INSTALLBASE/lib
--headers.path = $$INSTALLBASE/include
--doc.path = $$INSTALLBASE/doc
-+headers.path = $$INSTALLBASE/include/qwt
-
- ######################################################################
- # qmake internal options
-@@ -98,7 +97,7 @@
- # QwtSVGItem.
- ######################################################################
-
--#CONFIG += QwtSVGItem
-+CONFIG += QwtSVGItem
-
- ######################################################################
- # You can use the MathML renderer of the Qt solutions package to
-@@ -115,7 +114,7 @@
- # Otherwise you have to build it from the designer directory.
- ######################################################################
-
--CONFIG += QwtDesigner
-+#CONFIG += QwtDesigner
-
- ######################################################################
- # If you want to auto build the examples, enable the line below
diff --git a/x11-toolkits/qwt5/files/patch-src__src.pro b/x11-toolkits/qwt5/files/patch-src__src.pro
deleted file mode 100644
index 0c3ddbf32695..000000000000
--- a/x11-toolkits/qwt5/files/patch-src__src.pro
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./src/src.pro.orig 2008-05-01 17:43:56.000000000 +0400
-+++ ./src/src.pro 2008-05-03 02:23:43.000000000 +0400
-@@ -221,4 +221,4 @@
- doc.files += $${QWT_ROOT}/doc/man
- }
-
--INSTALLS = target headers doc
-+INSTALLS = target headers
diff --git a/x11-toolkits/qwt5/pkg-descr b/x11-toolkits/qwt5/pkg-descr
deleted file mode 100644
index 79bd1bbf78b0..000000000000
--- a/x11-toolkits/qwt5/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is Qt4 port of Qwt library version 5. The Qwt library contains
-GUI Components and utility classes which are primarily useful for
-programs with a technical background. Beside a 2D plot widget it
-provides scales, sliders, dials, compasses, thermometers, wheels
-and knobs to control or display values, arrays, or ranges of type
-double.
-
-WWW: http://qwt.sourceforge.net/
diff --git a/x11-toolkits/qwt5/pkg-plist b/x11-toolkits/qwt5/pkg-plist
deleted file mode 100644
index 308eacf94aa3..000000000000
--- a/x11-toolkits/qwt5/pkg-plist
+++ /dev/null
@@ -1,161 +0,0 @@
-include/qwt/qwt.h
-include/qwt/qwt_abstract_scale.h
-include/qwt/qwt_abstract_scale_draw.h
-include/qwt/qwt_abstract_slider.h
-include/qwt/qwt_analog_clock.h
-include/qwt/qwt_array.h
-include/qwt/qwt_arrow_button.h
-include/qwt/qwt_clipper.h
-include/qwt/qwt_color_map.h
-include/qwt/qwt_compass.h
-include/qwt/qwt_compass_rose.h
-include/qwt/qwt_counter.h
-include/qwt/qwt_curve_fitter.h
-include/qwt/qwt_data.h
-include/qwt/qwt_dial.h
-include/qwt/qwt_dial_needle.h
-include/qwt/qwt_double_interval.h
-include/qwt/qwt_double_range.h
-include/qwt/qwt_double_rect.h
-include/qwt/qwt_dyngrid_layout.h
-include/qwt/qwt_event_pattern.h
-include/qwt/qwt_global.h
-include/qwt/qwt_interval_data.h
-include/qwt/qwt_knob.h
-include/qwt/qwt_layout_metrics.h
-include/qwt/qwt_legend.h
-include/qwt/qwt_legend_item.h
-include/qwt/qwt_legend_itemmanager.h
-include/qwt/qwt_magnifier.h
-include/qwt/qwt_math.h
-include/qwt/qwt_paint_buffer.h
-include/qwt/qwt_painter.h
-include/qwt/qwt_panner.h
-include/qwt/qwt_picker.h
-include/qwt/qwt_picker_machine.h
-include/qwt/qwt_plot.h
-include/qwt/qwt_plot_canvas.h
-include/qwt/qwt_plot_curve.h
-include/qwt/qwt_plot_dict.h
-include/qwt/qwt_plot_grid.h
-include/qwt/qwt_plot_item.h
-include/qwt/qwt_plot_layout.h
-include/qwt/qwt_plot_magnifier.h
-include/qwt/qwt_plot_marker.h
-include/qwt/qwt_plot_panner.h
-include/qwt/qwt_plot_picker.h
-include/qwt/qwt_plot_printfilter.h
-include/qwt/qwt_plot_rasteritem.h
-include/qwt/qwt_plot_rescaler.h
-include/qwt/qwt_plot_scaleitem.h
-include/qwt/qwt_plot_spectrogram.h
-include/qwt/qwt_plot_svgitem.h
-include/qwt/qwt_plot_zoomer.h
-include/qwt/qwt_polygon.h
-include/qwt/qwt_raster_data.h
-include/qwt/qwt_round_scale_draw.h
-include/qwt/qwt_scale_div.h
-include/qwt/qwt_scale_draw.h
-include/qwt/qwt_scale_engine.h
-include/qwt/qwt_scale_map.h
-include/qwt/qwt_scale_widget.h
-include/qwt/qwt_slider.h
-include/qwt/qwt_spline.h
-include/qwt/qwt_symbol.h
-include/qwt/qwt_text.h
-include/qwt/qwt_text_engine.h
-include/qwt/qwt_text_label.h
-include/qwt/qwt_thermo.h
-include/qwt/qwt_valuelist.h
-include/qwt/qwt_wheel.h
-lib/libqwt.so
-lib/libqwt.so.5
-lib/libqwt.so.%%SHLIB_VER%%
-lib/libqwt.so.%%SHLIB_SHVER%%
-man/man3/QwtAbstractScale.3.gz
-man/man3/QwtAbstractScaleDraw.3.gz
-man/man3/QwtAbstractSlider.3.gz
-man/man3/QwtAlphaColorMap.3.gz
-man/man3/QwtAnalogClock.3.gz
-man/man3/QwtArrayData.3.gz
-man/man3/QwtArrowButton.3.gz
-man/man3/QwtCPointerData.3.gz
-man/man3/QwtClipper.3.gz
-man/man3/QwtColorMap.3.gz
-man/man3/QwtCompass.3.gz
-man/man3/QwtCompassMagnetNeedle.3.gz
-man/man3/QwtCompassRose.3.gz
-man/man3/QwtCompassWindArrow.3.gz
-man/man3/QwtCounter.3.gz
-man/man3/QwtCurveFitter.3.gz
-man/man3/QwtData.3.gz
-man/man3/QwtDial.3.gz
-man/man3/QwtDialNeedle.3.gz
-man/man3/QwtDialScaleDraw.3.gz
-man/man3/QwtDialSimpleNeedle.3.gz
-man/man3/QwtDoubleInterval.3.gz
-man/man3/QwtDoubleRange.3.gz
-man/man3/QwtDynGridLayout.3.gz
-man/man3/QwtEventPattern.3.gz
-man/man3/QwtEventPattern_KeyPattern.3.gz
-man/man3/QwtEventPattern_MousePattern.3.gz
-man/man3/QwtIntervalData.3.gz
-man/man3/QwtKnob.3.gz
-man/man3/QwtLegend.3.gz
-man/man3/QwtLegendItem.3.gz
-man/man3/QwtLegendItemManager.3.gz
-man/man3/QwtLinearColorMap.3.gz
-man/man3/QwtLinearScaleEngine.3.gz
-man/man3/QwtLog10ScaleEngine.3.gz
-man/man3/QwtMagnifier.3.gz
-man/man3/QwtMathMLTextEngine.3.gz
-man/man3/QwtMetricsMap.3.gz
-man/man3/QwtPainter.3.gz
-man/man3/QwtPanner.3.gz
-man/man3/QwtPicker.3.gz
-man/man3/QwtPickerClickPointMachine.3.gz
-man/man3/QwtPickerClickRectMachine.3.gz
-man/man3/QwtPickerDragPointMachine.3.gz
-man/man3/QwtPickerDragRectMachine.3.gz
-man/man3/QwtPickerMachine.3.gz
-man/man3/QwtPickerPolygonMachine.3.gz
-man/man3/QwtPlainTextEngine.3.gz
-man/man3/QwtPlot.3.gz
-man/man3/QwtPlotCanvas.3.gz
-man/man3/QwtPlotCurve.3.gz
-man/man3/QwtPlotDict.3.gz
-man/man3/QwtPlotGrid.3.gz
-man/man3/QwtPlotItem.3.gz
-man/man3/QwtPlotLayout.3.gz
-man/man3/QwtPlotMagnifier.3.gz
-man/man3/QwtPlotMarker.3.gz
-man/man3/QwtPlotPanner.3.gz
-man/man3/QwtPlotPicker.3.gz
-man/man3/QwtPlotPrintFilter.3.gz
-man/man3/QwtPlotRasterItem.3.gz
-man/man3/QwtPlotRescaler.3.gz
-man/man3/QwtPlotScaleItem.3.gz
-man/man3/QwtPlotSpectrogram.3.gz
-man/man3/QwtPlotSvgItem.3.gz
-man/man3/QwtPlotZoomer.3.gz
-man/man3/QwtPolygonFData.3.gz
-man/man3/QwtRasterData.3.gz
-man/man3/QwtRichTextEngine.3.gz
-man/man3/QwtRoundScaleDraw.3.gz
-man/man3/QwtScaleArithmetic.3.gz
-man/man3/QwtScaleDiv.3.gz
-man/man3/QwtScaleDraw.3.gz
-man/man3/QwtScaleEngine.3.gz
-man/man3/QwtScaleMap.3.gz
-man/man3/QwtScaleTransformation.3.gz
-man/man3/QwtScaleWidget.3.gz
-man/man3/QwtSimpleCompassRose.3.gz
-man/man3/QwtSlider.3.gz
-man/man3/QwtSpline.3.gz
-man/man3/QwtSplineCurveFitter.3.gz
-man/man3/QwtSymbol.3.gz
-man/man3/QwtText.3.gz
-man/man3/QwtTextEngine.3.gz
-man/man3/QwtTextLabel.3.gz
-man/man3/QwtThermo.3.gz
-man/man3/QwtWheel.3.gz
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile
deleted file mode 100644
index 96503ede243c..000000000000
--- a/x11-toolkits/soqt/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: roland.jesse@gmx.net
-# $FreeBSD$
-
-PORTNAME= SoQt
-PORTVERSION= 1.5.0
-PORTREVISION= 6
-CATEGORIES= x11-toolkits
-MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
-DIST_SUBDIR= KDE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qt4 toolkit library for Coin
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.GPL
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-LIB_DEPENDS= libCoin.so:graphics/Coin
-
-USES= gmake libtool pathfix pkgconfig qmake:no_env qt:4
-USE_QT= corelib opengl moc_build
-USE_GL= gl
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= QTDIR="${PREFIX}" MOC="${MOC}"
-CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \
- --with-qt=${QT_LIBDIR} \
- --enable-debug=no
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-
-CPPFLAGS+= -I${QT_INCDIR}/Qt -I${QT_INCDIR} -I${LOCALBASE}/include
-LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib
-
-post-patch:
- @${REINPLACE_CMD} -e \
- '/LDFLAGS/s| $$sim_ac_coin_ldflags|| ; \
- /CXXFLAGS/s| -fno-for-scope||' ${WRKSRC}/configure
-
-post-install:
- @${TOUCH} ${STAGEDIR}${PREFIX}/include/Inventor/Qt/engines/.keep_me
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/soqt/distinfo b/x11-toolkits/soqt/distinfo
deleted file mode 100644
index 02a9c378f714..000000000000
--- a/x11-toolkits/soqt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (KDE/SoQt-1.5.0.tar.gz) = f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91
-SIZE (KDE/SoQt-1.5.0.tar.gz) = 1515230
diff --git a/x11-toolkits/soqt/pkg-descr b/x11-toolkits/soqt/pkg-descr
deleted file mode 100644
index f02c3c1ba562..000000000000
--- a/x11-toolkits/soqt/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-SoQt is a Qt GUI component toolkit library for Coin. It is also compatible
-with SGI and TGS Open Inventor, and the API is based on the API of the
-InventorXt GUI component toolkit.
-
-Qt4 is used in this version.
-
-WWW: https://bitbucket.org/Coin3D/coin/wiki/Home
diff --git a/x11-toolkits/soqt/pkg-plist b/x11-toolkits/soqt/pkg-plist
deleted file mode 100644
index aed65bc3ac72..000000000000
--- a/x11-toolkits/soqt/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-bin/soqt-config
-include/Inventor/Qt/SoQt.h
-include/Inventor/Qt/SoQtBasic.h
-include/Inventor/Qt/SoQtColorEditor.h
-include/Inventor/Qt/SoQtComponent.h
-include/Inventor/Qt/SoQtCursor.h
-include/Inventor/Qt/SoQtGLWidget.h
-include/Inventor/Qt/SoQtObject.h
-include/Inventor/Qt/SoQtRenderArea.h
-include/Inventor/Qt/devices/SoQtDevice.h
-include/Inventor/Qt/devices/SoQtKeyboard.h
-include/Inventor/Qt/devices/SoQtMouse.h
-include/Inventor/Qt/editors/SoQtColorEditor.h
-include/Inventor/Qt/editors/SoQtMaterialEditor.h
-include/Inventor/Qt/engines/.keep_me
-include/Inventor/Qt/nodes/SoGuiColorEditor.h
-include/Inventor/Qt/nodes/SoGuiMaterialEditor.h
-include/Inventor/Qt/viewers/SoQtConstrainedViewer.h
-include/Inventor/Qt/viewers/SoQtExaminerViewer.h
-include/Inventor/Qt/viewers/SoQtFlyViewer.h
-include/Inventor/Qt/viewers/SoQtFullViewer.h
-include/Inventor/Qt/viewers/SoQtPlaneViewer.h
-include/Inventor/Qt/viewers/SoQtViewer.h
-include/Inventor/Qt/widgets/SoQtPopupMenu.h
-include/Inventor/Qt/widgets/SoQtThumbWheel.h
-lib/libSoQt.so
-lib/libSoQt.so.20
-lib/libSoQt.so.20.5.0
-libdata/pkgconfig/SoQt.pc
-man/man1/soqt-config.1.gz
-share/Coin/conf/soqt-default.cfg
-share/aclocal/soqt.m4