Index: head/Mk/bsd.qt.mk =================================================================== --- head/Mk/bsd.qt.mk (revision 196992) +++ head/Mk/bsd.qt.mk (revision 196993) @@ -1,124 +1,218 @@ .if !defined(_POSTMKINCLUDED) && !defined(Qt_Pre_Include) Qt_Include_MAINTAINER= kde@freebsd.org Qt_Pre_Include= bsd.qt.mk .if !defined(QT_NONSTANDARD) CONFIGURE_ARGS+=--with-qt-includes=${QT_PREFIX}/include \ --with-qt-libraries=${QT_PREFIX}/lib \ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include CONFIGURE_ENV+= MOC="${MOC}" UIC="${UIC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" \ QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" QTDIR="${QT_PREFIX}" MAKE_ENV+= QMAKESPEC="${QMAKESPEC}" .endif # !defined(QT_NONSTANDARD) .if defined(QT_DIST) #CONFLICTS+= Currently there are no conflicts \o/ CONFIGURE_ARGS+=-fast -no-exceptions ${CUPS} \ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ -qt-gif -release -system-libjpeg -system-libpng \ -system-libmng -system-libtiff -system-zlib \ -confirm-license \ -prefix ${PREFIX} \ -docdir ${PREFIX}/share/doc/qt4 \ -headerdir ${PREFIX}/include \ -plugindir ${PREFIX}/lib/plugins \ -datadir ${PREFIX}/share/qt4 \ -libdir ${PREFIX}/lib \ -translationdir ${PREFIX}/share/qt4/translations \ -sysconfdir ${PREFIX}/local/etc/xdg \ -examplesdir ${PREFIX}/share/qt4/examples \ -demosdir ${PREFIX}/share/qt4/demos \ -bindir ${PREFIX}/bin .if defined(PACKAGE_BUILDING) CONFIGURE_ARGS+=-no-3dnow -no-sse -no-sse2 .endif #defined(PACKAGE_BUILDING) -.if defined(QT_WANT_VERBOSE_CONFIGURE) +.if !defined(WANT_QT_DEBUG) +CONFIGURE_ARGS+=-no-separate-debug-info +PLIST_SUB+= DEBUG="@comment " +.else +PLIST_SUB+= DEBUG="" +.endif + +.if defined(WANT_QT_VERBOSE_CONFIGURE) CONFIGURE_ARGS+=-v .endif .endif #defined(QT_DIST) QT_PREFIX?= ${LOCALBASE} MOC?= ${QT_PREFIX}/bin/moc-qt4 UIC?= ${QT_PREFIX}/bin/uic-qt4 QMAKE?= ${QT_PREFIX}/bin/qmake-qt4 QMAKESPEC?= ${QT_PREFIX}/share/qt4/mkspecs/freebsd-g++ .if ${OSVERSION} < 700042 && ${ARCH} == "amd64" QTCPPFLAGS?= -fno-gcse .else QTCPPFLAGS?= .endif QTCGFLIBS?= .endif # !defined(_POSTMKINCLUDED) && !defined(Qt_Pre_Include) QT4_VERSION?= 4.3.0 _QT_COMPONENTS_ALL= accessible assistant assistantclient codecs-cn \ codecs-jp codecs-kr codecs-tw corelib dbus designer \ doc gui iconengines imageformats inputmethods linguist \ makeqpf moc network opengl pixeltool porting qdbusviewer \ qmake qt3support qtconfig qtestlib qvfb rcc script sql \ svg uic uic3 xml accessible_DEPENDS= accessibility/qt4-acessible assistant_DEPENDS= devel/qt4-assistant assistantclient_DEPENDS=devel/qt4-libqtassistantclient assistantclient_NAME= libQtAssistantClient codecs-cn_DEPENDS= chinese/qt4-codecs-cn codecs-jp_DEPENDS= japanese/qt4-codecs-jp codecs-kr_DEPENDS= korean/qt4-codecs-kr codecs-tw_DEPENDS= chinese/qt4-codecs-tw corelib_DEPENDS= devel/qt4-corelib dbus_DEPENDS= devel/dbus-qt4 designer_DEPENDS= devel/qt4-designer doc_DEPENDS= misc/qt4-doc gui_DEPENDS= x11-toolkits/qt4-gui iconengines_DEPENDS= graphics/qt4-iconengines imageformats_DEPENDS= graphics/qt4-imageformats inputmethods_DEPENDS= x11/qt4-inputmethods linguist_DEPENDS= devel/qt4-linguist makeqpf_DEPENDS= devel/qt4-makeqpf moc_DEPENDS= devel/qt4-moc network_DEPENDS= net/qt4-network opengl_DEPENDS= x11/qt4-opengl pixeltool_DEPENDS= graphics/qt4-pixeltool porting_DEPENDS= devel/qt4-porting qdbusviewer_DEPENDS= devel/qt4-qdbusviewer qmake_DEPENDS= devel/qmake4 qmake_QT4_PREFIX= # empty qt3support_DEPENDS= devel/qt4-qt3support qtconfig_DEPENDS= devel/qtconfig qtestlib_DEPENDS= devel/qt4-qtestlib qvfb_DEPENDS= devel/qt4-qvfb rcc_DEPENDS= devel/qt4-rcc script_DEPENDS= devel/qt4-script sql_DEPENDS= databases/qt4-sql svg_DEPENDS= graphics/qt4-svg uic_DEPENDS= devel/qt4-uic uic3_DEPENDS= devel/qt4-uic3 xml_DEPENDS= textproc/qt4-xml +accessible_build_DEPENDS= ${accessible_DEPENDS} +assistant_build_DEPENDS= ${assistant_DEPENDS} +assistantclient_build_DEPENDS= ${assistantclient_DEPENDS} +assistantclient_build_NAME= ${assistantclient_NAME} +codecs-cn_build_DEPENDS= ${codecs-cn_DEPENDS} +codecs-jp_build_DEPENDS= ${codecs-jp_DEPENDS} +codecs-kr_build_DEPENDS= ${codecs-kr_DEPENDS} +codecs-tw_build_DEPENDS= ${codecs-tw_DEPENDS} +corelib_build_DEPENDS= ${corelib_DEPENDS} +dbus_build_DEPENDS= ${dbus_DEPENDS} +designer_build_DEPENDS= ${designer_DEPENDS} +doc_build_DEPENDS= ${doc_DEPENDS} +gui_build_DEPENDS= ${gui_DEPENDS} +iconengines_build_DEPENDS= ${iconengines_DEPENDS} +imageformats_build_DEPENDS= ${imageformats_DEPENDS} +inputmethods_build_DEPENDS= ${inputmethods_DEPENDS} +linguist_build_DEPENDS= ${linguist_DEPENDS} +makeqpf_build_DEPENDS= ${makeqpf_DEPENDS} +moc_build_DEPENDS= ${moc_DEPENDS} +network_build_DEPENDS= ${network_DEPENDS} +opengl_build_DEPENDS= ${opengl_DEPENDS} +pixeltool_build_DEPENDS= ${pixeltool_DEPENDS} +porting_build_DEPENDS= ${porting_DEPENDS} +qdbusviewer_build_DEPENDS= ${qdbusviewer_DEPENDS} +qmake_build_DEPENDS= ${qmake_DEPENDS} +qmake_build_QT4_PREFIX= ${qmake_QT4_PREFIX} +qt3support_build_DEPENDS= ${qt3support_DEPENDS} +qtconfig_build_DEPENDS= ${qtconfig_DEPENDS} +qtestlib_build_DEPENDS= ${qtestlib_DEPENDS} +qvfb_build_DEPENDS= ${qvfb_DEPENDS} +rcc_build_DEPENDS= ${rcc_DEPENDS} +script_build_DEPENDS= ${script_DEPENDS} +sql_build_DEPENDS= ${sql_DEPENDS} +svg_build_DEPENDS= ${svg_DEPENDS} +uic_build_DEPENDS= ${uic_DEPENDS} +uic3_build_DEPENDS= ${uic3_DEPENDS} +xml_build_DEPENDS= ${xml_DEPENDS} + +accessible_run_DEPENDS= ${accessible_DEPENDS} +assistant_run_DEPENDS= ${assistant_DEPENDS} +assistantclient_run_DEPENDS= ${assistantclient_DEPENDS} +assistantclient_run_NAME= ${assistantclient_NAME} +codecs-cn_run_DEPENDS= ${codecs-cn_DEPENDS} +codecs-jp_run_DEPENDS= ${codecs-jp_DEPENDS} +codecs-kr_run_DEPENDS= ${codecs-kr_DEPENDS} +codecs-tw_run_DEPENDS= ${codecs-tw_DEPENDS} +corelib_run_DEPENDS= ${corelib_DEPENDS} +dbus_run_DEPENDS= ${dbus_DEPENDS} +designer_run_DEPENDS= ${designer_DEPENDS} +doc_run_DEPENDS= ${doc_DEPENDS} +gui_run_DEPENDS= ${gui_DEPENDS} +iconengines_run_DEPENDS= ${iconengines_DEPENDS} +imageformats_run_DEPENDS= ${imageformats_DEPENDS} +inputmethods_run_DEPENDS= ${inputmethods_DEPENDS} +linguist_run_DEPENDS= ${linguist_DEPENDS} +makeqpf_run_DEPENDS= ${makeqpf_DEPENDS} +moc_run_DEPENDS= ${moc_DEPENDS} +network_run_DEPENDS= ${network_DEPENDS} +opengl_run_DEPENDS= ${opengl_DEPENDS} +pixeltool_run_DEPENDS= ${pixeltool_DEPENDS} +porting_run_DEPENDS= ${porting_DEPENDS} +qdbusviewer_run_DEPENDS= ${qdbusviewer_DEPENDS} +qmake_run_DEPENDS= ${qmake_DEPENDS} +qmake_run_QT4_PREFIX= ${qmake_QT4_PREFIX} +qt3support_run_DEPENDS= ${qt3support_DEPENDS} +qtconfig_run_DEPENDS= ${qtconfig_DEPENDS} +qtestlib_run_DEPENDS= ${qtestlib_DEPENDS} +qvfb_run_DEPENDS= ${qvfb_DEPENDS} +rcc_run_DEPENDS= ${rcc_DEPENDS} +script_run_DEPENDS= ${script_DEPENDS} +sql_run_DEPENDS= ${sql_DEPENDS} +svg_run_DEPENDS= ${svg_DEPENDS} +uic_run_DEPENDS= ${uic_DEPENDS} +uic3_run_DEPENDS= ${uic3_DEPENDS} +xml_run_DEPENDS= ${xml_DEPENDS} + .if defined(_POSTMKINCLUDED) && !defined(Qt_Post_Include) Qt_Post_Include= bsd.qt.mk +.for component in ${_QT_COMPONENTS_ALL} +_QT_COMPONENTS_SUFFIXED+=${component} ${component}_build ${component}_run +.endfor + .if defined(QT_COMPONENTS) .for ext in ${QT_COMPONENTS} -${ext}_QT4_PREFIX?= qt4- -${ext}_QT4_VERSION?= ${QT4_VERSION} -${ext}_NAME?= ${ext} -.if ${_QT_COMPONENTS_ALL:M${ext}}!= "" -BUILD_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} -RUN_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} +${ext}_QT4_PREFIX?= qt4- +${ext}_QT4_VERSION?= ${QT4_VERSION} +${ext}_NAME?= ${ext} +_${ext}= ${ext} +.if ${_QT_COMPONENTS_SUFFIXED:M${ext}}!= "" +.if ${_${ext}:M*_build}!= "" +BUILD_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME:S/_build//}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} +.elif ${_${ext}:M*_run}!= "" +RUN_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME:S/_run//}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} .else +BUILD_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} +RUN_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} +.endif +.else IGNORE= cannot install: unknown Qt4 component -- ${ext} .endif .endfor .else -BUILD_DEPENDS+= qt4>=${QT4_VERSION}:${PORTSDIR}/devel/qt4 -RUN_DEPENDS+= qt4>=${QT4_VERSION}:${PORTSDIR}/devel/qt4 +BUILD_DEPENDS+= qt4>=${QT4_VERSION}:${PORTSDIR}/devel/qt4 +RUN_DEPENDS+= qt4>=${QT4_VERSION}:${PORTSDIR}/devel/qt4 .endif .endif Property changes on: head/Mk/bsd.qt.mk ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/accessibility/qt4-accessible/Makefile =================================================================== --- head/accessibility/qt4-accessible/Makefile (revision 196992) +++ head/accessibility/qt4-accessible/Makefile (revision 196993) @@ -1,58 +1,53 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= accessible PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= accessibility MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt accessibility widgets USE_QT_VER= 4 -QT_COMPONENTS= qmake moc qt3support corelib gui network sql xml +QT_COMPONENTS= qmake_build moc_build qt3support corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/accessible|g' \ ${WRKSRC}/qaccessiblebase.pri ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc -post-configure: - ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile - -.include +.include Property changes on: head/accessibility/qt4-accessible/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/accessibility/qt4-accessible/pkg-plist =================================================================== --- head/accessibility/qt4-accessible/pkg-plist (revision 196992) +++ head/accessibility/qt4-accessible/pkg-plist (revision 196993) @@ -1,5 +1,5 @@ lib/plugins/accessible/libqtaccessiblecompatwidgets.so -lib/plugins/accessible/libqtaccessiblecompatwidgets.so.debug +%%DEBUG%%lib/plugins/accessible/libqtaccessiblecompatwidgets.so.debug lib/plugins/accessible/libqtaccessiblewidgets.so -lib/plugins/accessible/libqtaccessiblewidgets.so.debug +%%DEBUG%%lib/plugins/accessible/libqtaccessiblewidgets.so.debug @dirrm lib/plugins/accessible Property changes on: head/accessibility/qt4-accessible/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/qt4-codecs-cn/Makefile =================================================================== --- head/chinese/qt4-codecs-cn/Makefile (revision 196992) +++ head/chinese/qt4-codecs-cn/Makefile (revision 196993) @@ -1,59 +1,57 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= codecs PORTVERSION= ${QT4_VERSION} CATEGORIES?= chinese MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -cn DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt GB 18030 codec plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/cn CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ ${WRKSRC}/cn.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile -.include +.include Property changes on: head/chinese/qt4-codecs-cn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/chinese/qt4-codecs-cn/pkg-plist =================================================================== --- head/chinese/qt4-codecs-cn/pkg-plist (revision 196992) +++ head/chinese/qt4-codecs-cn/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/codecs/libqcncodecs.so -lib/plugins/codecs/libqcncodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqcncodecs.so.debug @dirrm lib/plugins/codecs Property changes on: head/chinese/qt4-codecs-cn/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/qt4-codecs-tw/Makefile =================================================================== --- head/chinese/qt4-codecs-tw/Makefile (revision 196992) +++ head/chinese/qt4-codecs-tw/Makefile (revision 196993) @@ -1,56 +1,54 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= codecs PORTVERSION= ${QT4_VERSION} CATEGORIES?= chinese MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -tw DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt Big-5 codec plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/tw CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ ${WRKSRC}/tw.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc -.include +.include Property changes on: head/chinese/qt4-codecs-tw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/chinese/qt4-codecs-tw/pkg-plist =================================================================== --- head/chinese/qt4-codecs-tw/pkg-plist (revision 196992) +++ head/chinese/qt4-codecs-tw/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/codecs/libqtwcodecs.so -lib/plugins/codecs/libqtwcodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqtwcodecs.so.debug @dirrm lib/plugins/codecs Property changes on: head/chinese/qt4-codecs-tw/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/databases/qt4-ibase-plugin/Makefile =================================================================== --- head/databases/qt4-ibase-plugin/Makefile (revision 196992) +++ head/databases/qt4-ibase-plugin/Makefile (revision 196993) @@ -1,40 +1,40 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-ibase-plugin # Date created: 27 February 2004 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt IBase/Firebird database plugin DB= ibase USE_FIREBIRD= yes USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} ${DISTNAME}/${PLUGIN} \ ${DISTNAME}/include/QtSql \ ${DISTNAME}/src/sql/kernel MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-ibase-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/databases/qt4-mysql-plugin/Makefile =================================================================== --- head/databases/qt4-mysql-plugin/Makefile (revision 196992) +++ head/databases/qt4-mysql-plugin/Makefile (revision 196993) @@ -1,39 +1,39 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-mysql-plugin # Date created: 20 April 2003 # Whom: Kay Lehmann # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt MySQL database plugin DB= mysql USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes USE_MYSQL= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} \ ${DISTNAME}/${PLUGIN} MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-mysql-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/qt4-odbc-plugin/Makefile =================================================================== --- head/databases/qt4-odbc-plugin/Makefile (revision 196992) +++ head/databases/qt4-odbc-plugin/Makefile (revision 196993) @@ -1,40 +1,40 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-odbc-plugin # Date created: 31 December 2003 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt ODBC database plugin DB= odbc LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} \ ${DISTNAME}/${PLUGIN} MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-odbc-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/qt4-pgsql-plugin/Makefile =================================================================== --- head/databases/qt4-pgsql-plugin/Makefile (revision 196992) +++ head/databases/qt4-pgsql-plugin/Makefile (revision 196993) @@ -1,39 +1,39 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-pgsql-plugin # Date created: 5 August 2003 # Whom: Lauri Watts # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt PostgreSQL database plugin DB= psql USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes USE_PGSQL= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} \ ${DISTNAME}/${PLUGIN} MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-pgsql-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/qt4-sql/Makefile =================================================================== --- head/databases/qt4-sql/Makefile (revision 196992) +++ head/databases/qt4-sql/Makefile (revision 196993) @@ -1,74 +1,65 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= sql PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SQL library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib +QT_COMPONENTS= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/xml' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - -.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-debug" || ${PKGNAMESUFFIX} == "-static-debug") -CONFIGURE_ARGS+=-debug -.endif -.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-static" || ${PKGNAMESUFFIX} == "-static-debug") -CONFIGURE_ARGS+=-static -.endif - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/databases/qt4-sql/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/databases/qt4-sql/pkg-plist =================================================================== --- head/databases/qt4-sql/pkg-plist (revision 196992) +++ head/databases/qt4-sql/pkg-plist (revision 196993) @@ -1,79 +1,80 @@ include/Qt/QtSql include/Qt/qsql.h include/Qt/qsql_ibase.h include/Qt/qsql_mysql.h include/Qt/qsql_odbc.h include/Qt/qsql_psql.h include/Qt/qsql_sqlite.h include/Qt/qsql_sqlite2.h include/Qt/qsqldatabase.h include/Qt/qsqldriver.h include/Qt/qsqldriverplugin.h include/Qt/qsqlerror.h include/Qt/qsqlfield.h include/Qt/qsqlindex.h include/Qt/qsqlquery.h include/Qt/qsqlquerymodel.h include/Qt/qsqlrecord.h include/Qt/qsqlrelationaldelegate.h include/Qt/qsqlrelationaltablemodel.h include/Qt/qsqlresult.h include/Qt/qsqltablemodel.h include/QtSql/QIBaseDriver include/QtSql/QIBaseResult include/QtSql/QMYSQLDriver include/QtSql/QMYSQLResult include/QtSql/QODBCDriver include/QtSql/QODBCResult include/QtSql/QPSQLDriver include/QtSql/QPSQLResult include/QtSql/QSQLite2Driver include/QtSql/QSQLite2Result include/QtSql/QSQLiteDriver include/QtSql/QSQLiteResult include/QtSql/QSqlDatabase include/QtSql/QSqlDriver include/QtSql/QSqlDriverCreator include/QtSql/QSqlDriverCreatorBase include/QtSql/QSqlDriverFactoryInterface include/QtSql/QSqlDriverPlugin include/QtSql/QSqlError include/QtSql/QSqlField include/QtSql/QSqlIndex include/QtSql/QSqlQuery include/QtSql/QSqlQueryModel include/QtSql/QSqlRecord include/QtSql/QSqlRelation include/QtSql/QSqlRelationalDelegate include/QtSql/QSqlRelationalTableModel include/QtSql/QSqlResult include/QtSql/QSqlTableModel include/QtSql/QtSql include/QtSql/qsql.h include/QtSql/qsql_ibase.h include/QtSql/qsql_mysql.h include/QtSql/qsql_odbc.h include/QtSql/qsql_psql.h include/QtSql/qsql_sqlite.h include/QtSql/qsql_sqlite2.h include/QtSql/qsqldatabase.h include/QtSql/qsqldriver.h include/QtSql/qsqldriverplugin.h include/QtSql/qsqlerror.h include/QtSql/qsqlfield.h include/QtSql/qsqlindex.h include/QtSql/qsqlquery.h include/QtSql/qsqlquerymodel.h include/QtSql/qsqlrecord.h include/QtSql/qsqlrelationaldelegate.h include/QtSql/qsqlrelationaltablemodel.h include/QtSql/qsqlresult.h include/QtSql/qsqltablemodel.h lib/libQtSql.la lib/libQtSql.prl lib/libQtSql.so lib/libQtSql.so.4 lib/libQtSql.so.4.3 lib/libQtSql.so.4.3.0 +%%DEBUG%%lib/libQtSql.so.4.3.0.debug libdata/pkgconfig/QtSql.pc @dirrm include/QtSql Property changes on: head/databases/qt4-sql/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/qt4-sqlite-plugin/Makefile =================================================================== --- head/databases/qt4-sqlite-plugin/Makefile (revision 196992) +++ head/databases/qt4-sqlite-plugin/Makefile (revision 196993) @@ -1,41 +1,41 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-sqlite-plugin # Date created: 27 February 2004 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SQLite 2.x database plugin DB= sqlite2 LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} ${DISTNAME}/${PLUGIN} \ ${DISTNAME}/include/QtSql \ ${DISTNAME}/src/sql/kernel MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-sqlite-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/qt4-sqlite3-plugin/Makefile =================================================================== --- head/databases/qt4-sqlite3-plugin/Makefile (revision 196992) +++ head/databases/qt4-sqlite3-plugin/Makefile (revision 196993) @@ -1,41 +1,41 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt-sqlite-plugin # Date created: 27 February 2004 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SQLite 3.x database plugin DB= sqlite LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes #USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ ${DISTNAME}/${DRIVER} ${DISTNAME}/${PLUGIN} \ ${DISTNAME}/include/QtSql \ ${DISTNAME}/src/sql/kernel MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= DB=${DB} .include Property changes on: head/databases/qt4-sqlite3-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/dbus-qt4/Makefile =================================================================== --- head/devel/dbus-qt4/Makefile (revision 196992) +++ head/devel/dbus-qt4/Makefile (revision 196993) @@ -1,71 +1,69 @@ ### -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= dbus PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 bindings for the D-BUS messaging system LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc corelib gui xml +QT_COMPONENTS= qmake_build moc_build rcc_build corelib gui xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic3' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/qdbus CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|qdbusviewer||g' ${WRKSRC}/tools/tools.pro ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${WRKSRC}/tools/qdbus/qdbus.pro \ ${WRKSRC}/tools/qdbuscpp2xml/qdbuscpp2xml.pro \ ${WRKSRC}/tools/qdbusxml2cpp/qdbusxml2cpp.pro ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/src/src.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/devel/dbus-qt4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/dbus-qt4/pkg-plist =================================================================== --- head/devel/dbus-qt4/pkg-plist (revision 196992) +++ head/devel/dbus-qt4/pkg-plist (revision 196993) @@ -1,45 +1,45 @@ bin/qdbus -bin/qdbus.debug +%%DEBUG%%bin/qdbus.debug bin/qdbuscpp2xml -bin/qdbuscpp2xml.debug +%%DEBUG%%bin/qdbuscpp2xml.debug bin/qdbusxml2cpp -bin/qdbusxml2cpp.debug +%%DEBUG%%bin/qdbusxml2cpp.debug include/QtDBus/QDBusAbstractAdaptor include/QtDBus/QDBusAbstractInterface include/QtDBus/QDBusArgument include/QtDBus/QDBusConnection include/QtDBus/QDBusConnectionInterface include/QtDBus/QDBusContext include/QtDBus/QDBusError include/QtDBus/QDBusInterface include/QtDBus/QDBusMessage include/QtDBus/QDBusMetaType include/QtDBus/QDBusObjectPath include/QtDBus/QDBusReply include/QtDBus/QDBusServer include/QtDBus/QDBusSignature include/QtDBus/QDBusVariant include/QtDBus/QtDBus include/QtDBus/qdbusabstractadaptor.h include/QtDBus/qdbusabstractinterface.h include/QtDBus/qdbusargument.h include/QtDBus/qdbusconnection.h include/QtDBus/qdbusconnectioninterface.h include/QtDBus/qdbuscontext.h include/QtDBus/qdbuserror.h include/QtDBus/qdbusextratypes.h include/QtDBus/qdbusinterface.h include/QtDBus/qdbusmacros.h include/QtDBus/qdbusmessage.h include/QtDBus/qdbusmetatype.h include/QtDBus/qdbusreply.h include/QtDBus/qdbusserver.h lib/libQtDBus.la lib/libQtDBus.prl lib/libQtDBus.so lib/libQtDBus.so.4 lib/libQtDBus.so.4.3 lib/libQtDBus.so.4.3.0 -lib/libQtDBus.so.4.3.0.debug +%%DEBUG%%lib/libQtDBus.so.4.3.0.debug libdata/pkgconfig/QtDBus.pc @dirrm include/QtDBus Property changes on: head/devel/dbus-qt4/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qmake4/Makefile =================================================================== --- head/devel/qmake4/Makefile (revision 196992) +++ head/devel/qmake4/Makefile (revision 196993) Property changes on: head/devel/qmake4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/qmake4/files/Makefile.bsd =================================================================== --- head/devel/qmake4/files/Makefile.bsd (revision 196992) +++ head/devel/qmake4/files/Makefile.bsd (revision 196993) Property changes on: head/devel/qmake4/files/Makefile.bsd ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qmake4/files/qconfig.cpp =================================================================== --- head/devel/qmake4/files/qconfig.cpp (revision 196992) +++ head/devel/qmake4/files/qconfig.cpp (revision 196993) Property changes on: head/devel/qmake4/files/qconfig.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4/Makefile =================================================================== --- head/devel/qt4/Makefile (revision 196992) +++ head/devel/qt4/Makefile (revision 196993) Property changes on: head/devel/qt4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/qt4/pkg-plist =================================================================== --- head/devel/qt4/pkg-plist (revision 196992) +++ head/devel/qt4/pkg-plist (revision 196993) Property changes on: head/devel/qt4/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4-assistant/Makefile =================================================================== --- head/devel/qt4-assistant/Makefile (revision 196992) +++ head/devel/qt4-assistant/Makefile (revision 196993) @@ -1,58 +1,59 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= assistant PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt documentation browser USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic qt3support corelib gui network sql xml doc +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build qt3support corelib \ + gui network sql xml doc QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=assistant-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/lib/lib.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc .include Property changes on: head/devel/qt4-assistant/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/qt4-assistant/pkg-plist =================================================================== --- head/devel/qt4-assistant/pkg-plist (revision 196992) +++ head/devel/qt4-assistant/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/assistant-qt4 -bin/assistant-qt4.debug +%%DEBUG%%bin/assistant-qt4.debug Property changes on: head/devel/qt4-assistant/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/qt4-corelib/Makefile =================================================================== --- head/devel/qt4-corelib/Makefile (revision 196992) +++ head/devel/qt4-corelib/Makefile (revision 196993) @@ -1,75 +1,71 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= corelib PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt core library LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 USE_QT_VER= 4 -QT_COMPONENTS= qmake moc +QT_COMPONENTS= qmake_build moc_build QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.if !defined(PKGNAMESUFFIX) post-install: ${MKDIR} ${PREFIX}/lib/plugins ${TOUCH} ${PREFIX}/lib/plugins/.keep_me -.endif -.include +.include Property changes on: head/devel/qt4-corelib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/qt4-corelib/files/patch-src_corelib_arch_arm_arch.pri =================================================================== --- head/devel/qt4-corelib/files/patch-src_corelib_arch_arm_arch.pri (nonexistent) +++ head/devel/qt4-corelib/files/patch-src_corelib_arch_arm_arch.pri (revision 196993) @@ -0,0 +1,9 @@ +--- src/corelib/arch/arm/arch.pri.orig 2007-05-25 15:24:41.000000000 +0200 ++++ src/corelib/arch/arm/arch.pri 2007-07-25 20:23:32.000000000 +0200 +@@ -1,5 +1,4 @@ + # + # ARM architecture + # +-SOURCES += $$QT_ARCH_CPP/qatomic.cpp \ +- $$QT_ARCH_CPP/malloc.c ++SOURCES += $$QT_ARCH_CPP/qatomic.cpp Property changes on: head/devel/qt4-corelib/files/patch-src_corelib_arch_arm_arch.pri ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/qt4-corelib/pkg-plist =================================================================== --- head/devel/qt4-corelib/pkg-plist (revision 196992) +++ head/devel/qt4-corelib/pkg-plist (revision 196993) @@ -1,427 +1,428 @@ include/Qt/QtCore include/Qt/qabstracteventdispatcher.h include/Qt/qabstractfileengine.h include/Qt/qabstractitemmodel.h include/Qt/qalgorithms.h include/Qt/qatomic.h include/Qt/qatomic_alpha.h include/Qt/qatomic_arch.h include/Qt/qatomic_arm.h include/Qt/qatomic_boundschecker.h include/Qt/qatomic_generic.h include/Qt/qatomic_i386.h include/Qt/qatomic_ia64.h include/Qt/qatomic_mips.h include/Qt/qatomic_parisc.h include/Qt/qatomic_powerpc.h include/Qt/qatomic_s390.h include/Qt/qatomic_sparc.h include/Qt/qatomic_x86_64.h include/Qt/qbasictimer.h include/Qt/qbitarray.h include/Qt/qbuffer.h include/Qt/qbytearray.h include/Qt/qbytearraymatcher.h include/Qt/qcache.h include/Qt/qchar.h include/Qt/qconfig-dist.h include/Qt/qconfig-large.h include/Qt/qconfig-medium.h include/Qt/qconfig-minimal.h include/Qt/qconfig-small.h include/Qt/qconfig.h include/Qt/qcontainerfwd.h include/Qt/qcoreapplication.h include/Qt/qcoreevent.h include/Qt/qcryptographichash.h include/Qt/qdatastream.h include/Qt/qdatetime.h include/Qt/qdebug.h include/Qt/qdir.h include/Qt/qdiriterator.h include/Qt/qendian.h include/Qt/qeventloop.h include/Qt/qfactoryinterface.h include/Qt/qfeatures.h include/Qt/qfile.h include/Qt/qfileinfo.h include/Qt/qfilesystemwatcher.h include/Qt/qfsfileengine.h include/Qt/qglobal.h include/Qt/qhash.h include/Qt/qiodevice.h include/Qt/qiterator.h include/Qt/qlibrary.h include/Qt/qlibraryinfo.h include/Qt/qline.h include/Qt/qlinkedlist.h include/Qt/qlist.h include/Qt/qlocale.h include/Qt/qmap.h include/Qt/qmetaobject.h include/Qt/qmetatype.h include/Qt/qmimedata.h include/Qt/qmutex.h include/Qt/qnamespace.h include/Qt/qnumeric.h include/Qt/qobject.h include/Qt/qobjectcleanuphandler.h include/Qt/qobjectdefs.h include/Qt/qpair.h include/Qt/qplugin.h include/Qt/qpluginloader.h include/Qt/qpoint.h include/Qt/qpointer.h include/Qt/qprocess.h include/Qt/qqueue.h include/Qt/qreadwritelock.h include/Qt/qrect.h include/Qt/qregexp.h include/Qt/qresource.h include/Qt/qsemaphore.h include/Qt/qset.h include/Qt/qsettings.h include/Qt/qshareddata.h include/Qt/qsignalmapper.h include/Qt/qsize.h include/Qt/qsocketnotifier.h include/Qt/qstack.h include/Qt/qstring.h include/Qt/qstringlist.h include/Qt/qstringmatcher.h include/Qt/qtemporaryfile.h include/Qt/qtextcodec.h include/Qt/qtextcodecplugin.h include/Qt/qtextstream.h include/Qt/qthread.h include/Qt/qthreadstorage.h include/Qt/qtimeline.h include/Qt/qtimer.h include/Qt/qtranslator.h include/Qt/qurl.h include/Qt/quuid.h include/Qt/qvariant.h include/Qt/qvarlengtharray.h include/Qt/qvector.h include/Qt/qwaitcondition.h include/QtCore/QAbstractEventDispatcher include/QtCore/QAbstractFileEngine include/QtCore/QAbstractFileEngineHandler include/QtCore/QAbstractFileEngineIterator include/QtCore/QAbstractItemModel include/QtCore/QAbstractListModel include/QtCore/QAbstractTableModel include/QtCore/QArgument include/QtCore/QAtomic include/QtCore/QAtomicPointer include/QtCore/QBasicAtomic include/QtCore/QBasicAtomicPointer include/QtCore/QBasicTimer include/QtCore/QBitArray include/QtCore/QBitRef include/QtCore/QBool include/QtCore/QBuffer include/QtCore/QByteArray include/QtCore/QByteArrayMatcher include/QtCore/QByteRef include/QtCore/QCOORD include/QtCore/QCache include/QtCore/QChar include/QtCore/QCharRef include/QtCore/QChildEvent include/QtCore/QConstString include/QtCore/QCoreApplication include/QtCore/QCryptographicHash include/QtCore/QCustomEvent include/QtCore/QDataStream include/QtCore/QDate include/QtCore/QDateTime include/QtCore/QDebug include/QtCore/QDir include/QtCore/QDirIterator include/QtCore/QDynamicPropertyChangeEvent include/QtCore/QEvent include/QtCore/QEventLoop include/QtCore/QExplicitlySharedDataPointer include/QtCore/QFSFileEngine include/QtCore/QFactoryInterface include/QtCore/QFile include/QtCore/QFileInfo include/QtCore/QFileInfoList include/QtCore/QFileInfoListIterator include/QtCore/QFileSystemWatcher include/QtCore/QFlag include/QtCore/QFlags include/QtCore/QForeachContainer include/QtCore/QForeachContainerBase include/QtCore/QGenericArgument include/QtCore/QGenericReturnArgument include/QtCore/QGlobalStatic include/QtCore/QGlobalStaticDeleter include/QtCore/QHash include/QtCore/QHashData include/QtCore/QHashDummyNode include/QtCore/QHashDummyValue include/QtCore/QHashIterator include/QtCore/QHashNode include/QtCore/QIODevice include/QtCore/QIntForSize include/QtCore/QIntForType include/QtCore/QInternal include/QtCore/QLatin1Char include/QtCore/QLatin1String include/QtCore/QLibrary include/QtCore/QLibraryInfo include/QtCore/QLine include/QtCore/QLineF include/QtCore/QLinkedList include/QtCore/QLinkedListData include/QtCore/QLinkedListIterator include/QtCore/QLinkedListNode include/QtCore/QList include/QtCore/QListData include/QtCore/QListIterator include/QtCore/QLocale include/QtCore/QMap include/QtCore/QMapData include/QtCore/QMapIterator include/QtCore/QMetaClassInfo include/QtCore/QMetaEnum include/QtCore/QMetaMethod include/QtCore/QMetaObject include/QtCore/QMetaProperty include/QtCore/QMetaType include/QtCore/QMetaTypeId include/QtCore/QMetaTypeId2 include/QtCore/QMimeData include/QtCore/QModelIndex include/QtCore/QModelIndexList include/QtCore/QMultiHash include/QtCore/QMultiMap include/QtCore/QMutableHashIterator include/QtCore/QMutableLinkedListIterator include/QtCore/QMutableListIterator include/QtCore/QMutableMapIterator include/QtCore/QMutableSetIterator include/QtCore/QMutableStringListIterator include/QtCore/QMutableVectorIterator include/QtCore/QMutex include/QtCore/QMutexLocker include/QtCore/QNoDebug include/QtCore/QNoImplicitBoolCast include/QtCore/QObject include/QtCore/QObjectCleanupHandler include/QtCore/QObjectData include/QtCore/QObjectList include/QtCore/QObjectUserData include/QtCore/QPair include/QtCore/QPersistentModelIndex include/QtCore/QPluginLoader include/QtCore/QPoint include/QtCore/QPointF include/QtCore/QPointer include/QtCore/QProcess include/QtCore/QQueue include/QtCore/QReadLocker include/QtCore/QReadWriteLock include/QtCore/QRect include/QtCore/QRectF include/QtCore/QRegExp include/QtCore/QResource include/QtCore/QReturnArgument include/QtCore/QSemaphore include/QtCore/QSet include/QtCore/QSetIterator include/QtCore/QSettings include/QtCore/QSharedData include/QtCore/QSharedDataPointer include/QtCore/QSignalMapper include/QtCore/QSize include/QtCore/QSizeF include/QtCore/QSocketNotifier include/QtCore/QStack include/QtCore/QStdWString include/QtCore/QString include/QtCore/QStringList include/QtCore/QStringListIterator include/QtCore/QStringMatcher include/QtCore/QStringRef include/QtCore/QSysInfo include/QtCore/QSystemLocale include/QtCore/QTS include/QtCore/QTemporaryFile include/QtCore/QTextCodec include/QtCore/QTextCodecFactoryInterface include/QtCore/QTextCodecPlugin include/QtCore/QTextDecoder include/QtCore/QTextEncoder include/QtCore/QTextIStream include/QtCore/QTextOStream include/QtCore/QTextStream include/QtCore/QTextStreamFunction include/QtCore/QTextStreamManipulator include/QtCore/QThread include/QtCore/QThreadStorage include/QtCore/QThreadStorageData include/QtCore/QTime include/QtCore/QTimeLine include/QtCore/QTimer include/QtCore/QTimerEvent include/QtCore/QTranslator include/QtCore/QTypeInfo include/QtCore/QUintForSize include/QtCore/QUintForType include/QtCore/QUrl include/QtCore/QUuid include/QtCore/QVarLengthArray include/QtCore/QVariant include/QtCore/QVariantComparisonHelper include/QtCore/QVariantList include/QtCore/QVariantMap include/QtCore/QVector include/QtCore/QVectorData include/QtCore/QVectorIterator include/QtCore/QVectorTypedData include/QtCore/QWaitCondition include/QtCore/QWriteLocker include/QtCore/Q_INT16 include/QtCore/Q_INT32 include/QtCore/Q_INT64 include/QtCore/Q_INT8 include/QtCore/Q_LLONG include/QtCore/Q_LONG include/QtCore/Q_PID include/QtCore/Q_UINT16 include/QtCore/Q_UINT32 include/QtCore/Q_UINT64 include/QtCore/Q_UINT8 include/QtCore/Q_ULLONG include/QtCore/Q_ULONG include/QtCore/Qt include/QtCore/QtAlgorithms include/QtCore/QtCleanUpFunction include/QtCore/QtContainerFwd include/QtCore/QtCore include/QtCore/QtDebug include/QtCore/QtEndian include/QtCore/QtGlobal include/QtCore/QtMsgHandler include/QtCore/QtPlugin include/QtCore/QtPluginInstanceFunction include/QtCore/qabstracteventdispatcher.h include/QtCore/qabstractfileengine.h include/QtCore/qabstractitemmodel.h include/QtCore/qalgorithms.h include/QtCore/qatomic.h include/QtCore/qatomic_alpha.h include/QtCore/qatomic_arch.h include/QtCore/qatomic_arm.h include/QtCore/qatomic_boundschecker.h include/QtCore/qatomic_generic.h include/QtCore/qatomic_i386.h include/QtCore/qatomic_ia64.h include/QtCore/qatomic_mips.h include/QtCore/qatomic_parisc.h include/QtCore/qatomic_powerpc.h include/QtCore/qatomic_s390.h include/QtCore/qatomic_sparc.h include/QtCore/qatomic_x86_64.h include/QtCore/qbasictimer.h include/QtCore/qbitarray.h include/QtCore/qbuffer.h include/QtCore/qbytearray.h include/QtCore/qbytearraymatcher.h include/QtCore/qcache.h include/QtCore/qchar.h include/QtCore/qconfig-dist.h include/QtCore/qconfig-large.h include/QtCore/qconfig-medium.h include/QtCore/qconfig-minimal.h include/QtCore/qconfig-small.h include/QtCore/qconfig.h include/QtCore/qcontainerfwd.h include/QtCore/qcoreapplication.h include/QtCore/qcoreevent.h include/QtCore/qcryptographichash.h include/QtCore/qdatastream.h include/QtCore/qdatetime.h include/QtCore/qdebug.h include/QtCore/qdir.h include/QtCore/qdiriterator.h include/QtCore/qendian.h include/QtCore/qeventloop.h include/QtCore/qfactoryinterface.h include/QtCore/qfeatures.h include/QtCore/qfile.h include/QtCore/qfileinfo.h include/QtCore/qfilesystemwatcher.h include/QtCore/qfsfileengine.h include/QtCore/qglobal.h include/QtCore/qhash.h include/QtCore/qiodevice.h include/QtCore/qiterator.h include/QtCore/qlibrary.h include/QtCore/qlibraryinfo.h include/QtCore/qline.h include/QtCore/qlinkedlist.h include/QtCore/qlist.h include/QtCore/qlocale.h include/QtCore/qmap.h include/QtCore/qmetaobject.h include/QtCore/qmetatype.h include/QtCore/qmimedata.h include/QtCore/qmutex.h include/QtCore/qnamespace.h include/QtCore/qnumeric.h include/QtCore/qobject.h include/QtCore/qobjectcleanuphandler.h include/QtCore/qobjectdefs.h include/QtCore/qpair.h include/QtCore/qplugin.h include/QtCore/qpluginloader.h include/QtCore/qpoint.h include/QtCore/qpointer.h include/QtCore/qprocess.h include/QtCore/qqueue.h include/QtCore/qreadwritelock.h include/QtCore/qrect.h include/QtCore/qregexp.h include/QtCore/qresource.h include/QtCore/qsemaphore.h include/QtCore/qset.h include/QtCore/qsettings.h include/QtCore/qshareddata.h include/QtCore/qsignalmapper.h include/QtCore/qsize.h include/QtCore/qsocketnotifier.h include/QtCore/qstack.h include/QtCore/qstring.h include/QtCore/qstringlist.h include/QtCore/qstringmatcher.h include/QtCore/qtemporaryfile.h include/QtCore/qtextcodec.h include/QtCore/qtextcodecplugin.h include/QtCore/qtextstream.h include/QtCore/qthread.h include/QtCore/qthreadstorage.h include/QtCore/qtimeline.h include/QtCore/qtimer.h include/QtCore/qtranslator.h include/QtCore/qurl.h include/QtCore/quuid.h include/QtCore/qvariant.h include/QtCore/qvarlengtharray.h include/QtCore/qvector.h include/QtCore/qwaitcondition.h lib/libQtCore.la lib/libQtCore.prl lib/libQtCore.so lib/libQtCore.so.4 lib/libQtCore.so.4.3 lib/libQtCore.so.4.3.0 +%%DEBUG%%lib/libQtCore.so.4.3.0.debug lib/plugins/.keep_me libdata/pkgconfig/QtCore.pc @dirrmtry share/qt4 @dirrm lib/plugins @dirrm include/QtCore @dirrm include/Qt Property changes on: head/devel/qt4-corelib/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/qt4-designer/Makefile =================================================================== --- head/devel/qt4-designer/Makefile (revision 196992) +++ head/devel/qt4-designer/Makefile (revision 196993) @@ -1,71 +1,71 @@ ### -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= designer PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt ui editor USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic assistantclient qt3support corelib gui network\ - script sql xml +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build assistantclient \ + qt3support corelib gui network script sql xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=designer-qt4|g' \ ${WRKSRC}/src/designer/${PORTNAME}.pro ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins|g' \ ${WRKSRC}/src/plugins/plugins.pri ${REINPLACE_CMD} -e \ 's|designer_headers.path.*|designer_headers.path=${PREFIX}/include/QtDesigner|g' \ -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ ${WRKSRC}/src/lib/lib.pro ${WRKSRC}/src/components/lib/lib.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/uitools/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* .include Property changes on: head/devel/qt4-designer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/qt4-designer/pkg-plist =================================================================== --- head/devel/qt4-designer/pkg-plist (revision 196992) +++ head/devel/qt4-designer/pkg-plist (revision 196993) @@ -1,103 +1,103 @@ bin/designer-qt4 -bin/designer-qt4.debug +%%DEBUG%%bin/designer-qt4.debug include/QtDesigner/QAbstractExtensionFactory include/QtDesigner/QAbstractExtensionManager include/QtDesigner/QAbstractFormBuilder include/QtDesigner/QDesignerActionEditorInterface include/QtDesigner/QDesignerBrushManagerInterface include/QtDesigner/QDesignerComponents include/QtDesigner/QDesignerContainerExtension include/QtDesigner/QDesignerCustomWidgetCollectionInterface include/QtDesigner/QDesignerCustomWidgetInterface include/QtDesigner/QDesignerDnDItemInterface include/QtDesigner/QDesignerDynamicPropertySheetExtension include/QtDesigner/QDesignerExportWidget include/QtDesigner/QDesignerExtraInfoExtension include/QtDesigner/QDesignerFormEditorInterface include/QtDesigner/QDesignerFormEditorPluginInterface include/QtDesigner/QDesignerFormWindowCursorInterface include/QtDesigner/QDesignerFormWindowInterface include/QtDesigner/QDesignerFormWindowManagerInterface include/QtDesigner/QDesignerFormWindowToolInterface include/QtDesigner/QDesignerIconCacheInterface include/QtDesigner/QDesignerIntegrationInterface include/QtDesigner/QDesignerLanguageExtension include/QtDesigner/QDesignerLayoutDecorationExtension include/QtDesigner/QDesignerMemberSheetExtension include/QtDesigner/QDesignerMetaDataBaseInterface include/QtDesigner/QDesignerMetaDataBaseItemInterface include/QtDesigner/QDesignerObjectInspectorInterface include/QtDesigner/QDesignerPromotionInterface include/QtDesigner/QDesignerPropertyEditorInterface include/QtDesigner/QDesignerPropertySheetExtension include/QtDesigner/QDesignerResourceBrowserInterface include/QtDesigner/QDesignerTaskMenuExtension include/QtDesigner/QDesignerWidgetBoxInterface include/QtDesigner/QDesignerWidgetDataBaseInterface include/QtDesigner/QDesignerWidgetDataBaseItemInterface include/QtDesigner/QDesignerWidgetFactoryInterface include/QtDesigner/QExtensionFactory include/QtDesigner/QExtensionManager include/QtDesigner/QFormBuilder include/QtDesigner/QtDesigner include/QtDesigner/abstractactioneditor.h include/QtDesigner/abstractbrushmanager.h include/QtDesigner/abstractdnditem.h include/QtDesigner/abstractformbuilder.h include/QtDesigner/abstractformeditor.h include/QtDesigner/abstractformeditorplugin.h include/QtDesigner/abstractformwindow.h include/QtDesigner/abstractformwindowcursor.h include/QtDesigner/abstractformwindowmanager.h include/QtDesigner/abstractformwindowtool.h include/QtDesigner/abstracticoncache.h include/QtDesigner/abstractintegration.h include/QtDesigner/abstractlanguage.h include/QtDesigner/abstractmetadatabase.h include/QtDesigner/abstractobjectinspector.h include/QtDesigner/abstractpromotioninterface.h include/QtDesigner/abstractpropertyeditor.h include/QtDesigner/abstractresourcebrowser.h include/QtDesigner/abstractwidgetbox.h include/QtDesigner/abstractwidgetdatabase.h include/QtDesigner/abstractwidgetfactory.h include/QtDesigner/container.h include/QtDesigner/customwidget.h include/QtDesigner/default_extensionfactory.h include/QtDesigner/dynamicpropertysheet.h include/QtDesigner/extension.h include/QtDesigner/extension_global.h include/QtDesigner/extrainfo.h include/QtDesigner/formbuilder.h include/QtDesigner/layoutdecoration.h include/QtDesigner/membersheet.h include/QtDesigner/propertysheet.h include/QtDesigner/qdesigner_components.h include/QtDesigner/qdesigner_components_global.h include/QtDesigner/qdesignerexportwidget.h include/QtDesigner/qextensionmanager.h include/QtDesigner/sdk_global.h include/QtDesigner/taskmenu.h include/QtDesigner/uilib_global.h include/QtUiTools/QUiLoader include/QtUiTools/QtUiTools include/QtUiTools/quiloader.h lib/libQtDesigner.prl lib/libQtDesigner.so lib/libQtDesigner.so.4 lib/libQtDesigner.so.4.3 lib/libQtDesigner.so.4.3.0 -lib/libQtDesigner.so.4.3.0.debug +%%DEBUG%%lib/libQtDesigner.so.4.3.0.debug lib/libQtDesignerComponents.prl lib/libQtDesignerComponents.so lib/libQtDesignerComponents.so.4 lib/libQtDesignerComponents.so.4.3 lib/libQtDesignerComponents.so.4.3.0 -lib/libQtDesignerComponents.so.4.3.0.debug +%%DEBUG%%lib/libQtDesignerComponents.so.4.3.0.debug lib/libQtUiTools.a lib/libQtUiTools.prl lib/plugins/libqt3supportwidgets.so -lib/plugins/libqt3supportwidgets.so.debug +%%DEBUG%%lib/plugins/libqt3supportwidgets.so.debug libdata/pkgconfig/QtUiTools.pc @dirrm include/QtUiTools @dirrm include/QtDesigner Property changes on: head/devel/qt4-designer/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4-libqtassistantclient/Makefile =================================================================== --- head/devel/qt4-libqtassistantclient/Makefile (revision 196992) +++ head/devel/qt4-libqtassistantclient/Makefile (revision 196993) @@ -1,65 +1,65 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= libQtAssistantClient PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt documentation browser integration library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui network +QT_COMPONENTS= qmake_build moc_build corelib gui network QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/assistant/lib CONFIGURE_WRKSRC=${WRKSRC}/../../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ ${WRKSRC}/lib.pro ${REINPLACE_CMD} -E -e 's|"(.*)assistant"|"\1assistant-qt4"|g' \ ${WRKSRC}/qassistantclient.cpp ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../../lib/pkgconfig/*Qt* .include Property changes on: head/devel/qt4-libqtassistantclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/qt4-libqtassistantclient/pkg-plist =================================================================== --- head/devel/qt4-libqtassistantclient/pkg-plist (revision 196992) +++ head/devel/qt4-libqtassistantclient/pkg-plist (revision 196993) @@ -1,11 +1,12 @@ include/QtAssistant/QAssistantClient include/QtAssistant/QtAssistant include/QtAssistant/qassistantclient.h include/QtAssistant/qassistantclient_global.h lib/libQtAssistantClient.prl lib/libQtAssistantClient.so lib/libQtAssistantClient.so.4 lib/libQtAssistantClient.so.4.3 lib/libQtAssistantClient.so.4.3.0 +%%DEBUG%%lib/libQtAssistantClient.so.4.3.0.debug libdata/pkgconfig/QtAssistantClient.pc @dirrm include/QtAssistant Property changes on: head/devel/qt4-libqtassistantclient/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/qt4-linguist/Makefile =================================================================== --- head/devel/qt4-linguist/Makefile (revision 196992) +++ head/devel/qt4-linguist/Makefile (revision 196993) @@ -1,59 +1,60 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= linguist PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt localisation tool USE_QT_VER= 4 -QT_COMPONENTS= qmake designer moc rcc uic assistantclient gui network xml +QT_COMPONENTS= qmake_build designer moc_build rcc_build uic_build \ + assistantclient gui network xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/uic3' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|phrasebooks.path.*|phrasebooks.path=${PREFIX}/share/qt4/phrasebooks|g' \ -e 's|linguisttranslations.path.*|linguisttranslations.path=${PREFIX}/share/qt4/translations|g' \ -E -e 's|^TARGET[[:blank:]]*=[[:blank:]]*([a-z]+)|TARGET=\1-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/${PORTNAME}/${PORTNAME}.pro \ ${WRKSRC}/lrelease/lrelease.pro ${WRKSRC}/lupdate/lupdate.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc .include Property changes on: head/devel/qt4-linguist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/qt4-linguist/pkg-plist =================================================================== --- head/devel/qt4-linguist/pkg-plist (revision 196992) +++ head/devel/qt4-linguist/pkg-plist (revision 196993) @@ -1,19 +1,19 @@ bin/linguist-qt4 -bin/linguist-qt4.debug +%%DEBUG%%bin/linguist-qt4.debug bin/lrelease-qt4 -bin/lrelease-qt4.debug +%%DEBUG%%bin/lrelease-qt4.debug bin/lupdate-qt4 -bin/lupdate-qt4.debug +%%DEBUG%%bin/lupdate-qt4.debug share/qt4/phrasebooks/danish.qph share/qt4/phrasebooks/dutch.qph share/qt4/phrasebooks/finnish.qph share/qt4/phrasebooks/french.qph share/qt4/phrasebooks/german.qph share/qt4/phrasebooks/italian.qph share/qt4/phrasebooks/japanese.qph share/qt4/phrasebooks/norwegian.qph share/qt4/phrasebooks/russian.qph share/qt4/phrasebooks/spanish.qph share/qt4/phrasebooks/swedish.qph @dirrm share/qt4/phrasebooks @dirrmtry share/qt4 Property changes on: head/devel/qt4-linguist/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4-makeqpf/Makefile =================================================================== --- head/devel/qt4-makeqpf/Makefile (revision 196992) +++ head/devel/qt4-makeqpf/Makefile (revision 196993) @@ -1,55 +1,55 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= makeqpf PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt qtopia font creator USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib gui +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib gui QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/uic3' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -E -e 's|^TARGET[[:blank:]]*=[[:blank:]]*|TARGET=${PORTNAME}-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc .include Property changes on: head/devel/qt4-makeqpf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-makeqpf/pkg-plist =================================================================== --- head/devel/qt4-makeqpf/pkg-plist (revision 196992) +++ head/devel/qt4-makeqpf/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/makeqpf-qt4 -bin/makeqpf-qt4.debug +%%DEBUG%%bin/makeqpf-qt4.debug Property changes on: head/devel/qt4-makeqpf/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-moc/Makefile =================================================================== --- head/devel/qt4-moc/Makefile (revision 196992) +++ head/devel/qt4-moc/Makefile (revision 196993) @@ -1,55 +1,55 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= moc PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt meta object compiler USE_QT_VER= 4 -QT_COMPONENTS= qmake +QT_COMPONENTS= qmake_build QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=moc-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake .include Property changes on: head/devel/qt4-moc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/qt4-moc/pkg-plist =================================================================== --- head/devel/qt4-moc/pkg-plist (revision 196992) +++ head/devel/qt4-moc/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/moc-qt4 -bin/moc-qt4.debug +%%DEBUG%%bin/moc-qt4.debug Property changes on: head/devel/qt4-moc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/qt4-porting/Makefile =================================================================== --- head/devel/qt4-porting/Makefile (revision 196992) +++ head/devel/qt4-porting/Makefile (revision 196993) @@ -1,57 +1,57 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= porting PORTVERSION= ${QT4_VERSION} CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt utility to assist with porting Qt3 applications to Qt4 USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib xml +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|RULESXML.path.*|RULESXML.path=${PREFIX}/share/qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/src/src.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc .include Property changes on: head/devel/qt4-porting/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/qt4-porting/pkg-plist =================================================================== --- head/devel/qt4-porting/pkg-plist (revision 196992) +++ head/devel/qt4-porting/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ bin/qt3to4 -bin/qt3to4.debug +%%DEBUG%%bin/qt3to4.debug share/qt4/q3porting.xml Property changes on: head/devel/qt4-porting/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-qdbusviewer/Makefile =================================================================== --- head/devel/qt4-qdbusviewer/Makefile (revision 196992) +++ head/devel/qt4-qdbusviewer/Makefile (revision 196993) @@ -1,57 +1,57 @@ ### -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qdbusviewer PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 D-BUS viewer LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc corelib dbus gui xml +QT_COMPONENTS= qmake_build moc_build rcc_build corelib dbus gui xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic3' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/qdbus/tools/qdbusviewer CONFIGURE_WRKSRC=${WRKSRC}/../../../.. .include pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${WRKSRC}/qdbusviewer.pro ${MKDIR} ${WRKSRC}/../../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../../bin/rcc .include Property changes on: head/devel/qt4-qdbusviewer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-qdbusviewer/pkg-plist =================================================================== --- head/devel/qt4-qdbusviewer/pkg-plist (revision 196992) +++ head/devel/qt4-qdbusviewer/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/qdbusviewer -bin/qdbusviewer.debug +%%DEBUG%%bin/qdbusviewer.debug Property changes on: head/devel/qt4-qdbusviewer/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-qt3support/Makefile =================================================================== --- head/devel/qt4-qt3support/Makefile (revision 196992) +++ head/devel/qt4-qt3support/Makefile (revision 196993) @@ -1,67 +1,65 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qt3support PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt3 compatibility library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui network sql xml +QT_COMPONENTS= qmake_build moc_build corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_XLIB= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/devel/qt4-qt3support/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/qt4-qt3support/pkg-plist =================================================================== --- head/devel/qt4-qt3support/pkg-plist (revision 196992) +++ head/devel/qt4-qt3support/pkg-plist (revision 196993) @@ -1,412 +1,412 @@ include/Qt/Qt3Support include/Qt/q3accel.h include/Qt/q3action.h include/Qt/q3asciicache.h include/Qt/q3asciidict.h include/Qt/q3boxlayout.h include/Qt/q3button.h include/Qt/q3buttongroup.h include/Qt/q3cache.h include/Qt/q3canvas.h include/Qt/q3cleanuphandler.h include/Qt/q3combobox.h include/Qt/q3cstring.h include/Qt/q3databrowser.h include/Qt/q3datatable.h include/Qt/q3dataview.h include/Qt/q3datetimeedit.h include/Qt/q3deepcopy.h include/Qt/q3dict.h include/Qt/q3dns.h include/Qt/q3dockarea.h include/Qt/q3dockwindow.h include/Qt/q3dragobject.h include/Qt/q3dropsite.h include/Qt/q3editorfactory.h include/Qt/q3filedialog.h include/Qt/q3frame.h include/Qt/q3ftp.h include/Qt/q3garray.h include/Qt/q3gcache.h include/Qt/q3gdict.h include/Qt/q3glist.h include/Qt/q3grid.h include/Qt/q3gridlayout.h include/Qt/q3gridview.h include/Qt/q3groupbox.h include/Qt/q3gvector.h include/Qt/q3hbox.h include/Qt/q3header.h include/Qt/q3hgroupbox.h include/Qt/q3http.h include/Qt/q3iconview.h include/Qt/q3intcache.h include/Qt/q3intdict.h include/Qt/q3listbox.h include/Qt/q3listview.h include/Qt/q3localfs.h include/Qt/q3mainwindow.h include/Qt/q3memarray.h include/Qt/q3mimefactory.h include/Qt/q3multilineedit.h include/Qt/q3network.h include/Qt/q3networkprotocol.h include/Qt/q3objectdict.h include/Qt/q3paintdevicemetrics.h include/Qt/q3painter.h include/Qt/q3picture.h include/Qt/q3pointarray.h include/Qt/q3polygonscanner.h include/Qt/q3popupmenu.h include/Qt/q3process.h include/Qt/q3progressbar.h include/Qt/q3progressdialog.h include/Qt/q3ptrcollection.h include/Qt/q3ptrdict.h include/Qt/q3ptrlist.h include/Qt/q3ptrqueue.h include/Qt/q3ptrstack.h include/Qt/q3ptrvector.h include/Qt/q3rangecontrol.h include/Qt/q3scrollview.h include/Qt/q3semaphore.h include/Qt/q3serversocket.h include/Qt/q3shared.h include/Qt/q3signal.h include/Qt/q3simplerichtext.h include/Qt/q3socket.h include/Qt/q3socketdevice.h include/Qt/q3sortedlist.h include/Qt/q3sqlcursor.h include/Qt/q3sqleditorfactory.h include/Qt/q3sqlfieldinfo.h include/Qt/q3sqlform.h include/Qt/q3sqlpropertymap.h include/Qt/q3sqlrecordinfo.h include/Qt/q3sqlselectcursor.h include/Qt/q3strlist.h include/Qt/q3strvec.h include/Qt/q3stylesheet.h include/Qt/q3syntaxhighlighter.h include/Qt/q3tabdialog.h include/Qt/q3table.h include/Qt/q3textbrowser.h include/Qt/q3textedit.h include/Qt/q3textstream.h include/Qt/q3textview.h include/Qt/q3tl.h include/Qt/q3toolbar.h include/Qt/q3url.h include/Qt/q3urloperator.h include/Qt/q3valuelist.h include/Qt/q3valuestack.h include/Qt/q3valuevector.h include/Qt/q3vbox.h include/Qt/q3vgroupbox.h include/Qt/q3whatsthis.h include/Qt/q3widgetstack.h include/Qt/q3wizard.h include/Qt/qiconset.h include/Qt3Support/Q3Accel include/Qt3Support/Q3Action include/Qt3Support/Q3ActionGroup include/Qt3Support/Q3AsciiBucket include/Qt3Support/Q3AsciiCache include/Qt3Support/Q3AsciiCacheIterator include/Qt3Support/Q3AsciiDict include/Qt3Support/Q3AsciiDictIterator include/Qt3Support/Q3BaseBucket include/Qt3Support/Q3BoxLayout include/Qt3Support/Q3Button include/Qt3Support/Q3ButtonGroup include/Qt3Support/Q3CString include/Qt3Support/Q3Cache include/Qt3Support/Q3CacheIterator include/Qt3Support/Q3Canvas include/Qt3Support/Q3CanvasEllipse include/Qt3Support/Q3CanvasItem include/Qt3Support/Q3CanvasItemList include/Qt3Support/Q3CanvasLine include/Qt3Support/Q3CanvasPixmap include/Qt3Support/Q3CanvasPixmapArray include/Qt3Support/Q3CanvasPolygon include/Qt3Support/Q3CanvasPolygonalItem include/Qt3Support/Q3CanvasRectangle include/Qt3Support/Q3CanvasSpline include/Qt3Support/Q3CanvasSprite include/Qt3Support/Q3CanvasText include/Qt3Support/Q3CanvasView include/Qt3Support/Q3CheckListItem include/Qt3Support/Q3CheckTableItem include/Qt3Support/Q3CleanupHandler include/Qt3Support/Q3ColorDrag include/Qt3Support/Q3ComboBox include/Qt3Support/Q3ComboTableItem include/Qt3Support/Q3DataBrowser include/Qt3Support/Q3DataTable include/Qt3Support/Q3DataView include/Qt3Support/Q3DateEdit include/Qt3Support/Q3DateTimeEdit include/Qt3Support/Q3DateTimeEditBase include/Qt3Support/Q3DeepCopy include/Qt3Support/Q3Dict include/Qt3Support/Q3DictIterator include/Qt3Support/Q3Dns include/Qt3Support/Q3DnsSocket include/Qt3Support/Q3DockArea include/Qt3Support/Q3DockAreaLayout include/Qt3Support/Q3DockWindow include/Qt3Support/Q3DragObject include/Qt3Support/Q3DropSite include/Qt3Support/Q3EditorFactory include/Qt3Support/Q3FileDialog include/Qt3Support/Q3FileIconProvider include/Qt3Support/Q3FilePreview include/Qt3Support/Q3Frame include/Qt3Support/Q3Ftp include/Qt3Support/Q3GArray include/Qt3Support/Q3GCache include/Qt3Support/Q3GCacheIterator include/Qt3Support/Q3GDict include/Qt3Support/Q3GDictIterator include/Qt3Support/Q3GList include/Qt3Support/Q3GListIterator include/Qt3Support/Q3GListStdIterator include/Qt3Support/Q3GVector include/Qt3Support/Q3Grid include/Qt3Support/Q3GridLayout include/Qt3Support/Q3GridView include/Qt3Support/Q3GroupBox include/Qt3Support/Q3HBox include/Qt3Support/Q3HBoxLayout include/Qt3Support/Q3HButtonGroup include/Qt3Support/Q3HGroupBox include/Qt3Support/Q3Header include/Qt3Support/Q3Http include/Qt3Support/Q3HttpHeader include/Qt3Support/Q3HttpRequestHeader include/Qt3Support/Q3HttpResponseHeader include/Qt3Support/Q3IconDrag include/Qt3Support/Q3IconDragItem include/Qt3Support/Q3IconView include/Qt3Support/Q3IconViewItem include/Qt3Support/Q3ImageDrag include/Qt3Support/Q3IntBucket include/Qt3Support/Q3IntCache include/Qt3Support/Q3IntCacheIterator include/Qt3Support/Q3IntDict include/Qt3Support/Q3IntDictIterator include/Qt3Support/Q3LNode include/Qt3Support/Q3ListBox include/Qt3Support/Q3ListBoxItem include/Qt3Support/Q3ListBoxPixmap include/Qt3Support/Q3ListBoxText include/Qt3Support/Q3ListView include/Qt3Support/Q3ListViewItem include/Qt3Support/Q3ListViewItemIterator include/Qt3Support/Q3LocalFs include/Qt3Support/Q3MainWindow include/Qt3Support/Q3MemArray include/Qt3Support/Q3MimeSourceFactory include/Qt3Support/Q3MultiLineEdit include/Qt3Support/Q3NetworkOperation include/Qt3Support/Q3NetworkProtocol include/Qt3Support/Q3NetworkProtocolDict include/Qt3Support/Q3NetworkProtocolFactory include/Qt3Support/Q3NetworkProtocolFactoryBase include/Qt3Support/Q3ObjectDictionary include/Qt3Support/Q3PaintDeviceMetrics include/Qt3Support/Q3Painter include/Qt3Support/Q3Picture include/Qt3Support/Q3PointArray include/Qt3Support/Q3PolygonScanner include/Qt3Support/Q3PopupMenu include/Qt3Support/Q3Process include/Qt3Support/Q3ProgressBar include/Qt3Support/Q3ProgressDialog include/Qt3Support/Q3PtrBucket include/Qt3Support/Q3PtrCollection include/Qt3Support/Q3PtrDict include/Qt3Support/Q3PtrDictIterator include/Qt3Support/Q3PtrList include/Qt3Support/Q3PtrListIterator include/Qt3Support/Q3PtrListStdIterator include/Qt3Support/Q3PtrQueue include/Qt3Support/Q3PtrStack include/Qt3Support/Q3PtrVector include/Qt3Support/Q3RangeControl include/Qt3Support/Q3ScrollView include/Qt3Support/Q3Semaphore include/Qt3Support/Q3ServerSocket include/Qt3Support/Q3Shared include/Qt3Support/Q3Signal include/Qt3Support/Q3SimpleRichText include/Qt3Support/Q3SingleCleanupHandler include/Qt3Support/Q3Socket include/Qt3Support/Q3SocketDevice include/Qt3Support/Q3SortedList include/Qt3Support/Q3SpinWidget include/Qt3Support/Q3SqlCursor include/Qt3Support/Q3SqlEditorFactory include/Qt3Support/Q3SqlFieldInfo include/Qt3Support/Q3SqlFieldInfoList include/Qt3Support/Q3SqlForm include/Qt3Support/Q3SqlPropertyMap include/Qt3Support/Q3SqlRecordInfo include/Qt3Support/Q3SqlSelectCursor include/Qt3Support/Q3StoredDrag include/Qt3Support/Q3StrIList include/Qt3Support/Q3StrIVec include/Qt3Support/Q3StrList include/Qt3Support/Q3StrListIterator include/Qt3Support/Q3StrVec include/Qt3Support/Q3StringBucket include/Qt3Support/Q3StyleSheet include/Qt3Support/Q3StyleSheetItem include/Qt3Support/Q3SyntaxHighlighter include/Qt3Support/Q3TSFUNC include/Qt3Support/Q3TabDialog include/Qt3Support/Q3Table include/Qt3Support/Q3TableItem include/Qt3Support/Q3TableSelection include/Qt3Support/Q3TextBrowser include/Qt3Support/Q3TextDrag include/Qt3Support/Q3TextEdit include/Qt3Support/Q3TextEditOptimPrivate include/Qt3Support/Q3TextStream include/Qt3Support/Q3TextView include/Qt3Support/Q3TimeEdit include/Qt3Support/Q3ToolBar include/Qt3Support/Q3UriDrag include/Qt3Support/Q3Url include/Qt3Support/Q3UrlOperator include/Qt3Support/Q3VBox include/Qt3Support/Q3VBoxLayout include/Qt3Support/Q3VButtonGroup include/Qt3Support/Q3VGroupBox include/Qt3Support/Q3ValueList include/Qt3Support/Q3ValueListConstIterator include/Qt3Support/Q3ValueListIterator include/Qt3Support/Q3ValueStack include/Qt3Support/Q3ValueVector include/Qt3Support/Q3WhatsThis include/Qt3Support/Q3WidgetStack include/Qt3Support/Q3Wizard include/Qt3Support/Qt3Support include/Qt3Support/q3accel.h include/Qt3Support/q3action.h include/Qt3Support/q3asciicache.h include/Qt3Support/q3asciidict.h include/Qt3Support/q3boxlayout.h include/Qt3Support/q3button.h include/Qt3Support/q3buttongroup.h include/Qt3Support/q3cache.h include/Qt3Support/q3canvas.h include/Qt3Support/q3cleanuphandler.h include/Qt3Support/q3combobox.h include/Qt3Support/q3cstring.h include/Qt3Support/q3databrowser.h include/Qt3Support/q3datatable.h include/Qt3Support/q3dataview.h include/Qt3Support/q3datetimeedit.h include/Qt3Support/q3deepcopy.h include/Qt3Support/q3dict.h include/Qt3Support/q3dns.h include/Qt3Support/q3dockarea.h include/Qt3Support/q3dockwindow.h include/Qt3Support/q3dragobject.h include/Qt3Support/q3dropsite.h include/Qt3Support/q3editorfactory.h include/Qt3Support/q3filedialog.h include/Qt3Support/q3frame.h include/Qt3Support/q3ftp.h include/Qt3Support/q3garray.h include/Qt3Support/q3gcache.h include/Qt3Support/q3gdict.h include/Qt3Support/q3glist.h include/Qt3Support/q3grid.h include/Qt3Support/q3gridlayout.h include/Qt3Support/q3gridview.h include/Qt3Support/q3groupbox.h include/Qt3Support/q3gvector.h include/Qt3Support/q3hbox.h include/Qt3Support/q3header.h include/Qt3Support/q3hgroupbox.h include/Qt3Support/q3http.h include/Qt3Support/q3iconview.h include/Qt3Support/q3intcache.h include/Qt3Support/q3intdict.h include/Qt3Support/q3listbox.h include/Qt3Support/q3listview.h include/Qt3Support/q3localfs.h include/Qt3Support/q3mainwindow.h include/Qt3Support/q3memarray.h include/Qt3Support/q3mimefactory.h include/Qt3Support/q3multilineedit.h include/Qt3Support/q3network.h include/Qt3Support/q3networkprotocol.h include/Qt3Support/q3objectdict.h include/Qt3Support/q3paintdevicemetrics.h include/Qt3Support/q3painter.h include/Qt3Support/q3picture.h include/Qt3Support/q3pointarray.h include/Qt3Support/q3polygonscanner.h include/Qt3Support/q3popupmenu.h include/Qt3Support/q3process.h include/Qt3Support/q3progressbar.h include/Qt3Support/q3progressdialog.h include/Qt3Support/q3ptrcollection.h include/Qt3Support/q3ptrdict.h include/Qt3Support/q3ptrlist.h include/Qt3Support/q3ptrqueue.h include/Qt3Support/q3ptrstack.h include/Qt3Support/q3ptrvector.h include/Qt3Support/q3rangecontrol.h include/Qt3Support/q3scrollview.h include/Qt3Support/q3semaphore.h include/Qt3Support/q3serversocket.h include/Qt3Support/q3shared.h include/Qt3Support/q3signal.h include/Qt3Support/q3simplerichtext.h include/Qt3Support/q3socket.h include/Qt3Support/q3socketdevice.h include/Qt3Support/q3sortedlist.h include/Qt3Support/q3sqlcursor.h include/Qt3Support/q3sqleditorfactory.h include/Qt3Support/q3sqlfieldinfo.h include/Qt3Support/q3sqlform.h include/Qt3Support/q3sqlpropertymap.h include/Qt3Support/q3sqlrecordinfo.h include/Qt3Support/q3sqlselectcursor.h include/Qt3Support/q3strlist.h include/Qt3Support/q3strvec.h include/Qt3Support/q3stylesheet.h include/Qt3Support/q3syntaxhighlighter.h include/Qt3Support/q3tabdialog.h include/Qt3Support/q3table.h include/Qt3Support/q3textbrowser.h include/Qt3Support/q3textedit.h include/Qt3Support/q3textstream.h include/Qt3Support/q3textview.h include/Qt3Support/q3tl.h include/Qt3Support/q3toolbar.h include/Qt3Support/q3url.h include/Qt3Support/q3urloperator.h include/Qt3Support/q3valuelist.h include/Qt3Support/q3valuestack.h include/Qt3Support/q3valuevector.h include/Qt3Support/q3vbox.h include/Qt3Support/q3vgroupbox.h include/Qt3Support/q3whatsthis.h include/Qt3Support/q3widgetstack.h include/Qt3Support/q3wizard.h include/Qt3Support/qiconset.h lib/libQt3Support.la lib/libQt3Support.prl lib/libQt3Support.so lib/libQt3Support.so.4 lib/libQt3Support.so.4.3 lib/libQt3Support.so.4.3.0 -lib/libQt3Support.so.4.3.0.debug +%%DEBUG%%lib/libQt3Support.so.4.3.0.debug libdata/pkgconfig/Qt3Support.pc @dirrm include/Qt3Support Property changes on: head/devel/qt4-qt3support/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/qt4-qtestlib/Makefile =================================================================== --- head/devel/qt4-qtestlib/Makefile (revision 196992) +++ head/devel/qt4-qtestlib/Makefile (revision 196993) @@ -1,66 +1,64 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qtestlib PORTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt unit testing library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib +QT_COMPONENTS= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|qtestlib_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/src/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/devel/qt4-qtestlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/qt4-qtestlib/pkg-plist =================================================================== --- head/devel/qt4-qtestlib/pkg-plist (revision 196992) +++ head/devel/qt4-qtestlib/pkg-plist (revision 196993) @@ -1,37 +1,38 @@ include/QtTest/QEventSizeOfChecker include/QtTest/QSignalSpy include/QtTest/QSpontaneKeyEvent include/QtTest/QTest include/QtTest/QTestAccessibility include/QtTest/QTestAccessibilityEvent include/QtTest/QTestData include/QtTest/QTestDelayEvent include/QtTest/QTestEvent include/QtTest/QTestEventList include/QtTest/QTestEventLoop include/QtTest/QTestKeyClicksEvent include/QtTest/QTestKeyEvent include/QtTest/QTestMouseEvent include/QtTest/QtTest include/QtTest/qsignalspy.h include/QtTest/qtest.h include/QtTest/qtest_global.h include/QtTest/qtest_gui.h include/QtTest/qtestaccessible.h include/QtTest/qtestassert.h include/QtTest/qtestcase.h include/QtTest/qtestdata.h include/QtTest/qtestevent.h include/QtTest/qtesteventloop.h include/QtTest/qtestkeyboard.h include/QtTest/qtestmouse.h include/QtTest/qtestspontaneevent.h include/QtTest/qtestsystem.h lib/libQtTest.la lib/libQtTest.prl lib/libQtTest.so lib/libQtTest.so.4 lib/libQtTest.so.4.3 lib/libQtTest.so.4.3.0 +%%DEBUG%%lib/libQtTest.so.4.3.0.debug libdata/pkgconfig/QtTest.pc @dirrm include/QtTest Property changes on: head/devel/qt4-qtestlib/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4-qvfb/Makefile =================================================================== --- head/devel/qt4-qvfb/Makefile (revision 196992) +++ head/devel/qt4-qvfb/Makefile (revision 196993) @@ -1,61 +1,61 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qvfb PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt virtual framebuffer utility USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib gui opengl +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib gui opengl QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${MKDIR} ${WRKSRC}/../../mkspecs ${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=qvfb-qt4|g' \ ${WRKSRC}/qvfb.pro ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc post-install: ${MKDIR} ${DATADIR} ${CP} -Rf ${WRKSRC}/*.skin ${WRKSRC}/pda* ${DATADIR} .include Property changes on: head/devel/qt4-qvfb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/qt4-qvfb/pkg-plist =================================================================== --- head/devel/qt4-qvfb/pkg-plist (revision 196992) +++ head/devel/qt4-qvfb/pkg-plist (revision 196993) @@ -1,61 +1,61 @@ bin/qvfb-qt4 -bin/qvfb-qt4.debug +%%DEBUG%%bin/qvfb-qt4.debug %%DATADIR%%/ClamshellPhone.skin/ClamshellPhone.skin %%DATADIR%%/ClamshellPhone.skin/ClamshellPhone1-5-closed.png %%DATADIR%%/ClamshellPhone.skin/ClamshellPhone1-5-pressed.png %%DATADIR%%/ClamshellPhone.skin/ClamshellPhone1-5.png %%DATADIR%%/ClamshellPhone.skin/defaultbuttons.conf %%DATADIR%%/DualScreenPhone.skin/DualScreen-pressed.png %%DATADIR%%/DualScreenPhone.skin/DualScreen.png %%DATADIR%%/DualScreenPhone.skin/DualScreenPhone.skin %%DATADIR%%/DualScreenPhone.skin/defaultbuttons.conf %%DATADIR%%/PDAPhone.skin/PDAPhone.skin %%DATADIR%%/PDAPhone.skin/defaultbuttons.conf %%DATADIR%%/PDAPhone.skin/finger.png %%DATADIR%%/PDAPhone.skin/pda_down.png %%DATADIR%%/PDAPhone.skin/pda_up.png %%DATADIR%%/PortableMedia.skin/PortableMedia.skin %%DATADIR%%/PortableMedia.skin/defaultbuttons.conf %%DATADIR%%/PortableMedia.skin/portablemedia-pressed.png %%DATADIR%%/PortableMedia.skin/portablemedia.png %%DATADIR%%/PortableMedia.skin/portablemedia.xcf %%DATADIR%%/SmartPhone.skin/SmartPhone-pressed.png %%DATADIR%%/SmartPhone.skin/SmartPhone.png %%DATADIR%%/SmartPhone.skin/SmartPhone.skin %%DATADIR%%/SmartPhone.skin/defaultbuttons.conf %%DATADIR%%/SmartPhone2.skin/SmartPhone2-pressed.png %%DATADIR%%/SmartPhone2.skin/SmartPhone2.png %%DATADIR%%/SmartPhone2.skin/SmartPhone2.skin %%DATADIR%%/SmartPhone2.skin/defaultbuttons.conf %%DATADIR%%/SmartPhoneWithButtons.skin/SmartPhoneWithButtons-pressed.png %%DATADIR%%/SmartPhoneWithButtons.skin/SmartPhoneWithButtons.png %%DATADIR%%/SmartPhoneWithButtons.skin/SmartPhoneWithButtons.skin %%DATADIR%%/SmartPhoneWithButtons.skin/defaultbuttons.conf %%DATADIR%%/TouchscreenPhone.skin/TouchscreenPhone-pressed.png %%DATADIR%%/TouchscreenPhone.skin/TouchscreenPhone.png %%DATADIR%%/TouchscreenPhone.skin/TouchscreenPhone.skin %%DATADIR%%/TouchscreenPhone.skin/defaultbuttons.conf %%DATADIR%%/Trolltech-Keypad.skin/Trolltech-Keypad-closed.png %%DATADIR%%/Trolltech-Keypad.skin/Trolltech-Keypad-down.png %%DATADIR%%/Trolltech-Keypad.skin/Trolltech-Keypad.png %%DATADIR%%/Trolltech-Keypad.skin/Trolltech-Keypad.skin %%DATADIR%%/Trolltech-Keypad.skin/defaultbuttons.conf %%DATADIR%%/Trolltech-Touchscreen.skin/Trolltech-Touchscreen-down.png %%DATADIR%%/Trolltech-Touchscreen.skin/Trolltech-Touchscreen.png %%DATADIR%%/Trolltech-Touchscreen.skin/Trolltech-Touchscreen.skin %%DATADIR%%/Trolltech-Touchscreen.skin/defaultbuttons.conf %%DATADIR%%/pda.qrc %%DATADIR%%/pda.skin %%DATADIR%%/pda_down.png %%DATADIR%%/pda_up.png @dirrm %%DATADIR%%/Trolltech-Touchscreen.skin @dirrm %%DATADIR%%/Trolltech-Keypad.skin @dirrm %%DATADIR%%/TouchscreenPhone.skin @dirrm %%DATADIR%%/SmartPhoneWithButtons.skin @dirrm %%DATADIR%%/SmartPhone2.skin @dirrm %%DATADIR%%/SmartPhone.skin @dirrm %%DATADIR%%/PortableMedia.skin @dirrm %%DATADIR%%/PDAPhone.skin @dirrm %%DATADIR%%/DualScreenPhone.skin @dirrm %%DATADIR%%/ClamshellPhone.skin @dirrm %%DATADIR%% Property changes on: head/devel/qt4-qvfb/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/qt4-rcc/Makefile =================================================================== --- head/devel/qt4-rcc/Makefile (revision 196992) +++ head/devel/qt4-rcc/Makefile (revision 196993) @@ -1,52 +1,52 @@ ## -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= rcc PORTVERSION= ${QT4_VERSION} CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt resource compiler USE_QT_VER= 4 -QT_COMPONENTS= qmake +QT_COMPONENTS= qmake_build QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake .include Property changes on: head/devel/qt4-rcc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/qt4-rcc/pkg-plist =================================================================== --- head/devel/qt4-rcc/pkg-plist (revision 196992) +++ head/devel/qt4-rcc/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/rcc -bin/rcc.debug +%%DEBUG%%bin/rcc.debug Property changes on: head/devel/qt4-rcc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-script/Makefile =================================================================== --- head/devel/qt4-script/Makefile (revision 196992) +++ head/devel/qt4-script/Makefile (revision 196993) @@ -1,68 +1,66 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= script PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt script USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib +QT_COMPONENTS= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${WRKSRC}/../../ -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/devel/qt4-script/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-script/pkg-plist =================================================================== --- head/devel/qt4-script/pkg-plist (revision 196992) +++ head/devel/qt4-script/pkg-plist (revision 196993) @@ -1,32 +1,33 @@ include/Qt/QtScript include/Qt/qscriptable.h include/Qt/qscriptcontext.h include/Qt/qscriptengine.h include/Qt/qscriptextensioninterface.h include/Qt/qscriptextensionplugin.h include/Qt/qscriptvalue.h include/Qt/qscriptvalueiterator.h include/QtScript/QScriptContext include/QtScript/QScriptEngine include/QtScript/QScriptExtensionInterface include/QtScript/QScriptExtensionPlugin include/QtScript/QScriptValue include/QtScript/QScriptValueIterator include/QtScript/QScriptValueList include/QtScript/QScriptable include/QtScript/QtScript include/QtScript/qscriptable.h include/QtScript/qscriptcontext.h include/QtScript/qscriptengine.h include/QtScript/qscriptextensioninterface.h include/QtScript/qscriptextensionplugin.h include/QtScript/qscriptvalue.h include/QtScript/qscriptvalueiterator.h lib/libQtScript.la lib/libQtScript.prl lib/libQtScript.so lib/libQtScript.so.4 lib/libQtScript.so.4.3 lib/libQtScript.so.4.3.0 +%%DEBUG%%lib/libQtScript.so.4.3.0.debug libdata/pkgconfig/QtScript.pc @dirrm include/QtScript Property changes on: head/devel/qt4-script/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/qt4-uic/Makefile =================================================================== --- head/devel/qt4-uic/Makefile (revision 196992) +++ head/devel/qt4-uic/Makefile (revision 196993) @@ -1,54 +1,54 @@ ### -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= uic PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt user interface compiler USE_QT_VER= 4 -QT_COMPONENTS= qmake +QT_COMPONENTS= qmake_build QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=uic-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake .include Property changes on: head/devel/qt4-uic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/qt4-uic/pkg-plist =================================================================== --- head/devel/qt4-uic/pkg-plist (revision 196992) +++ head/devel/qt4-uic/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/uic-qt4 -bin/uic-qt4.debug +%%DEBUG%%bin/uic-qt4.debug Property changes on: head/devel/qt4-uic/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/qt4-uic3/Makefile =================================================================== --- head/devel/qt4-uic3/Makefile (revision 196992) +++ head/devel/qt4-uic3/Makefile (revision 196993) @@ -1,53 +1,53 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= uic3 PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt backwards-compatible user interface compiler USE_QT_VER= 4 -QT_COMPONENTS= qmake qt3support corelib gui network sql xml +QT_COMPONENTS= qmake_build qt3support corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake .include Property changes on: head/devel/qt4-uic3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/qt4-uic3/pkg-plist =================================================================== --- head/devel/qt4-uic3/pkg-plist (revision 196992) +++ head/devel/qt4-uic3/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/uic3 -bin/uic3.debug +%%DEBUG%%bin/uic3.debug Property changes on: head/devel/qt4-uic3/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/qt4-iconengines/Makefile =================================================================== --- head/graphics/qt4-iconengines/Makefile (revision 196992) +++ head/graphics/qt4-iconengines/Makefile (revision 196993) @@ -1,56 +1,54 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= iconengines PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SVG icon engine plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui svg xml +QT_COMPONENTS= qmake_build moc_build corelib gui svg xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/iconengines|g' \ ${WRKSRC}/svgiconengine/svgiconengine.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc -.include +.include Property changes on: head/graphics/qt4-iconengines/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/qt4-iconengines/pkg-plist =================================================================== --- head/graphics/qt4-iconengines/pkg-plist (revision 196992) +++ head/graphics/qt4-iconengines/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/iconengines/libqsvg.so -lib/plugins/iconengines/libqsvg.so.debug +%%DEBUG%%lib/plugins/iconengines/libqsvg.so.debug @dirrm lib/plugins/iconengines Property changes on: head/graphics/qt4-iconengines/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/qt4-imageformats/Makefile =================================================================== --- head/graphics/qt4-imageformats/Makefile (revision 196992) +++ head/graphics/qt4-imageformats/Makefile (revision 196993) @@ -1,69 +1,67 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= imageformats PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt imageformat plugins for GIF, JPEG, MNG and SVG LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ mng:${PORTSDIR}/graphics/libmng \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc corelib gui svg xml +QT_COMPONENTS= qmake_build moc_build rcc_build corelib gui svg xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/imageformats|g' \ ${WRKSRC}/gif/gif.pro \ ${WRKSRC}/jpeg/jpeg.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc post-build: cd ${WRKSRC}/gif; qmake-qt4; make -f Makefile post-install: cd ${WRKSRC}/gif; make -f Makefile install -.include +.include Property changes on: head/graphics/qt4-imageformats/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/qt4-imageformats/pkg-plist =================================================================== --- head/graphics/qt4-imageformats/pkg-plist (revision 196992) +++ head/graphics/qt4-imageformats/pkg-plist (revision 196993) @@ -1,11 +1,11 @@ lib/plugins/imageformats/libqgif.so -lib/plugins/imageformats/libqgif.so.debug +%%DEBUG%%lib/plugins/imageformats/libqgif.so.debug lib/plugins/imageformats/libqjpeg.so -lib/plugins/imageformats/libqjpeg.so.debug +%%DEBUG%%lib/plugins/imageformats/libqjpeg.so.debug lib/plugins/imageformats/libqmng.so -lib/plugins/imageformats/libqmng.so.debug +%%DEBUG%%lib/plugins/imageformats/libqmng.so.debug lib/plugins/imageformats/libqsvg.so -lib/plugins/imageformats/libqsvg.so.debug +%%DEBUG%%lib/plugins/imageformats/libqsvg.so.debug lib/plugins/imageformats/libqtiff.so -lib/plugins/imageformats/libqtiff.so.debug +%%DEBUG%%lib/plugins/imageformats/libqtiff.so.debug @dirrm lib/plugins/imageformats Property changes on: head/graphics/qt4-imageformats/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/qt4-pixeltool/Makefile =================================================================== --- head/graphics/qt4-pixeltool/Makefile (revision 196992) +++ head/graphics/qt4-pixeltool/Makefile (revision 196993) @@ -1,55 +1,56 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= pixeltool PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt screen magnification utility USE_QT_VER= 4 -QT_COMPONENTS= qmake moc uic assistantclient corelib gui network +QT_COMPONENTS= qmake_build moc_build uic_build assistantclient corelib gui \ + network QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic .include Property changes on: head/graphics/qt4-pixeltool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/qt4-pixeltool/pkg-plist =================================================================== --- head/graphics/qt4-pixeltool/pkg-plist (revision 196992) +++ head/graphics/qt4-pixeltool/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/pixeltool -bin/pixeltool.debug +%%DEBUG%%bin/pixeltool.debug Property changes on: head/graphics/qt4-pixeltool/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/qt4-svg/Makefile =================================================================== --- head/graphics/qt4-svg/Makefile (revision 196992) +++ head/graphics/qt4-svg/Makefile (revision 196993) @@ -1,75 +1,66 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= svg PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SVG library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui xml +QT_COMPONENTS= qmake_build moc_build corelib gui xml QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/plugins' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - -.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-debug" || ${PKGNAMESUFFIX} == "-static-debug") -CONFIGURE_ARGS+=-debug -.endif -.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-static" || ${PKGNAMESUFFIX} == "-static-debug") -CONFIGURE_ARGS+=-static -.endif - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/graphics/qt4-svg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/qt4-svg/pkg-plist =================================================================== --- head/graphics/qt4-svg/pkg-plist (revision 196992) +++ head/graphics/qt4-svg/pkg-plist (revision 196993) @@ -1,22 +1,23 @@ include/Qt/QtSvg include/Qt/qgraphicssvgitem.h include/Qt/qsvggenerator.h include/Qt/qsvgrenderer.h include/Qt/qsvgwidget.h include/QtSvg/QGraphicsSvgItem include/QtSvg/QSvgGenerator include/QtSvg/QSvgRenderer include/QtSvg/QSvgWidget include/QtSvg/QtSvg include/QtSvg/qgraphicssvgitem.h include/QtSvg/qsvggenerator.h include/QtSvg/qsvgrenderer.h include/QtSvg/qsvgwidget.h lib/libQtSvg.la lib/libQtSvg.prl lib/libQtSvg.so lib/libQtSvg.so.4 lib/libQtSvg.so.4.3 lib/libQtSvg.so.4.3.0 +%%DEBUG%%lib/libQtSvg.so.4.3.0.debug libdata/pkgconfig/QtSvg.pc @dirrm include/QtSvg Property changes on: head/graphics/qt4-svg/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/japanese/qt4-codecs-jp/Makefile =================================================================== --- head/japanese/qt4-codecs-jp/Makefile (revision 196992) +++ head/japanese/qt4-codecs-jp/Makefile (revision 196993) @@ -1,62 +1,57 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= codecs PORTVERSION= ${QT4_VERSION} CATEGORIES?= japanese MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -jp DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt EUC-JP/JIS codec plugins USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes USE_GCC= 3.4+ #USE_BZIP2= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/jp CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ ${WRKSRC}/jp.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc -post-configure: - ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile - -.include +.include Property changes on: head/japanese/qt4-codecs-jp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/japanese/qt4-codecs-jp/pkg-plist =================================================================== --- head/japanese/qt4-codecs-jp/pkg-plist (revision 196992) +++ head/japanese/qt4-codecs-jp/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/codecs/libqjpcodecs.so -lib/plugins/codecs/libqjpcodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqjpcodecs.so.debug @dirrm lib/plugins/codecs Property changes on: head/japanese/qt4-codecs-jp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/korean/qt4-codecs-kr/Makefile =================================================================== --- head/korean/qt4-codecs-kr/Makefile (revision 196992) +++ head/korean/qt4-codecs-kr/Makefile (revision 196993) @@ -1,62 +1,58 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= codecs PORTVERSION= ${QT4_VERSION} CATEGORIES?= korean MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -kr DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt EUC-KR codec plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes USE_GCC= 3.4+ #USE_BZIP2= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/kr CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ ${WRKSRC}/kr.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc -post-configure: - ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile +.include -.include Property changes on: head/korean/qt4-codecs-kr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/korean/qt4-codecs-kr/pkg-plist =================================================================== --- head/korean/qt4-codecs-kr/pkg-plist (revision 196992) +++ head/korean/qt4-codecs-kr/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/codecs/libqkrcodecs.so -lib/plugins/codecs/libqkrcodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqkrcodecs.so.debug @dirrm lib/plugins/codecs Property changes on: head/korean/qt4-codecs-kr/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/misc/qt4-doc/Makefile =================================================================== --- head/misc/qt4-doc/Makefile (revision 196992) +++ head/misc/qt4-doc/Makefile (revision 196993) @@ -1,50 +1,49 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= doc PORTVERSION= ${QT4_VERSION} CATEGORIES?= misc MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Multiplatform C++ application framework QT_DIST= yes NO_BUILD= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/moc'\ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' DOCSDIR=${PREFIX}/share/doc/qt4 do-install: ${MKDIR} ${DOCSDIR} ${RM} -f ${WRKSRC}/doc/html/qmake* ${CP} -Rp ${WRKSRC}/doc/html ${DOCSDIR} .include .include "${.CURDIR}/../../Mk/bsd.qt.mk" .include - Property changes on: head/misc/qt4-doc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/misc/qt4-qtconfig/Makefile =================================================================== --- head/misc/qt4-qtconfig/Makefile (revision 196992) +++ head/misc/qt4-qtconfig/Makefile (revision 196993) @@ -1,58 +1,58 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qtconfig PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= misc MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical configuration utility USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic qt3support corelib +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build qt3support corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/designer' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=qtconfig-qt4|g' \ ${WRKSRC}/${PORTNAME}.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc .include Property changes on: head/misc/qt4-qtconfig/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/misc/qt4-qtconfig/pkg-plist =================================================================== --- head/misc/qt4-qtconfig/pkg-plist (revision 196992) +++ head/misc/qt4-qtconfig/pkg-plist (revision 196993) @@ -1,2 +1,2 @@ bin/qtconfig-qt4 -bin/qtconfig-qt4.debug +%%DEBUG%%bin/qtconfig-qt4.debug Property changes on: head/misc/qt4-qtconfig/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/misc/qt4-qtdemo/Makefile =================================================================== --- head/misc/qt4-qtdemo/Makefile (revision 196992) +++ head/misc/qt4-qtdemo/Makefile (revision 196993) @@ -1,50 +1,51 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= qtdemo PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= misc MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt demonstration and example programs USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic assistantclient corelib designer gui network opengl\ - sql svg qtestlib xml imageformats dbus script +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build assistantclient \ + corelib designer gui network opengl sql svg qtestlib xml \ + imageformats_run dbus script QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH WRKSRC= ${WRKDIR}/${DISTNAME}/demos CONFIGURE_WRKSRC=${WRKSRC}/../ pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${MKDIR} ${WRKSRC}/../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../bin/moc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../bin/uic ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../bin/rcc post-build: cd ${WRKSRC}/../examples && ${MAKE} -f Makefile first post-install: cd ${WRKSRC}/../examples && ${MAKE} -f Makefile install .include Property changes on: head/misc/qt4-qtdemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/misc/qt4-qtdemo/pkg-plist =================================================================== --- head/misc/qt4-qtdemo/pkg-plist (revision 196992) +++ head/misc/qt4-qtdemo/pkg-plist (revision 196993) @@ -1,2248 +1,2248 @@ bin/qtdemo -bin/qtdemo.debug +%%DEBUG%%bin/qtdemo.debug lib/plugins/designer/libarthurplugin.so -lib/plugins/designer/libarthurplugin.so.debug +%%DEBUG%%lib/plugins/designer/libarthurplugin.so.debug lib/plugins/designer/libcontainerextension.so -lib/plugins/designer/libcontainerextension.so.debug +%%DEBUG%%lib/plugins/designer/libcontainerextension.so.debug lib/plugins/designer/libcustomwidgetplugin.so -lib/plugins/designer/libcustomwidgetplugin.so.debug +%%DEBUG%%lib/plugins/designer/libcustomwidgetplugin.so.debug lib/plugins/designer/libtaskmenuextension.so -lib/plugins/designer/libtaskmenuextension.so.debug +%%DEBUG%%lib/plugins/designer/libtaskmenuextension.so.debug lib/plugins/designer/libworldtimeclockplugin.so -lib/plugins/designer/libworldtimeclockplugin.so.debug +%%DEBUG%%lib/plugins/designer/libworldtimeclockplugin.so.debug share/qt4/demos/README share/qt4/demos/affine/affine -share/qt4/demos/affine/affine.debug +%%DEBUG%%share/qt4/demos/affine/affine.debug share/qt4/demos/affine/affine.pro share/qt4/demos/affine/affine.qrc share/qt4/demos/affine/bg1.jpg share/qt4/demos/affine/main.cpp share/qt4/demos/affine/xform.cpp share/qt4/demos/affine/xform.h share/qt4/demos/affine/xform.html share/qt4/demos/arthurplugin/arthur_plugin.qrc share/qt4/demos/arthurplugin/arthurplugin.pro share/qt4/demos/arthurplugin/bg1.jpg share/qt4/demos/arthurplugin/composition.cpp share/qt4/demos/arthurplugin/composition.h share/qt4/demos/arthurplugin/flower_2.png share/qt4/demos/arthurplugin/gradients.cpp share/qt4/demos/arthurplugin/gradients.h share/qt4/demos/arthurplugin/pathdeform.cpp share/qt4/demos/arthurplugin/pathdeform.h share/qt4/demos/arthurplugin/pathstroke.cpp share/qt4/demos/arthurplugin/pathstroke.h share/qt4/demos/arthurplugin/plugin.cpp share/qt4/demos/arthurplugin/xform.cpp share/qt4/demos/arthurplugin/xform.h share/qt4/demos/books/bookdelegate.cpp share/qt4/demos/books/bookdelegate.h share/qt4/demos/books/books -share/qt4/demos/books/books.debug +%%DEBUG%%share/qt4/demos/books/books.debug share/qt4/demos/books/books.pro share/qt4/demos/books/books.qrc share/qt4/demos/books/bookwindow.cpp share/qt4/demos/books/bookwindow.h share/qt4/demos/books/bookwindow.ui share/qt4/demos/books/images/star.png share/qt4/demos/books/initdb.h share/qt4/demos/books/main.cpp share/qt4/demos/chip/chip share/qt4/demos/chip/chip.cpp -share/qt4/demos/chip/chip.debug +%%DEBUG%%share/qt4/demos/chip/chip.debug share/qt4/demos/chip/chip.h share/qt4/demos/chip/chip.pro share/qt4/demos/chip/fileprint.png share/qt4/demos/chip/images.qrc share/qt4/demos/chip/main.cpp share/qt4/demos/chip/mainwindow.cpp share/qt4/demos/chip/mainwindow.h share/qt4/demos/chip/qt4logo.png share/qt4/demos/chip/rotateleft.png share/qt4/demos/chip/rotateright.png share/qt4/demos/chip/view.cpp share/qt4/demos/chip/view.h share/qt4/demos/chip/zoomin.png share/qt4/demos/chip/zoomout.png share/qt4/demos/composition/composition share/qt4/demos/composition/composition.cpp -share/qt4/demos/composition/composition.debug +%%DEBUG%%share/qt4/demos/composition/composition.debug share/qt4/demos/composition/composition.h share/qt4/demos/composition/composition.html share/qt4/demos/composition/composition.pro share/qt4/demos/composition/composition.qrc share/qt4/demos/composition/flower_2.png share/qt4/demos/composition/main.cpp share/qt4/demos/deform/deform -share/qt4/demos/deform/deform.debug +%%DEBUG%%share/qt4/demos/deform/deform.debug share/qt4/demos/deform/deform.pro share/qt4/demos/deform/deform.qrc share/qt4/demos/deform/main.cpp share/qt4/demos/deform/pathdeform.cpp share/qt4/demos/deform/pathdeform.h share/qt4/demos/deform/pathdeform.html share/qt4/demos/demos.pro share/qt4/demos/gradients/gradients share/qt4/demos/gradients/gradients.cpp -share/qt4/demos/gradients/gradients.debug +%%DEBUG%%share/qt4/demos/gradients/gradients.debug share/qt4/demos/gradients/gradients.h share/qt4/demos/gradients/gradients.html share/qt4/demos/gradients/gradients.pro share/qt4/demos/gradients/gradients.qrc share/qt4/demos/gradients/main.cpp share/qt4/demos/interview/README share/qt4/demos/interview/images/folder.png share/qt4/demos/interview/images/interview.png share/qt4/demos/interview/images/services.png share/qt4/demos/interview/interview -share/qt4/demos/interview/interview.debug +%%DEBUG%%share/qt4/demos/interview/interview.debug share/qt4/demos/interview/interview.pro share/qt4/demos/interview/interview.qrc share/qt4/demos/interview/main.cpp share/qt4/demos/interview/model.cpp share/qt4/demos/interview/model.h share/qt4/demos/mainwindow/colorswatch.cpp share/qt4/demos/mainwindow/colorswatch.h share/qt4/demos/mainwindow/main.cpp share/qt4/demos/mainwindow/mainwindow share/qt4/demos/mainwindow/mainwindow.cpp -share/qt4/demos/mainwindow/mainwindow.debug +%%DEBUG%%share/qt4/demos/mainwindow/mainwindow.debug share/qt4/demos/mainwindow/mainwindow.h share/qt4/demos/mainwindow/mainwindow.pro share/qt4/demos/mainwindow/mainwindow.qrc share/qt4/demos/mainwindow/qt.png share/qt4/demos/mainwindow/toolbar.cpp share/qt4/demos/mainwindow/toolbar.h share/qt4/demos/pathstroke/main.cpp share/qt4/demos/pathstroke/pathstroke share/qt4/demos/pathstroke/pathstroke.cpp -share/qt4/demos/pathstroke/pathstroke.debug +%%DEBUG%%share/qt4/demos/pathstroke/pathstroke.debug share/qt4/demos/pathstroke/pathstroke.h share/qt4/demos/pathstroke/pathstroke.html share/qt4/demos/pathstroke/pathstroke.pro share/qt4/demos/pathstroke/pathstroke.qrc share/qt4/demos/qtdemo/colors.cpp share/qt4/demos/qtdemo/colors.h share/qt4/demos/qtdemo/demoitem.cpp share/qt4/demos/qtdemo/demoitem.h share/qt4/demos/qtdemo/demoitemanimation.cpp share/qt4/demos/qtdemo/demoitemanimation.h share/qt4/demos/qtdemo/demoscene.cpp share/qt4/demos/qtdemo/demoscene.h share/qt4/demos/qtdemo/demotextitem.cpp share/qt4/demos/qtdemo/demotextitem.h share/qt4/demos/qtdemo/dockitem.cpp share/qt4/demos/qtdemo/dockitem.h share/qt4/demos/qtdemo/examplecontent.cpp share/qt4/demos/qtdemo/examplecontent.h share/qt4/demos/qtdemo/guide.cpp share/qt4/demos/qtdemo/guide.h share/qt4/demos/qtdemo/guidecircle.cpp share/qt4/demos/qtdemo/guidecircle.h share/qt4/demos/qtdemo/guideline.cpp share/qt4/demos/qtdemo/guideline.h share/qt4/demos/qtdemo/headingitem.cpp share/qt4/demos/qtdemo/headingitem.h share/qt4/demos/qtdemo/imageitem.cpp share/qt4/demos/qtdemo/imageitem.h share/qt4/demos/qtdemo/images/demobg.png share/qt4/demos/qtdemo/images/qtlogo_small.png share/qt4/demos/qtdemo/images/trolltech-logo.png share/qt4/demos/qtdemo/itemcircleanimation.cpp share/qt4/demos/qtdemo/itemcircleanimation.h share/qt4/demos/qtdemo/letteritem.cpp share/qt4/demos/qtdemo/letteritem.h share/qt4/demos/qtdemo/main.cpp share/qt4/demos/qtdemo/mainwindow.cpp share/qt4/demos/qtdemo/mainwindow.h share/qt4/demos/qtdemo/menucontent.cpp share/qt4/demos/qtdemo/menucontent.h share/qt4/demos/qtdemo/menumanager.cpp share/qt4/demos/qtdemo/menumanager.h share/qt4/demos/qtdemo/qtdemo.icns share/qt4/demos/qtdemo/qtdemo.ico share/qt4/demos/qtdemo/qtdemo.pro share/qt4/demos/qtdemo/qtdemo.qrc share/qt4/demos/qtdemo/qtdemo.rc share/qt4/demos/qtdemo/scanitem.cpp share/qt4/demos/qtdemo/scanitem.h share/qt4/demos/qtdemo/score.cpp share/qt4/demos/qtdemo/score.h share/qt4/demos/qtdemo/textbutton.cpp share/qt4/demos/qtdemo/textbutton.h share/qt4/demos/qtdemo/xml/examples.xml share/qt4/demos/shared/arthurstyle.cpp share/qt4/demos/shared/arthurstyle.h share/qt4/demos/shared/arthurwidgets.cpp share/qt4/demos/shared/arthurwidgets.h share/qt4/demos/shared/hoverpoints.cpp share/qt4/demos/shared/hoverpoints.h share/qt4/demos/shared/images/bg_pattern.png share/qt4/demos/shared/images/button_normal_cap_left.png share/qt4/demos/shared/images/button_normal_cap_right.png share/qt4/demos/shared/images/button_normal_stretch.png share/qt4/demos/shared/images/button_pressed_cap_left.png share/qt4/demos/shared/images/button_pressed_cap_right.png share/qt4/demos/shared/images/button_pressed_stretch.png share/qt4/demos/shared/images/curve_thing_edit-6.png share/qt4/demos/shared/images/frame_bottom.png share/qt4/demos/shared/images/frame_bottomleft.png share/qt4/demos/shared/images/frame_bottomright.png share/qt4/demos/shared/images/frame_left.png share/qt4/demos/shared/images/frame_right.png share/qt4/demos/shared/images/frame_top.png share/qt4/demos/shared/images/frame_topleft.png share/qt4/demos/shared/images/frame_topright.png share/qt4/demos/shared/images/groupframe_bottom_left.png share/qt4/demos/shared/images/groupframe_bottom_right.png share/qt4/demos/shared/images/groupframe_bottom_stretch.png share/qt4/demos/shared/images/groupframe_left_stretch.png share/qt4/demos/shared/images/groupframe_right_stretch.png share/qt4/demos/shared/images/groupframe_top_stretch.png share/qt4/demos/shared/images/groupframe_topleft.png share/qt4/demos/shared/images/groupframe_topright.png share/qt4/demos/shared/images/line_dash_dot.png share/qt4/demos/shared/images/line_dash_dot_dot.png share/qt4/demos/shared/images/line_dashed.png share/qt4/demos/shared/images/line_dotted.png share/qt4/demos/shared/images/line_solid.png share/qt4/demos/shared/images/radiobutton-off.png share/qt4/demos/shared/images/radiobutton-on.png share/qt4/demos/shared/images/radiobutton_off.png share/qt4/demos/shared/images/radiobutton_on.png share/qt4/demos/shared/images/slider_bar.png share/qt4/demos/shared/images/slider_thumb_off.png share/qt4/demos/shared/images/slider_thumb_on.png share/qt4/demos/shared/images/title_cap_left.png share/qt4/demos/shared/images/title_cap_right.png share/qt4/demos/shared/images/title_stretch.png share/qt4/demos/shared/libdemo_shared.a share/qt4/demos/shared/libdemo_shared.prl share/qt4/demos/shared/shared.pri share/qt4/demos/shared/shared.pro share/qt4/demos/shared/shared.qrc share/qt4/demos/spreadsheet/images/interview.png share/qt4/demos/spreadsheet/main.cpp share/qt4/demos/spreadsheet/spreadsheet -share/qt4/demos/spreadsheet/spreadsheet.debug +%%DEBUG%%share/qt4/demos/spreadsheet/spreadsheet.debug share/qt4/demos/spreadsheet/spreadsheet.pro share/qt4/demos/spreadsheet/spreadsheet.qrc share/qt4/demos/sqlbrowser/browser.cpp share/qt4/demos/sqlbrowser/browser.h share/qt4/demos/sqlbrowser/browserwidget.ui share/qt4/demos/sqlbrowser/connectionwidget.cpp share/qt4/demos/sqlbrowser/connectionwidget.h share/qt4/demos/sqlbrowser/main.cpp share/qt4/demos/sqlbrowser/qsqlconnectiondialog.cpp share/qt4/demos/sqlbrowser/qsqlconnectiondialog.h share/qt4/demos/sqlbrowser/qsqlconnectiondialog.ui share/qt4/demos/sqlbrowser/sqlbrowser -share/qt4/demos/sqlbrowser/sqlbrowser.debug +%%DEBUG%%share/qt4/demos/sqlbrowser/sqlbrowser.debug share/qt4/demos/sqlbrowser/sqlbrowser.pro share/qt4/demos/textedit/example.html share/qt4/demos/textedit/images/logo32.png share/qt4/demos/textedit/images/mac/editcopy.png share/qt4/demos/textedit/images/mac/editcut.png share/qt4/demos/textedit/images/mac/editpaste.png share/qt4/demos/textedit/images/mac/editredo.png share/qt4/demos/textedit/images/mac/editundo.png share/qt4/demos/textedit/images/mac/exportpdf.png share/qt4/demos/textedit/images/mac/filenew.png share/qt4/demos/textedit/images/mac/fileopen.png share/qt4/demos/textedit/images/mac/fileprint.png share/qt4/demos/textedit/images/mac/filesave.png share/qt4/demos/textedit/images/mac/textbold.png share/qt4/demos/textedit/images/mac/textcenter.png share/qt4/demos/textedit/images/mac/textitalic.png share/qt4/demos/textedit/images/mac/textjustify.png share/qt4/demos/textedit/images/mac/textleft.png share/qt4/demos/textedit/images/mac/textright.png share/qt4/demos/textedit/images/mac/textunder.png share/qt4/demos/textedit/images/mac/zoomin.png share/qt4/demos/textedit/images/mac/zoomout.png share/qt4/demos/textedit/images/win/editcopy.png share/qt4/demos/textedit/images/win/editcut.png share/qt4/demos/textedit/images/win/editpaste.png share/qt4/demos/textedit/images/win/editredo.png share/qt4/demos/textedit/images/win/editundo.png share/qt4/demos/textedit/images/win/exportpdf.png share/qt4/demos/textedit/images/win/filenew.png share/qt4/demos/textedit/images/win/fileopen.png share/qt4/demos/textedit/images/win/fileprint.png share/qt4/demos/textedit/images/win/filesave.png share/qt4/demos/textedit/images/win/textbold.png share/qt4/demos/textedit/images/win/textcenter.png share/qt4/demos/textedit/images/win/textitalic.png share/qt4/demos/textedit/images/win/textjustify.png share/qt4/demos/textedit/images/win/textleft.png share/qt4/demos/textedit/images/win/textright.png share/qt4/demos/textedit/images/win/textunder.png share/qt4/demos/textedit/images/win/zoomin.png share/qt4/demos/textedit/images/win/zoomout.png share/qt4/demos/textedit/main.cpp share/qt4/demos/textedit/printpreview.cpp share/qt4/demos/textedit/printpreview.h share/qt4/demos/textedit/textedit share/qt4/demos/textedit/textedit.cpp -share/qt4/demos/textedit/textedit.debug +%%DEBUG%%share/qt4/demos/textedit/textedit.debug share/qt4/demos/textedit/textedit.doc share/qt4/demos/textedit/textedit.h share/qt4/demos/textedit/textedit.pro share/qt4/demos/textedit/textedit.qrc share/qt4/demos/undo/commands.cpp share/qt4/demos/undo/commands.h share/qt4/demos/undo/document.cpp share/qt4/demos/undo/document.h share/qt4/demos/undo/main.cpp share/qt4/demos/undo/mainwindow.cpp share/qt4/demos/undo/mainwindow.h share/qt4/demos/undo/undo -share/qt4/demos/undo/undo.debug +%%DEBUG%%share/qt4/demos/undo/undo.debug share/qt4/demos/undo/undo.pro share/qt4/demos/undo/undo.qrc share/qt4/examples/README share/qt4/examples/assistant/assistant.pro share/qt4/examples/assistant/simpletextviewer/documentation/about.txt share/qt4/examples/assistant/simpletextviewer/documentation/browse.html share/qt4/examples/assistant/simpletextviewer/documentation/filedialog.html share/qt4/examples/assistant/simpletextviewer/documentation/findfile.html share/qt4/examples/assistant/simpletextviewer/documentation/images/browse.png share/qt4/examples/assistant/simpletextviewer/documentation/images/fadedfilemenu.png share/qt4/examples/assistant/simpletextviewer/documentation/images/filedialog.png share/qt4/examples/assistant/simpletextviewer/documentation/images/handbook.png share/qt4/examples/assistant/simpletextviewer/documentation/images/mainwindow.png share/qt4/examples/assistant/simpletextviewer/documentation/images/open.png share/qt4/examples/assistant/simpletextviewer/documentation/images/wildcard.png share/qt4/examples/assistant/simpletextviewer/documentation/index.html share/qt4/examples/assistant/simpletextviewer/documentation/intro.html share/qt4/examples/assistant/simpletextviewer/documentation/openfile.html share/qt4/examples/assistant/simpletextviewer/documentation/simpletextviewer.adp share/qt4/examples/assistant/simpletextviewer/documentation/wildcardmatching.html share/qt4/examples/assistant/simpletextviewer/findfiledialog.cpp share/qt4/examples/assistant/simpletextviewer/findfiledialog.h share/qt4/examples/assistant/simpletextviewer/main.cpp share/qt4/examples/assistant/simpletextviewer/mainwindow.cpp share/qt4/examples/assistant/simpletextviewer/mainwindow.h share/qt4/examples/assistant/simpletextviewer/simpletextviewer -share/qt4/examples/assistant/simpletextviewer/simpletextviewer.debug +%%DEBUG%%share/qt4/examples/assistant/simpletextviewer/simpletextviewer.debug share/qt4/examples/assistant/simpletextviewer/simpletextviewer.pro share/qt4/examples/designer/README share/qt4/examples/designer/calculatorbuilder/calculatorbuilder -share/qt4/examples/designer/calculatorbuilder/calculatorbuilder.debug +%%DEBUG%%share/qt4/examples/designer/calculatorbuilder/calculatorbuilder.debug share/qt4/examples/designer/calculatorbuilder/calculatorbuilder.pro share/qt4/examples/designer/calculatorbuilder/calculatorbuilder.qrc share/qt4/examples/designer/calculatorbuilder/calculatorform.cpp share/qt4/examples/designer/calculatorbuilder/calculatorform.h share/qt4/examples/designer/calculatorbuilder/calculatorform.ui share/qt4/examples/designer/calculatorbuilder/main.cpp share/qt4/examples/designer/calculatorform/calculatorform share/qt4/examples/designer/calculatorform/calculatorform.cpp -share/qt4/examples/designer/calculatorform/calculatorform.debug +%%DEBUG%%share/qt4/examples/designer/calculatorform/calculatorform.debug share/qt4/examples/designer/calculatorform/calculatorform.h share/qt4/examples/designer/calculatorform/calculatorform.pro share/qt4/examples/designer/calculatorform/calculatorform.ui share/qt4/examples/designer/calculatorform/main.cpp share/qt4/examples/designer/containerextension/containerextension.pro share/qt4/examples/designer/containerextension/multipagewidget.cpp share/qt4/examples/designer/containerextension/multipagewidget.h share/qt4/examples/designer/containerextension/multipagewidgetcontainerextension.cpp share/qt4/examples/designer/containerextension/multipagewidgetcontainerextension.h share/qt4/examples/designer/containerextension/multipagewidgetextensionfactory.cpp share/qt4/examples/designer/containerextension/multipagewidgetextensionfactory.h share/qt4/examples/designer/containerextension/multipagewidgetplugin.cpp share/qt4/examples/designer/containerextension/multipagewidgetplugin.h share/qt4/examples/designer/customwidgetplugin/analogclock.cpp share/qt4/examples/designer/customwidgetplugin/analogclock.h share/qt4/examples/designer/customwidgetplugin/customwidgetplugin.cpp share/qt4/examples/designer/customwidgetplugin/customwidgetplugin.h share/qt4/examples/designer/customwidgetplugin/customwidgetplugin.pro share/qt4/examples/designer/designer.pro share/qt4/examples/designer/taskmenuextension/taskmenuextension.pro share/qt4/examples/designer/taskmenuextension/tictactoe.cpp share/qt4/examples/designer/taskmenuextension/tictactoe.h share/qt4/examples/designer/taskmenuextension/tictactoedialog.cpp share/qt4/examples/designer/taskmenuextension/tictactoedialog.h share/qt4/examples/designer/taskmenuextension/tictactoeplugin.cpp share/qt4/examples/designer/taskmenuextension/tictactoeplugin.h share/qt4/examples/designer/taskmenuextension/tictactoetaskmenu.cpp share/qt4/examples/designer/taskmenuextension/tictactoetaskmenu.h share/qt4/examples/designer/worldtimeclockbuilder/form.ui share/qt4/examples/designer/worldtimeclockbuilder/main.cpp share/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder -share/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.debug +%%DEBUG%%share/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.debug share/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro share/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc share/qt4/examples/designer/worldtimeclockplugin/worldtimeclock.cpp share/qt4/examples/designer/worldtimeclockplugin/worldtimeclock.h share/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.cpp share/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h share/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro share/qt4/examples/desktop/README share/qt4/examples/desktop/desktop.pro share/qt4/examples/desktop/screenshot/main.cpp share/qt4/examples/desktop/screenshot/screenshot share/qt4/examples/desktop/screenshot/screenshot.cpp -share/qt4/examples/desktop/screenshot/screenshot.debug +%%DEBUG%%share/qt4/examples/desktop/screenshot/screenshot.debug share/qt4/examples/desktop/screenshot/screenshot.h share/qt4/examples/desktop/screenshot/screenshot.pro share/qt4/examples/desktop/systray/main.cpp share/qt4/examples/desktop/systray/systray -share/qt4/examples/desktop/systray/systray.debug +%%DEBUG%%share/qt4/examples/desktop/systray/systray.debug share/qt4/examples/desktop/systray/systray.pro share/qt4/examples/desktop/systray/systray.qrc share/qt4/examples/desktop/systray/window.cpp share/qt4/examples/desktop/systray/window.h share/qt4/examples/dialogs/README share/qt4/examples/dialogs/classwizard/classwizard share/qt4/examples/dialogs/classwizard/classwizard.cpp -share/qt4/examples/dialogs/classwizard/classwizard.debug +%%DEBUG%%share/qt4/examples/dialogs/classwizard/classwizard.debug share/qt4/examples/dialogs/classwizard/classwizard.h share/qt4/examples/dialogs/classwizard/classwizard.pro share/qt4/examples/dialogs/classwizard/main.cpp share/qt4/examples/dialogs/configdialog/configdialog share/qt4/examples/dialogs/configdialog/configdialog.cpp -share/qt4/examples/dialogs/configdialog/configdialog.debug +%%DEBUG%%share/qt4/examples/dialogs/configdialog/configdialog.debug share/qt4/examples/dialogs/configdialog/configdialog.h share/qt4/examples/dialogs/configdialog/configdialog.pro share/qt4/examples/dialogs/configdialog/configdialog.qrc share/qt4/examples/dialogs/configdialog/images/config.png share/qt4/examples/dialogs/configdialog/images/query.png share/qt4/examples/dialogs/configdialog/images/update.png share/qt4/examples/dialogs/configdialog/main.cpp share/qt4/examples/dialogs/configdialog/pages.cpp share/qt4/examples/dialogs/configdialog/pages.h share/qt4/examples/dialogs/dialogs.pro share/qt4/examples/dialogs/extension/extension -share/qt4/examples/dialogs/extension/extension.debug +%%DEBUG%%share/qt4/examples/dialogs/extension/extension.debug share/qt4/examples/dialogs/extension/extension.pro share/qt4/examples/dialogs/extension/finddialog.cpp share/qt4/examples/dialogs/extension/finddialog.h share/qt4/examples/dialogs/extension/main.cpp share/qt4/examples/dialogs/findfiles/findfiles -share/qt4/examples/dialogs/findfiles/findfiles.debug +%%DEBUG%%share/qt4/examples/dialogs/findfiles/findfiles.debug share/qt4/examples/dialogs/findfiles/findfiles.pro share/qt4/examples/dialogs/findfiles/main.cpp share/qt4/examples/dialogs/findfiles/window.cpp share/qt4/examples/dialogs/findfiles/window.h share/qt4/examples/dialogs/licensewizard/licensewizard share/qt4/examples/dialogs/licensewizard/licensewizard.cpp -share/qt4/examples/dialogs/licensewizard/licensewizard.debug +%%DEBUG%%share/qt4/examples/dialogs/licensewizard/licensewizard.debug share/qt4/examples/dialogs/licensewizard/licensewizard.h share/qt4/examples/dialogs/licensewizard/licensewizard.pro share/qt4/examples/dialogs/licensewizard/main.cpp share/qt4/examples/dialogs/standarddialogs/dialog.cpp share/qt4/examples/dialogs/standarddialogs/dialog.h share/qt4/examples/dialogs/standarddialogs/main.cpp share/qt4/examples/dialogs/standarddialogs/standarddialogs -share/qt4/examples/dialogs/standarddialogs/standarddialogs.debug +%%DEBUG%%share/qt4/examples/dialogs/standarddialogs/standarddialogs.debug share/qt4/examples/dialogs/standarddialogs/standarddialogs.pro share/qt4/examples/dialogs/tabdialog/main.cpp share/qt4/examples/dialogs/tabdialog/tabdialog share/qt4/examples/dialogs/tabdialog/tabdialog.cpp -share/qt4/examples/dialogs/tabdialog/tabdialog.debug +%%DEBUG%%share/qt4/examples/dialogs/tabdialog/tabdialog.debug share/qt4/examples/dialogs/tabdialog/tabdialog.h share/qt4/examples/dialogs/tabdialog/tabdialog.pro share/qt4/examples/dialogs/trivialwizard/trivialwizard share/qt4/examples/dialogs/trivialwizard/trivialwizard.cpp -share/qt4/examples/dialogs/trivialwizard/trivialwizard.debug +%%DEBUG%%share/qt4/examples/dialogs/trivialwizard/trivialwizard.debug share/qt4/examples/dialogs/trivialwizard/trivialwizard.pro share/qt4/examples/draganddrop/README share/qt4/examples/draganddrop/draganddrop.pro share/qt4/examples/draganddrop/draggableicons/draggableicons -share/qt4/examples/draganddrop/draggableicons/draggableicons.debug +%%DEBUG%%share/qt4/examples/draganddrop/draggableicons/draggableicons.debug share/qt4/examples/draganddrop/draggableicons/draggableicons.pro share/qt4/examples/draganddrop/draggableicons/draggableicons.qrc share/qt4/examples/draganddrop/draggableicons/dragwidget.cpp share/qt4/examples/draganddrop/draggableicons/dragwidget.h share/qt4/examples/draganddrop/draggableicons/images/boat.png share/qt4/examples/draganddrop/draggableicons/images/car.png share/qt4/examples/draganddrop/draggableicons/images/house.png share/qt4/examples/draganddrop/draggableicons/main.cpp share/qt4/examples/draganddrop/draggabletext/draggabletext -share/qt4/examples/draganddrop/draggabletext/draggabletext.debug +%%DEBUG%%share/qt4/examples/draganddrop/draggabletext/draggabletext.debug share/qt4/examples/draganddrop/draggabletext/draggabletext.pro share/qt4/examples/draganddrop/draggabletext/draggabletext.qrc share/qt4/examples/draganddrop/draggabletext/draglabel.cpp share/qt4/examples/draganddrop/draggabletext/draglabel.h share/qt4/examples/draganddrop/draggabletext/dragwidget.cpp share/qt4/examples/draganddrop/draggabletext/dragwidget.h share/qt4/examples/draganddrop/draggabletext/main.cpp share/qt4/examples/draganddrop/draggabletext/words.txt share/qt4/examples/draganddrop/dropsite/droparea.cpp share/qt4/examples/draganddrop/dropsite/droparea.h share/qt4/examples/draganddrop/dropsite/dropsite -share/qt4/examples/draganddrop/dropsite/dropsite.debug +%%DEBUG%%share/qt4/examples/draganddrop/dropsite/dropsite.debug share/qt4/examples/draganddrop/dropsite/dropsite.pro share/qt4/examples/draganddrop/dropsite/dropsitewindow.cpp share/qt4/examples/draganddrop/dropsite/dropsitewindow.h share/qt4/examples/draganddrop/dropsite/main.cpp share/qt4/examples/draganddrop/fridgemagnets/draglabel.cpp share/qt4/examples/draganddrop/fridgemagnets/draglabel.h share/qt4/examples/draganddrop/fridgemagnets/dragwidget.cpp share/qt4/examples/draganddrop/fridgemagnets/dragwidget.h share/qt4/examples/draganddrop/fridgemagnets/fridgemagnets -share/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.debug +%%DEBUG%%share/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.debug share/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.pro share/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.qrc share/qt4/examples/draganddrop/fridgemagnets/main.cpp share/qt4/examples/draganddrop/fridgemagnets/words.txt share/qt4/examples/draganddrop/puzzle/example.jpg share/qt4/examples/draganddrop/puzzle/main.cpp share/qt4/examples/draganddrop/puzzle/mainwindow.cpp share/qt4/examples/draganddrop/puzzle/mainwindow.h share/qt4/examples/draganddrop/puzzle/pieceslist.cpp share/qt4/examples/draganddrop/puzzle/pieceslist.h share/qt4/examples/draganddrop/puzzle/puzzle -share/qt4/examples/draganddrop/puzzle/puzzle.debug +%%DEBUG%%share/qt4/examples/draganddrop/puzzle/puzzle.debug share/qt4/examples/draganddrop/puzzle/puzzle.pro share/qt4/examples/draganddrop/puzzle/puzzle.qrc share/qt4/examples/draganddrop/puzzle/puzzlewidget.cpp share/qt4/examples/draganddrop/puzzle/puzzlewidget.h share/qt4/examples/examples.pro share/qt4/examples/graphicsview/README share/qt4/examples/graphicsview/collidingmice/collidingmice -share/qt4/examples/graphicsview/collidingmice/collidingmice.debug +%%DEBUG%%share/qt4/examples/graphicsview/collidingmice/collidingmice.debug share/qt4/examples/graphicsview/collidingmice/collidingmice.pro share/qt4/examples/graphicsview/collidingmice/images/cheese.jpg share/qt4/examples/graphicsview/collidingmice/main.cpp share/qt4/examples/graphicsview/collidingmice/mice.qrc share/qt4/examples/graphicsview/collidingmice/mouse.cpp share/qt4/examples/graphicsview/collidingmice/mouse.h share/qt4/examples/graphicsview/diagramscene/arrow.cpp share/qt4/examples/graphicsview/diagramscene/arrow.h share/qt4/examples/graphicsview/diagramscene/diagramitem.cpp share/qt4/examples/graphicsview/diagramscene/diagramitem.h share/qt4/examples/graphicsview/diagramscene/diagramscene share/qt4/examples/graphicsview/diagramscene/diagramscene.cpp -share/qt4/examples/graphicsview/diagramscene/diagramscene.debug +%%DEBUG%%share/qt4/examples/graphicsview/diagramscene/diagramscene.debug share/qt4/examples/graphicsview/diagramscene/diagramscene.h share/qt4/examples/graphicsview/diagramscene/diagramscene.pro share/qt4/examples/graphicsview/diagramscene/diagramscene.qrc share/qt4/examples/graphicsview/diagramscene/diagramtextitem.cpp share/qt4/examples/graphicsview/diagramscene/diagramtextitem.h share/qt4/examples/graphicsview/diagramscene/images/background1.png share/qt4/examples/graphicsview/diagramscene/images/background2.png share/qt4/examples/graphicsview/diagramscene/images/background3.png share/qt4/examples/graphicsview/diagramscene/images/background4.png share/qt4/examples/graphicsview/diagramscene/images/bold.png share/qt4/examples/graphicsview/diagramscene/images/bringtofront.png share/qt4/examples/graphicsview/diagramscene/images/delete.png share/qt4/examples/graphicsview/diagramscene/images/floodfill.png share/qt4/examples/graphicsview/diagramscene/images/italic.png share/qt4/examples/graphicsview/diagramscene/images/linecolor.png share/qt4/examples/graphicsview/diagramscene/images/linepointer.png share/qt4/examples/graphicsview/diagramscene/images/pointer.png share/qt4/examples/graphicsview/diagramscene/images/sendtoback.png share/qt4/examples/graphicsview/diagramscene/images/textpointer.png share/qt4/examples/graphicsview/diagramscene/images/underline.png share/qt4/examples/graphicsview/diagramscene/main.cpp share/qt4/examples/graphicsview/diagramscene/mainwindow.cpp share/qt4/examples/graphicsview/diagramscene/mainwindow.h share/qt4/examples/graphicsview/dragdroprobot/coloritem.cpp share/qt4/examples/graphicsview/dragdroprobot/coloritem.h share/qt4/examples/graphicsview/dragdroprobot/dragdroprobot -share/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.debug +%%DEBUG%%share/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.debug share/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.pro share/qt4/examples/graphicsview/dragdroprobot/images/head.png share/qt4/examples/graphicsview/dragdroprobot/main.cpp share/qt4/examples/graphicsview/dragdroprobot/robot.cpp share/qt4/examples/graphicsview/dragdroprobot/robot.h share/qt4/examples/graphicsview/dragdroprobot/robot.qrc share/qt4/examples/graphicsview/elasticnodes/edge.cpp share/qt4/examples/graphicsview/elasticnodes/edge.h share/qt4/examples/graphicsview/elasticnodes/elasticnodes -share/qt4/examples/graphicsview/elasticnodes/elasticnodes.debug +%%DEBUG%%share/qt4/examples/graphicsview/elasticnodes/elasticnodes.debug share/qt4/examples/graphicsview/elasticnodes/elasticnodes.pro share/qt4/examples/graphicsview/elasticnodes/graphwidget.cpp share/qt4/examples/graphicsview/elasticnodes/graphwidget.h share/qt4/examples/graphicsview/elasticnodes/main.cpp share/qt4/examples/graphicsview/elasticnodes/node.cpp share/qt4/examples/graphicsview/elasticnodes/node.h share/qt4/examples/graphicsview/graphicsview.pro share/qt4/examples/graphicsview/portedasteroids/animateditem.cpp share/qt4/examples/graphicsview/portedasteroids/animateditem.h share/qt4/examples/graphicsview/portedasteroids/bg.png share/qt4/examples/graphicsview/portedasteroids/ledmeter.cpp share/qt4/examples/graphicsview/portedasteroids/ledmeter.h share/qt4/examples/graphicsview/portedasteroids/main.cpp share/qt4/examples/graphicsview/portedasteroids/portedasteroids -share/qt4/examples/graphicsview/portedasteroids/portedasteroids.debug +%%DEBUG%%share/qt4/examples/graphicsview/portedasteroids/portedasteroids.debug share/qt4/examples/graphicsview/portedasteroids/portedasteroids.pro share/qt4/examples/graphicsview/portedasteroids/portedasteroids.qrc share/qt4/examples/graphicsview/portedasteroids/sounds/Explosion.wav share/qt4/examples/graphicsview/portedasteroids/sprites.h share/qt4/examples/graphicsview/portedasteroids/sprites/.pbm share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits.ini share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits.pov share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0000.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0001.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0002.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0003.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0004.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0005.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0006.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0007.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0008.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0009.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0010.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0011.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0012.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0013.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0014.png share/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0015.png share/qt4/examples/graphicsview/portedasteroids/sprites/exhaust/exhaust.png share/qt4/examples/graphicsview/portedasteroids/sprites/missile/missile.png share/qt4/examples/graphicsview/portedasteroids/sprites/powerups/brake.png share/qt4/examples/graphicsview/portedasteroids/sprites/powerups/energy.png share/qt4/examples/graphicsview/portedasteroids/sprites/powerups/shield.png share/qt4/examples/graphicsview/portedasteroids/sprites/powerups/shoot.png share/qt4/examples/graphicsview/portedasteroids/sprites/powerups/teleport.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock1.ini share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock1.pov share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10000.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10001.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10002.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10003.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10004.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10005.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10006.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10007.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10008.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10009.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10010.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10011.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10012.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10013.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10014.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10015.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10016.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10017.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10018.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10019.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10020.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10021.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10022.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10023.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10024.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10025.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10026.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10027.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10028.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10029.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10030.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10031.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock2.ini share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock2.pov share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20000.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20001.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20002.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20003.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20004.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20005.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20006.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20007.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20008.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20009.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20010.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20011.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20012.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20013.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20014.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20015.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20016.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20017.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20018.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20019.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20020.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20021.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20022.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20023.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20024.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20025.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20026.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20027.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20028.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20029.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20030.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20031.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock3.ini share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock3.pov share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30000.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30001.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30002.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30003.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30004.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30005.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30006.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30007.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30008.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30009.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30010.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30011.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30012.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30013.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30014.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30015.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30016.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30017.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30018.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30019.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30020.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30021.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30022.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30023.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30024.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30025.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30026.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30027.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30028.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30029.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30030.png share/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30031.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0000.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0001.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0002.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0003.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0004.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0005.png share/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0006.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship.ini share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship.pov share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0000.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0001.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0002.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0003.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0004.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0005.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0006.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0007.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0008.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0009.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0010.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0011.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0012.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0013.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0014.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0015.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0016.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0017.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0018.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0019.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0020.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0021.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0022.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0023.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0024.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0025.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0026.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0027.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0028.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0029.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0030.png share/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0031.png share/qt4/examples/graphicsview/portedasteroids/toplevel.cpp share/qt4/examples/graphicsview/portedasteroids/toplevel.h share/qt4/examples/graphicsview/portedasteroids/view.cpp share/qt4/examples/graphicsview/portedasteroids/view.h share/qt4/examples/graphicsview/portedcanvas/butterfly.png share/qt4/examples/graphicsview/portedcanvas/canvas.cpp share/qt4/examples/graphicsview/portedcanvas/canvas.h share/qt4/examples/graphicsview/portedcanvas/main.cpp share/qt4/examples/graphicsview/portedcanvas/portedcanvas -share/qt4/examples/graphicsview/portedcanvas/portedcanvas.debug +%%DEBUG%%share/qt4/examples/graphicsview/portedcanvas/portedcanvas.debug share/qt4/examples/graphicsview/portedcanvas/portedcanvas.pro share/qt4/examples/graphicsview/portedcanvas/portedcanvas.qrc share/qt4/examples/graphicsview/portedcanvas/qt-trans.xpm share/qt4/examples/graphicsview/portedcanvas/qtlogo.png share/qt4/examples/itemviews/README share/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel -share/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.debug +%%DEBUG%%share/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.debug share/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro share/qt4/examples/itemviews/basicsortfiltermodel/main.cpp share/qt4/examples/itemviews/basicsortfiltermodel/window.cpp share/qt4/examples/itemviews/basicsortfiltermodel/window.h share/qt4/examples/itemviews/chart/chart -share/qt4/examples/itemviews/chart/chart.debug +%%DEBUG%%share/qt4/examples/itemviews/chart/chart.debug share/qt4/examples/itemviews/chart/chart.pro share/qt4/examples/itemviews/chart/chart.qrc share/qt4/examples/itemviews/chart/main.cpp share/qt4/examples/itemviews/chart/mainwindow.cpp share/qt4/examples/itemviews/chart/mainwindow.h share/qt4/examples/itemviews/chart/mydata.cht share/qt4/examples/itemviews/chart/pieview.cpp share/qt4/examples/itemviews/chart/pieview.h share/qt4/examples/itemviews/chart/qtdata.cht share/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory -share/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.debug +%%DEBUG%%share/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.debug share/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.pro share/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.cpp share/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.h share/qt4/examples/itemviews/coloreditorfactory/main.cpp share/qt4/examples/itemviews/coloreditorfactory/window.cpp share/qt4/examples/itemviews/coloreditorfactory/window.h share/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel -share/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.debug +%%DEBUG%%share/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.debug share/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro share/qt4/examples/itemviews/customsortfiltermodel/main.cpp share/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp share/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h share/qt4/examples/itemviews/customsortfiltermodel/window.cpp share/qt4/examples/itemviews/customsortfiltermodel/window.h share/qt4/examples/itemviews/dirview/dirview -share/qt4/examples/itemviews/dirview/dirview.debug +%%DEBUG%%share/qt4/examples/itemviews/dirview/dirview.debug share/qt4/examples/itemviews/dirview/dirview.pro share/qt4/examples/itemviews/dirview/main.cpp share/qt4/examples/itemviews/itemviews.pro share/qt4/examples/itemviews/pixelator/imagemodel.cpp share/qt4/examples/itemviews/pixelator/imagemodel.h share/qt4/examples/itemviews/pixelator/images.qrc share/qt4/examples/itemviews/pixelator/images/qt.png share/qt4/examples/itemviews/pixelator/main.cpp share/qt4/examples/itemviews/pixelator/mainwindow.cpp share/qt4/examples/itemviews/pixelator/mainwindow.h share/qt4/examples/itemviews/pixelator/pixelator -share/qt4/examples/itemviews/pixelator/pixelator.debug +%%DEBUG%%share/qt4/examples/itemviews/pixelator/pixelator.debug share/qt4/examples/itemviews/pixelator/pixelator.pro share/qt4/examples/itemviews/pixelator/pixeldelegate.cpp share/qt4/examples/itemviews/pixelator/pixeldelegate.h share/qt4/examples/itemviews/puzzle/example.jpg share/qt4/examples/itemviews/puzzle/main.cpp share/qt4/examples/itemviews/puzzle/mainwindow.cpp share/qt4/examples/itemviews/puzzle/mainwindow.h share/qt4/examples/itemviews/puzzle/piecesmodel.cpp share/qt4/examples/itemviews/puzzle/piecesmodel.h share/qt4/examples/itemviews/puzzle/puzzle -share/qt4/examples/itemviews/puzzle/puzzle.debug +%%DEBUG%%share/qt4/examples/itemviews/puzzle/puzzle.debug share/qt4/examples/itemviews/puzzle/puzzle.pro share/qt4/examples/itemviews/puzzle/puzzle.qrc share/qt4/examples/itemviews/puzzle/puzzlewidget.cpp share/qt4/examples/itemviews/puzzle/puzzlewidget.h share/qt4/examples/itemviews/simpledommodel/domitem.cpp share/qt4/examples/itemviews/simpledommodel/domitem.h share/qt4/examples/itemviews/simpledommodel/dommodel.cpp share/qt4/examples/itemviews/simpledommodel/dommodel.h share/qt4/examples/itemviews/simpledommodel/main.cpp share/qt4/examples/itemviews/simpledommodel/mainwindow.cpp share/qt4/examples/itemviews/simpledommodel/mainwindow.h share/qt4/examples/itemviews/simpledommodel/simpledommodel -share/qt4/examples/itemviews/simpledommodel/simpledommodel.debug +%%DEBUG%%share/qt4/examples/itemviews/simpledommodel/simpledommodel.debug share/qt4/examples/itemviews/simpledommodel/simpledommodel.pro share/qt4/examples/itemviews/simpletreemodel/default.txt share/qt4/examples/itemviews/simpletreemodel/main.cpp share/qt4/examples/itemviews/simpletreemodel/simpletreemodel -share/qt4/examples/itemviews/simpletreemodel/simpletreemodel.debug +%%DEBUG%%share/qt4/examples/itemviews/simpletreemodel/simpletreemodel.debug share/qt4/examples/itemviews/simpletreemodel/simpletreemodel.pro share/qt4/examples/itemviews/simpletreemodel/simpletreemodel.qrc share/qt4/examples/itemviews/simpletreemodel/treeitem.cpp share/qt4/examples/itemviews/simpletreemodel/treeitem.h share/qt4/examples/itemviews/simpletreemodel/treemodel.cpp share/qt4/examples/itemviews/simpletreemodel/treemodel.h share/qt4/examples/itemviews/simplewidgetmapper/main.cpp share/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper -share/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.debug +%%DEBUG%%share/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.debug share/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro share/qt4/examples/itemviews/simplewidgetmapper/window.cpp share/qt4/examples/itemviews/simplewidgetmapper/window.h share/qt4/examples/itemviews/spinboxdelegate/delegate.cpp share/qt4/examples/itemviews/spinboxdelegate/delegate.h share/qt4/examples/itemviews/spinboxdelegate/main.cpp share/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate -share/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.debug +%%DEBUG%%share/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.debug share/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.pro share/qt4/examples/itemviews/stardelegate/main.cpp share/qt4/examples/itemviews/stardelegate/stardelegate share/qt4/examples/itemviews/stardelegate/stardelegate.cpp -share/qt4/examples/itemviews/stardelegate/stardelegate.debug +%%DEBUG%%share/qt4/examples/itemviews/stardelegate/stardelegate.debug share/qt4/examples/itemviews/stardelegate/stardelegate.h share/qt4/examples/itemviews/stardelegate/stardelegate.pro share/qt4/examples/itemviews/stardelegate/stareditor.cpp share/qt4/examples/itemviews/stardelegate/stareditor.h share/qt4/examples/itemviews/stardelegate/starrating.cpp share/qt4/examples/itemviews/stardelegate/starrating.h share/qt4/examples/layouts/README share/qt4/examples/layouts/basiclayouts/basiclayouts -share/qt4/examples/layouts/basiclayouts/basiclayouts.debug +%%DEBUG%%share/qt4/examples/layouts/basiclayouts/basiclayouts.debug share/qt4/examples/layouts/basiclayouts/basiclayouts.pro share/qt4/examples/layouts/basiclayouts/dialog.cpp share/qt4/examples/layouts/basiclayouts/dialog.h share/qt4/examples/layouts/basiclayouts/main.cpp share/qt4/examples/layouts/borderlayout/borderlayout share/qt4/examples/layouts/borderlayout/borderlayout.cpp -share/qt4/examples/layouts/borderlayout/borderlayout.debug +%%DEBUG%%share/qt4/examples/layouts/borderlayout/borderlayout.debug share/qt4/examples/layouts/borderlayout/borderlayout.h share/qt4/examples/layouts/borderlayout/borderlayout.pro share/qt4/examples/layouts/borderlayout/main.cpp share/qt4/examples/layouts/borderlayout/window.cpp share/qt4/examples/layouts/borderlayout/window.h share/qt4/examples/layouts/dynamiclayouts/dialog.cpp share/qt4/examples/layouts/dynamiclayouts/dialog.h share/qt4/examples/layouts/dynamiclayouts/dynamiclayouts -share/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.debug +%%DEBUG%%share/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.debug share/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.pro share/qt4/examples/layouts/dynamiclayouts/main.cpp share/qt4/examples/layouts/flowlayout/flowlayout share/qt4/examples/layouts/flowlayout/flowlayout.cpp -share/qt4/examples/layouts/flowlayout/flowlayout.debug +%%DEBUG%%share/qt4/examples/layouts/flowlayout/flowlayout.debug share/qt4/examples/layouts/flowlayout/flowlayout.h share/qt4/examples/layouts/flowlayout/flowlayout.pro share/qt4/examples/layouts/flowlayout/main.cpp share/qt4/examples/layouts/flowlayout/window.cpp share/qt4/examples/layouts/flowlayout/window.h share/qt4/examples/layouts/layouts.pro share/qt4/examples/linguist/README share/qt4/examples/linguist/arrowpad/arrowpad share/qt4/examples/linguist/arrowpad/arrowpad.cpp -share/qt4/examples/linguist/arrowpad/arrowpad.debug +%%DEBUG%%share/qt4/examples/linguist/arrowpad/arrowpad.debug share/qt4/examples/linguist/arrowpad/arrowpad.h share/qt4/examples/linguist/arrowpad/arrowpad.pro share/qt4/examples/linguist/arrowpad/main.cpp share/qt4/examples/linguist/arrowpad/mainwindow.cpp share/qt4/examples/linguist/arrowpad/mainwindow.h share/qt4/examples/linguist/hellotr/hellotr -share/qt4/examples/linguist/hellotr/hellotr.debug +%%DEBUG%%share/qt4/examples/linguist/hellotr/hellotr.debug share/qt4/examples/linguist/hellotr/hellotr.pro share/qt4/examples/linguist/hellotr/main.cpp share/qt4/examples/linguist/linguist.pro share/qt4/examples/linguist/trollprint/main.cpp share/qt4/examples/linguist/trollprint/mainwindow.cpp share/qt4/examples/linguist/trollprint/mainwindow.h share/qt4/examples/linguist/trollprint/printpanel.cpp share/qt4/examples/linguist/trollprint/printpanel.h share/qt4/examples/linguist/trollprint/trollprint -share/qt4/examples/linguist/trollprint/trollprint.debug +%%DEBUG%%share/qt4/examples/linguist/trollprint/trollprint.debug share/qt4/examples/linguist/trollprint/trollprint.pro share/qt4/examples/linguist/trollprint/trollprint_pt.ts share/qt4/examples/mainwindows/README share/qt4/examples/mainwindows/application/application -share/qt4/examples/mainwindows/application/application.debug +%%DEBUG%%share/qt4/examples/mainwindows/application/application.debug share/qt4/examples/mainwindows/application/application.pro share/qt4/examples/mainwindows/application/application.qrc share/qt4/examples/mainwindows/application/images/copy.png share/qt4/examples/mainwindows/application/images/cut.png share/qt4/examples/mainwindows/application/images/new.png share/qt4/examples/mainwindows/application/images/open.png share/qt4/examples/mainwindows/application/images/paste.png share/qt4/examples/mainwindows/application/images/save.png share/qt4/examples/mainwindows/application/main.cpp share/qt4/examples/mainwindows/application/mainwindow.cpp share/qt4/examples/mainwindows/application/mainwindow.h share/qt4/examples/mainwindows/dockwidgets/dockwidgets -share/qt4/examples/mainwindows/dockwidgets/dockwidgets.debug +%%DEBUG%%share/qt4/examples/mainwindows/dockwidgets/dockwidgets.debug share/qt4/examples/mainwindows/dockwidgets/dockwidgets.pro share/qt4/examples/mainwindows/dockwidgets/dockwidgets.qrc share/qt4/examples/mainwindows/dockwidgets/images/new.png share/qt4/examples/mainwindows/dockwidgets/images/print.png share/qt4/examples/mainwindows/dockwidgets/images/save.png share/qt4/examples/mainwindows/dockwidgets/images/undo.png share/qt4/examples/mainwindows/dockwidgets/main.cpp share/qt4/examples/mainwindows/dockwidgets/mainwindow.cpp share/qt4/examples/mainwindows/dockwidgets/mainwindow.h share/qt4/examples/mainwindows/mainwindows.pro share/qt4/examples/mainwindows/mdi/images/copy.png share/qt4/examples/mainwindows/mdi/images/cut.png share/qt4/examples/mainwindows/mdi/images/new.png share/qt4/examples/mainwindows/mdi/images/open.png share/qt4/examples/mainwindows/mdi/images/paste.png share/qt4/examples/mainwindows/mdi/images/save.png share/qt4/examples/mainwindows/mdi/main.cpp share/qt4/examples/mainwindows/mdi/mainwindow.cpp share/qt4/examples/mainwindows/mdi/mainwindow.h share/qt4/examples/mainwindows/mdi/mdi -share/qt4/examples/mainwindows/mdi/mdi.debug +%%DEBUG%%share/qt4/examples/mainwindows/mdi/mdi.debug share/qt4/examples/mainwindows/mdi/mdi.pro share/qt4/examples/mainwindows/mdi/mdi.qrc share/qt4/examples/mainwindows/mdi/mdichild.cpp share/qt4/examples/mainwindows/mdi/mdichild.h share/qt4/examples/mainwindows/menus/main.cpp share/qt4/examples/mainwindows/menus/mainwindow.cpp share/qt4/examples/mainwindows/menus/mainwindow.h share/qt4/examples/mainwindows/menus/menus -share/qt4/examples/mainwindows/menus/menus.debug +%%DEBUG%%share/qt4/examples/mainwindows/menus/menus.debug share/qt4/examples/mainwindows/menus/menus.pro share/qt4/examples/mainwindows/recentfiles/main.cpp share/qt4/examples/mainwindows/recentfiles/mainwindow.cpp share/qt4/examples/mainwindows/recentfiles/mainwindow.h share/qt4/examples/mainwindows/recentfiles/recentfiles -share/qt4/examples/mainwindows/recentfiles/recentfiles.debug +%%DEBUG%%share/qt4/examples/mainwindows/recentfiles/recentfiles.debug share/qt4/examples/mainwindows/recentfiles/recentfiles.pro share/qt4/examples/mainwindows/sdi/images/copy.png share/qt4/examples/mainwindows/sdi/images/cut.png share/qt4/examples/mainwindows/sdi/images/new.png share/qt4/examples/mainwindows/sdi/images/open.png share/qt4/examples/mainwindows/sdi/images/paste.png share/qt4/examples/mainwindows/sdi/images/save.png share/qt4/examples/mainwindows/sdi/main.cpp share/qt4/examples/mainwindows/sdi/mainwindow.cpp share/qt4/examples/mainwindows/sdi/mainwindow.h share/qt4/examples/mainwindows/sdi/sdi -share/qt4/examples/mainwindows/sdi/sdi.debug +%%DEBUG%%share/qt4/examples/mainwindows/sdi/sdi.debug share/qt4/examples/mainwindows/sdi/sdi.pro share/qt4/examples/mainwindows/sdi/sdi.qrc share/qt4/examples/network/README share/qt4/examples/network/blockingfortuneclient/blockingclient.cpp share/qt4/examples/network/blockingfortuneclient/blockingclient.h share/qt4/examples/network/blockingfortuneclient/blockingfortuneclient -share/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.debug +%%DEBUG%%share/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.debug share/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.pro share/qt4/examples/network/blockingfortuneclient/fortunethread.cpp share/qt4/examples/network/blockingfortuneclient/fortunethread.h share/qt4/examples/network/blockingfortuneclient/main.cpp share/qt4/examples/network/broadcastreceiver/broadcastreceiver -share/qt4/examples/network/broadcastreceiver/broadcastreceiver.debug +%%DEBUG%%share/qt4/examples/network/broadcastreceiver/broadcastreceiver.debug share/qt4/examples/network/broadcastreceiver/broadcastreceiver.pro share/qt4/examples/network/broadcastreceiver/main.cpp share/qt4/examples/network/broadcastreceiver/receiver.cpp share/qt4/examples/network/broadcastreceiver/receiver.h share/qt4/examples/network/broadcastsender/broadcastsender -share/qt4/examples/network/broadcastsender/broadcastsender.debug +%%DEBUG%%share/qt4/examples/network/broadcastsender/broadcastsender.debug share/qt4/examples/network/broadcastsender/broadcastsender.pro share/qt4/examples/network/broadcastsender/main.cpp share/qt4/examples/network/broadcastsender/sender.cpp share/qt4/examples/network/broadcastsender/sender.h share/qt4/examples/network/chat/chat -share/qt4/examples/network/chat/chat.debug +%%DEBUG%%share/qt4/examples/network/chat/chat.debug share/qt4/examples/network/chat/chat.pro share/qt4/examples/network/chat/chatdialog.cpp share/qt4/examples/network/chat/chatdialog.h share/qt4/examples/network/chat/chatdialog.ui share/qt4/examples/network/chat/client.cpp share/qt4/examples/network/chat/client.h share/qt4/examples/network/chat/connection.cpp share/qt4/examples/network/chat/connection.h share/qt4/examples/network/chat/main.cpp share/qt4/examples/network/chat/peermanager.cpp share/qt4/examples/network/chat/peermanager.h share/qt4/examples/network/chat/server.cpp share/qt4/examples/network/chat/server.h share/qt4/examples/network/fortuneclient/client.cpp share/qt4/examples/network/fortuneclient/client.h share/qt4/examples/network/fortuneclient/fortuneclient -share/qt4/examples/network/fortuneclient/fortuneclient.debug +%%DEBUG%%share/qt4/examples/network/fortuneclient/fortuneclient.debug share/qt4/examples/network/fortuneclient/fortuneclient.pro share/qt4/examples/network/fortuneclient/main.cpp share/qt4/examples/network/fortuneserver/fortuneserver -share/qt4/examples/network/fortuneserver/fortuneserver.debug +%%DEBUG%%share/qt4/examples/network/fortuneserver/fortuneserver.debug share/qt4/examples/network/fortuneserver/fortuneserver.pro share/qt4/examples/network/fortuneserver/main.cpp share/qt4/examples/network/fortuneserver/server.cpp share/qt4/examples/network/fortuneserver/server.h share/qt4/examples/network/ftp/ftp -share/qt4/examples/network/ftp/ftp.debug +%%DEBUG%%share/qt4/examples/network/ftp/ftp.debug share/qt4/examples/network/ftp/ftp.pro share/qt4/examples/network/ftp/ftp.qrc share/qt4/examples/network/ftp/ftpwindow.cpp share/qt4/examples/network/ftp/ftpwindow.h share/qt4/examples/network/ftp/images/cdtoparent.png share/qt4/examples/network/ftp/images/dir.png share/qt4/examples/network/ftp/images/file.png share/qt4/examples/network/ftp/main.cpp share/qt4/examples/network/http/authenticationdialog.ui share/qt4/examples/network/http/http -share/qt4/examples/network/http/http.debug +%%DEBUG%%share/qt4/examples/network/http/http.debug share/qt4/examples/network/http/http.pro share/qt4/examples/network/http/httpwindow.cpp share/qt4/examples/network/http/httpwindow.h share/qt4/examples/network/http/main.cpp share/qt4/examples/network/loopback/dialog.cpp share/qt4/examples/network/loopback/dialog.h share/qt4/examples/network/loopback/loopback -share/qt4/examples/network/loopback/loopback.debug +%%DEBUG%%share/qt4/examples/network/loopback/loopback.debug share/qt4/examples/network/loopback/loopback.pro share/qt4/examples/network/loopback/main.cpp share/qt4/examples/network/network.pro share/qt4/examples/network/threadedfortuneserver/dialog.cpp share/qt4/examples/network/threadedfortuneserver/dialog.h share/qt4/examples/network/threadedfortuneserver/fortuneserver.cpp share/qt4/examples/network/threadedfortuneserver/fortuneserver.h share/qt4/examples/network/threadedfortuneserver/fortunethread.cpp share/qt4/examples/network/threadedfortuneserver/fortunethread.h share/qt4/examples/network/threadedfortuneserver/main.cpp share/qt4/examples/network/threadedfortuneserver/threadedfortuneserver -share/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.debug +%%DEBUG%%share/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.debug share/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.pro share/qt4/examples/network/torrent/3rdparty/sha1.c share/qt4/examples/network/torrent/3rdparty/sha1.h share/qt4/examples/network/torrent/addtorrentdialog.cpp share/qt4/examples/network/torrent/addtorrentdialog.h share/qt4/examples/network/torrent/bencodeparser.cpp share/qt4/examples/network/torrent/bencodeparser.h share/qt4/examples/network/torrent/connectionmanager.cpp share/qt4/examples/network/torrent/connectionmanager.h share/qt4/examples/network/torrent/filemanager.cpp share/qt4/examples/network/torrent/filemanager.h share/qt4/examples/network/torrent/forms/addtorrentform.ui share/qt4/examples/network/torrent/icons.qrc share/qt4/examples/network/torrent/icons/1downarrow.png share/qt4/examples/network/torrent/icons/1uparrow.png share/qt4/examples/network/torrent/icons/bottom.png share/qt4/examples/network/torrent/icons/edit_add.png share/qt4/examples/network/torrent/icons/edit_remove.png share/qt4/examples/network/torrent/icons/exit.png share/qt4/examples/network/torrent/icons/peertopeer.png share/qt4/examples/network/torrent/icons/player_pause.png share/qt4/examples/network/torrent/icons/player_play.png share/qt4/examples/network/torrent/icons/player_stop.png share/qt4/examples/network/torrent/icons/stop.png share/qt4/examples/network/torrent/main.cpp share/qt4/examples/network/torrent/mainwindow.cpp share/qt4/examples/network/torrent/mainwindow.h share/qt4/examples/network/torrent/metainfo.cpp share/qt4/examples/network/torrent/metainfo.h share/qt4/examples/network/torrent/peerwireclient.cpp share/qt4/examples/network/torrent/peerwireclient.h share/qt4/examples/network/torrent/ratecontroller.cpp share/qt4/examples/network/torrent/ratecontroller.h share/qt4/examples/network/torrent/torrent -share/qt4/examples/network/torrent/torrent.debug +%%DEBUG%%share/qt4/examples/network/torrent/torrent.debug share/qt4/examples/network/torrent/torrent.pro share/qt4/examples/network/torrent/torrentclient.cpp share/qt4/examples/network/torrent/torrentclient.h share/qt4/examples/network/torrent/torrentserver.cpp share/qt4/examples/network/torrent/torrentserver.h share/qt4/examples/network/torrent/trackerclient.cpp share/qt4/examples/network/torrent/trackerclient.h share/qt4/examples/opengl/2dpainting/2dpainting -share/qt4/examples/opengl/2dpainting/2dpainting.debug +%%DEBUG%%share/qt4/examples/opengl/2dpainting/2dpainting.debug share/qt4/examples/opengl/2dpainting/2dpainting.pro share/qt4/examples/opengl/2dpainting/glwidget.cpp share/qt4/examples/opengl/2dpainting/glwidget.h share/qt4/examples/opengl/2dpainting/helper.cpp share/qt4/examples/opengl/2dpainting/helper.h share/qt4/examples/opengl/2dpainting/main.cpp share/qt4/examples/opengl/2dpainting/widget.cpp share/qt4/examples/opengl/2dpainting/widget.h share/qt4/examples/opengl/2dpainting/window.cpp share/qt4/examples/opengl/2dpainting/window.h share/qt4/examples/opengl/README share/qt4/examples/opengl/framebufferobject/bubbles.svg share/qt4/examples/opengl/framebufferobject/framebufferobject -share/qt4/examples/opengl/framebufferobject/framebufferobject.debug +%%DEBUG%%share/qt4/examples/opengl/framebufferobject/framebufferobject.debug share/qt4/examples/opengl/framebufferobject/framebufferobject.pro share/qt4/examples/opengl/framebufferobject/framebufferobject.qrc share/qt4/examples/opengl/framebufferobject/glwidget.cpp share/qt4/examples/opengl/framebufferobject/glwidget.h share/qt4/examples/opengl/framebufferobject/main.cpp share/qt4/examples/opengl/framebufferobject/qt4-logo.png share/qt4/examples/opengl/framebufferobject2/cubelogo.png share/qt4/examples/opengl/framebufferobject2/framebufferobject2 -share/qt4/examples/opengl/framebufferobject2/framebufferobject2.debug +%%DEBUG%%share/qt4/examples/opengl/framebufferobject2/framebufferobject2.debug share/qt4/examples/opengl/framebufferobject2/framebufferobject2.pro share/qt4/examples/opengl/framebufferobject2/framebufferobject2.qrc share/qt4/examples/opengl/framebufferobject2/glwidget.cpp share/qt4/examples/opengl/framebufferobject2/glwidget.h share/qt4/examples/opengl/framebufferobject2/main.cpp share/qt4/examples/opengl/grabber/glwidget.cpp share/qt4/examples/opengl/grabber/glwidget.h share/qt4/examples/opengl/grabber/grabber -share/qt4/examples/opengl/grabber/grabber.debug +%%DEBUG%%share/qt4/examples/opengl/grabber/grabber.debug share/qt4/examples/opengl/grabber/grabber.pro share/qt4/examples/opengl/grabber/main.cpp share/qt4/examples/opengl/grabber/mainwindow.cpp share/qt4/examples/opengl/grabber/mainwindow.h share/qt4/examples/opengl/hellogl/glwidget.cpp share/qt4/examples/opengl/hellogl/glwidget.h share/qt4/examples/opengl/hellogl/hellogl -share/qt4/examples/opengl/hellogl/hellogl.debug +%%DEBUG%%share/qt4/examples/opengl/hellogl/hellogl.debug share/qt4/examples/opengl/hellogl/hellogl.pro share/qt4/examples/opengl/hellogl/main.cpp share/qt4/examples/opengl/hellogl/window.cpp share/qt4/examples/opengl/hellogl/window.h share/qt4/examples/opengl/opengl.pro share/qt4/examples/opengl/overpainting/bubble.cpp share/qt4/examples/opengl/overpainting/bubble.h share/qt4/examples/opengl/overpainting/glwidget.cpp share/qt4/examples/opengl/overpainting/glwidget.h share/qt4/examples/opengl/overpainting/main.cpp share/qt4/examples/opengl/overpainting/overpainting -share/qt4/examples/opengl/overpainting/overpainting.debug +%%DEBUG%%share/qt4/examples/opengl/overpainting/overpainting.debug share/qt4/examples/opengl/overpainting/overpainting.pro share/qt4/examples/opengl/pbuffers/cubelogo.png share/qt4/examples/opengl/pbuffers/glwidget.cpp share/qt4/examples/opengl/pbuffers/glwidget.h share/qt4/examples/opengl/pbuffers/main.cpp share/qt4/examples/opengl/pbuffers/pbuffers -share/qt4/examples/opengl/pbuffers/pbuffers.debug +%%DEBUG%%share/qt4/examples/opengl/pbuffers/pbuffers.debug share/qt4/examples/opengl/pbuffers/pbuffers.pro share/qt4/examples/opengl/pbuffers/pbuffers.qrc share/qt4/examples/opengl/pbuffers2/bubbles.svg share/qt4/examples/opengl/pbuffers2/glwidget.cpp share/qt4/examples/opengl/pbuffers2/glwidget.h share/qt4/examples/opengl/pbuffers2/main.cpp share/qt4/examples/opengl/pbuffers2/pbuffers2 -share/qt4/examples/opengl/pbuffers2/pbuffers2.debug +%%DEBUG%%share/qt4/examples/opengl/pbuffers2/pbuffers2.debug share/qt4/examples/opengl/pbuffers2/pbuffers2.pro share/qt4/examples/opengl/pbuffers2/pbuffers2.qrc share/qt4/examples/opengl/pbuffers2/qt4-logo.png share/qt4/examples/opengl/samplebuffers/glwidget.cpp share/qt4/examples/opengl/samplebuffers/glwidget.h share/qt4/examples/opengl/samplebuffers/main.cpp share/qt4/examples/opengl/samplebuffers/samplebuffers -share/qt4/examples/opengl/samplebuffers/samplebuffers.debug +%%DEBUG%%share/qt4/examples/opengl/samplebuffers/samplebuffers.debug share/qt4/examples/opengl/samplebuffers/samplebuffers.pro share/qt4/examples/opengl/textures/glwidget.cpp share/qt4/examples/opengl/textures/glwidget.h share/qt4/examples/opengl/textures/images/side1.png share/qt4/examples/opengl/textures/images/side2.png share/qt4/examples/opengl/textures/images/side3.png share/qt4/examples/opengl/textures/images/side4.png share/qt4/examples/opengl/textures/images/side5.png share/qt4/examples/opengl/textures/images/side6.png share/qt4/examples/opengl/textures/main.cpp share/qt4/examples/opengl/textures/textures -share/qt4/examples/opengl/textures/textures.debug +%%DEBUG%%share/qt4/examples/opengl/textures/textures.debug share/qt4/examples/opengl/textures/textures.pro share/qt4/examples/opengl/textures/textures.qrc share/qt4/examples/opengl/textures/window.cpp share/qt4/examples/opengl/textures/window.h share/qt4/examples/painting/README share/qt4/examples/painting/basicdrawing/basicdrawing -share/qt4/examples/painting/basicdrawing/basicdrawing.debug +%%DEBUG%%share/qt4/examples/painting/basicdrawing/basicdrawing.debug share/qt4/examples/painting/basicdrawing/basicdrawing.pro share/qt4/examples/painting/basicdrawing/basicdrawing.qrc share/qt4/examples/painting/basicdrawing/images/brick.png share/qt4/examples/painting/basicdrawing/images/qt-logo.png share/qt4/examples/painting/basicdrawing/main.cpp share/qt4/examples/painting/basicdrawing/renderarea.cpp share/qt4/examples/painting/basicdrawing/renderarea.h share/qt4/examples/painting/basicdrawing/window.cpp share/qt4/examples/painting/basicdrawing/window.h share/qt4/examples/painting/concentriccircles/circlewidget.cpp share/qt4/examples/painting/concentriccircles/circlewidget.h share/qt4/examples/painting/concentriccircles/concentriccircles -share/qt4/examples/painting/concentriccircles/concentriccircles.debug +%%DEBUG%%share/qt4/examples/painting/concentriccircles/concentriccircles.debug share/qt4/examples/painting/concentriccircles/concentriccircles.pro share/qt4/examples/painting/concentriccircles/main.cpp share/qt4/examples/painting/concentriccircles/window.cpp share/qt4/examples/painting/concentriccircles/window.h share/qt4/examples/painting/fontsampler/fontsampler -share/qt4/examples/painting/fontsampler/fontsampler.debug +%%DEBUG%%share/qt4/examples/painting/fontsampler/fontsampler.debug share/qt4/examples/painting/fontsampler/fontsampler.pro share/qt4/examples/painting/fontsampler/main.cpp share/qt4/examples/painting/fontsampler/mainwindow.cpp share/qt4/examples/painting/fontsampler/mainwindow.h share/qt4/examples/painting/fontsampler/mainwindowbase.ui share/qt4/examples/painting/fontsampler/previewdialog.cpp share/qt4/examples/painting/fontsampler/previewdialog.h share/qt4/examples/painting/fontsampler/previewdialogbase.ui share/qt4/examples/painting/fontsampler/previewlabel.cpp share/qt4/examples/painting/fontsampler/previewlabel.h share/qt4/examples/painting/imagecomposition/imagecomposer.cpp share/qt4/examples/painting/imagecomposition/imagecomposer.h share/qt4/examples/painting/imagecomposition/imagecomposition -share/qt4/examples/painting/imagecomposition/imagecomposition.debug +%%DEBUG%%share/qt4/examples/painting/imagecomposition/imagecomposition.debug share/qt4/examples/painting/imagecomposition/imagecomposition.pro share/qt4/examples/painting/imagecomposition/imagecomposition.qrc share/qt4/examples/painting/imagecomposition/images/background.png share/qt4/examples/painting/imagecomposition/images/blackrectangle.png share/qt4/examples/painting/imagecomposition/images/butterfly.png share/qt4/examples/painting/imagecomposition/images/checker.png share/qt4/examples/painting/imagecomposition/main.cpp share/qt4/examples/painting/painterpaths/main.cpp share/qt4/examples/painting/painterpaths/painterpaths -share/qt4/examples/painting/painterpaths/painterpaths.debug +%%DEBUG%%share/qt4/examples/painting/painterpaths/painterpaths.debug share/qt4/examples/painting/painterpaths/painterpaths.pro share/qt4/examples/painting/painterpaths/renderarea.cpp share/qt4/examples/painting/painterpaths/renderarea.h share/qt4/examples/painting/painterpaths/window.cpp share/qt4/examples/painting/painterpaths/window.h share/qt4/examples/painting/painting.pro share/qt4/examples/painting/svgviewer/files/bubbles.svg share/qt4/examples/painting/svgviewer/files/cubic.svg share/qt4/examples/painting/svgviewer/files/spheres.svg share/qt4/examples/painting/svgviewer/main.cpp share/qt4/examples/painting/svgviewer/mainwindow.cpp share/qt4/examples/painting/svgviewer/mainwindow.h share/qt4/examples/painting/svgviewer/svgview.cpp share/qt4/examples/painting/svgviewer/svgview.h share/qt4/examples/painting/svgviewer/svgviewer -share/qt4/examples/painting/svgviewer/svgviewer.debug +%%DEBUG%%share/qt4/examples/painting/svgviewer/svgviewer.debug share/qt4/examples/painting/svgviewer/svgviewer.pro share/qt4/examples/painting/svgviewer/svgviewer.qrc share/qt4/examples/painting/svgviewer/svgwindow.cpp share/qt4/examples/painting/svgviewer/svgwindow.h share/qt4/examples/painting/transformations/main.cpp share/qt4/examples/painting/transformations/renderarea.cpp share/qt4/examples/painting/transformations/renderarea.h share/qt4/examples/painting/transformations/transformations -share/qt4/examples/painting/transformations/transformations.debug +%%DEBUG%%share/qt4/examples/painting/transformations/transformations.debug share/qt4/examples/painting/transformations/transformations.pro share/qt4/examples/painting/transformations/window.cpp share/qt4/examples/painting/transformations/window.h share/qt4/examples/qdbus/chat/chat share/qt4/examples/qdbus/chat/chat.cpp -share/qt4/examples/qdbus/chat/chat.debug +%%DEBUG%%share/qt4/examples/qdbus/chat/chat.debug share/qt4/examples/qdbus/chat/chat.h share/qt4/examples/qdbus/chat/chat.pro share/qt4/examples/qdbus/chat/chat_adaptor.cpp share/qt4/examples/qdbus/chat/chat_adaptor.h share/qt4/examples/qdbus/chat/chat_interface.cpp share/qt4/examples/qdbus/chat/chat_interface.h share/qt4/examples/qdbus/chat/chatmainwindow.ui share/qt4/examples/qdbus/chat/chatsetnickname.ui share/qt4/examples/qdbus/chat/com.trolltech.chat.xml share/qt4/examples/qdbus/complexpingpong/complexping share/qt4/examples/qdbus/complexpingpong/complexping.cpp -share/qt4/examples/qdbus/complexpingpong/complexping.debug +%%DEBUG%%share/qt4/examples/qdbus/complexpingpong/complexping.debug share/qt4/examples/qdbus/complexpingpong/complexping.h share/qt4/examples/qdbus/complexpingpong/complexping.pro share/qt4/examples/qdbus/complexpingpong/complexpingpong.pro share/qt4/examples/qdbus/complexpingpong/complexpong share/qt4/examples/qdbus/complexpingpong/complexpong.cpp -share/qt4/examples/qdbus/complexpingpong/complexpong.debug +%%DEBUG%%share/qt4/examples/qdbus/complexpingpong/complexpong.debug share/qt4/examples/qdbus/complexpingpong/complexpong.h share/qt4/examples/qdbus/complexpingpong/complexpong.pro share/qt4/examples/qdbus/complexpingpong/ping-common.h share/qt4/examples/qdbus/listnames/listnames share/qt4/examples/qdbus/listnames/listnames.cpp -share/qt4/examples/qdbus/listnames/listnames.debug +%%DEBUG%%share/qt4/examples/qdbus/listnames/listnames.debug share/qt4/examples/qdbus/listnames/listnames.pro share/qt4/examples/qdbus/pingpong/ping share/qt4/examples/qdbus/pingpong/ping-common.h share/qt4/examples/qdbus/pingpong/ping.cpp -share/qt4/examples/qdbus/pingpong/ping.debug +%%DEBUG%%share/qt4/examples/qdbus/pingpong/ping.debug share/qt4/examples/qdbus/pingpong/ping.pro share/qt4/examples/qdbus/pingpong/pingpong.pro share/qt4/examples/qdbus/pingpong/pong share/qt4/examples/qdbus/pingpong/pong.cpp -share/qt4/examples/qdbus/pingpong/pong.debug +%%DEBUG%%share/qt4/examples/qdbus/pingpong/pong.debug share/qt4/examples/qdbus/pingpong/pong.h share/qt4/examples/qdbus/pingpong/pong.pro share/qt4/examples/qdbus/qdbus.pro share/qt4/examples/qdbus/remotecontrolledcar/car/car share/qt4/examples/qdbus/remotecontrolledcar/car/car.cpp -share/qt4/examples/qdbus/remotecontrolledcar/car/car.debug +%%DEBUG%%share/qt4/examples/qdbus/remotecontrolledcar/car/car.debug share/qt4/examples/qdbus/remotecontrolledcar/car/car.h share/qt4/examples/qdbus/remotecontrolledcar/car/car.pro share/qt4/examples/qdbus/remotecontrolledcar/car/car.xml share/qt4/examples/qdbus/remotecontrolledcar/car/car_adaptor.cpp share/qt4/examples/qdbus/remotecontrolledcar/car/car_adaptor_p.h share/qt4/examples/qdbus/remotecontrolledcar/car/main.cpp share/qt4/examples/qdbus/remotecontrolledcar/controller/car.xml share/qt4/examples/qdbus/remotecontrolledcar/controller/car_interface.cpp share/qt4/examples/qdbus/remotecontrolledcar/controller/car_interface_p.h share/qt4/examples/qdbus/remotecontrolledcar/controller/controller share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.cpp -share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.debug +%%DEBUG%%share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.debug share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.h share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.pro share/qt4/examples/qdbus/remotecontrolledcar/controller/controller.ui share/qt4/examples/qdbus/remotecontrolledcar/controller/main.cpp share/qt4/examples/qdbus/remotecontrolledcar/remotecontrolledcar.pro share/qt4/examples/qtestlib/README share/qt4/examples/qtestlib/qtestlib.pro share/qt4/examples/qtestlib/tutorial1/testqstring.cpp share/qt4/examples/qtestlib/tutorial1/tutorial1 -share/qt4/examples/qtestlib/tutorial1/tutorial1.debug +%%DEBUG%%share/qt4/examples/qtestlib/tutorial1/tutorial1.debug share/qt4/examples/qtestlib/tutorial1/tutorial1.pro share/qt4/examples/qtestlib/tutorial2/testqstring.cpp share/qt4/examples/qtestlib/tutorial2/tutorial2 -share/qt4/examples/qtestlib/tutorial2/tutorial2.debug +%%DEBUG%%share/qt4/examples/qtestlib/tutorial2/tutorial2.debug share/qt4/examples/qtestlib/tutorial2/tutorial2.pro share/qt4/examples/qtestlib/tutorial3/testgui.cpp share/qt4/examples/qtestlib/tutorial3/tutorial3 -share/qt4/examples/qtestlib/tutorial3/tutorial3.debug +%%DEBUG%%share/qt4/examples/qtestlib/tutorial3/tutorial3.debug share/qt4/examples/qtestlib/tutorial3/tutorial3.pro share/qt4/examples/qtestlib/tutorial4/testgui.cpp share/qt4/examples/qtestlib/tutorial4/tutorial4 -share/qt4/examples/qtestlib/tutorial4/tutorial4.debug +%%DEBUG%%share/qt4/examples/qtestlib/tutorial4/tutorial4.debug share/qt4/examples/qtestlib/tutorial4/tutorial4.pro share/qt4/examples/richtext/README share/qt4/examples/richtext/calendar/calendar -share/qt4/examples/richtext/calendar/calendar.debug +%%DEBUG%%share/qt4/examples/richtext/calendar/calendar.debug share/qt4/examples/richtext/calendar/calendar.pro share/qt4/examples/richtext/calendar/main.cpp share/qt4/examples/richtext/calendar/mainwindow.cpp share/qt4/examples/richtext/calendar/mainwindow.h share/qt4/examples/richtext/orderform/detailsdialog.cpp share/qt4/examples/richtext/orderform/detailsdialog.h share/qt4/examples/richtext/orderform/main.cpp share/qt4/examples/richtext/orderform/mainwindow.cpp share/qt4/examples/richtext/orderform/mainwindow.h share/qt4/examples/richtext/orderform/orderform -share/qt4/examples/richtext/orderform/orderform.debug +%%DEBUG%%share/qt4/examples/richtext/orderform/orderform.debug share/qt4/examples/richtext/orderform/orderform.pro share/qt4/examples/richtext/richtext.pro share/qt4/examples/richtext/syntaxhighlighter/highlighter.cpp share/qt4/examples/richtext/syntaxhighlighter/highlighter.h share/qt4/examples/richtext/syntaxhighlighter/main.cpp share/qt4/examples/richtext/syntaxhighlighter/mainwindow.cpp share/qt4/examples/richtext/syntaxhighlighter/mainwindow.h share/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter -share/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.debug +%%DEBUG%%share/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.debug share/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro share/qt4/examples/script/README share/qt4/examples/script/calculator/calculator -share/qt4/examples/script/calculator/calculator.debug +%%DEBUG%%share/qt4/examples/script/calculator/calculator.debug share/qt4/examples/script/calculator/calculator.pro share/qt4/examples/script/calculator/calculator.qrc share/qt4/examples/script/calculator/main.cpp share/qt4/examples/script/context2d/context2d share/qt4/examples/script/context2d/context2d.cpp -share/qt4/examples/script/context2d/context2d.debug +%%DEBUG%%share/qt4/examples/script/context2d/context2d.debug share/qt4/examples/script/context2d/context2d.h share/qt4/examples/script/context2d/context2d.pro share/qt4/examples/script/context2d/context2d.qrc share/qt4/examples/script/context2d/domimage.cpp share/qt4/examples/script/context2d/domimage.h share/qt4/examples/script/context2d/main.cpp share/qt4/examples/script/context2d/qcontext2dcanvas.cpp share/qt4/examples/script/context2d/qcontext2dcanvas.h share/qt4/examples/script/context2d/scripts/alpha.js share/qt4/examples/script/context2d/scripts/arc.js share/qt4/examples/script/context2d/scripts/bezier.js share/qt4/examples/script/context2d/scripts/clock.js share/qt4/examples/script/context2d/scripts/fill1.js share/qt4/examples/script/context2d/scripts/grad.js share/qt4/examples/script/context2d/scripts/linecap.js share/qt4/examples/script/context2d/scripts/linestye.js share/qt4/examples/script/context2d/scripts/moveto.js share/qt4/examples/script/context2d/scripts/moveto2.js share/qt4/examples/script/context2d/scripts/pacman.js share/qt4/examples/script/context2d/scripts/plasma.js share/qt4/examples/script/context2d/scripts/pong.js share/qt4/examples/script/context2d/scripts/quad.js share/qt4/examples/script/context2d/scripts/rgba.js share/qt4/examples/script/context2d/scripts/rotate.js share/qt4/examples/script/context2d/scripts/scale.js share/qt4/examples/script/context2d/scripts/stroke1.js share/qt4/examples/script/context2d/scripts/translate.js share/qt4/examples/script/context2d/window.cpp share/qt4/examples/script/context2d/window.h share/qt4/examples/script/defaultprototypes/defaultprototypes -share/qt4/examples/script/defaultprototypes/defaultprototypes.debug +%%DEBUG%%share/qt4/examples/script/defaultprototypes/defaultprototypes.debug share/qt4/examples/script/defaultprototypes/defaultprototypes.pro share/qt4/examples/script/defaultprototypes/defaultprototypes.qrc share/qt4/examples/script/defaultprototypes/main.cpp share/qt4/examples/script/defaultprototypes/prototypes.cpp share/qt4/examples/script/defaultprototypes/prototypes.h share/qt4/examples/script/helloscript/helloscript -share/qt4/examples/script/helloscript/helloscript.debug +%%DEBUG%%share/qt4/examples/script/helloscript/helloscript.debug share/qt4/examples/script/helloscript/helloscript.pro share/qt4/examples/script/helloscript/main.cpp share/qt4/examples/script/qscript/main.cpp share/qt4/examples/script/qscript/qscript -share/qt4/examples/script/qscript/qscript.debug +%%DEBUG%%share/qt4/examples/script/qscript/qscript.debug share/qt4/examples/script/qscript/qscript.pro share/qt4/examples/script/script.pro share/qt4/examples/script/tetrix/main.cpp share/qt4/examples/script/tetrix/tetrix -share/qt4/examples/script/tetrix/tetrix.debug +%%DEBUG%%share/qt4/examples/script/tetrix/tetrix.debug share/qt4/examples/script/tetrix/tetrix.pro share/qt4/examples/script/tetrix/tetrix.qrc share/qt4/examples/script/tetrix/tetrixboard.cpp share/qt4/examples/script/tetrix/tetrixboard.h share/qt4/examples/script/tetrix/tetrixwindow.ui share/qt4/examples/sql/README share/qt4/examples/sql/cachedtable/cachedtable -share/qt4/examples/sql/cachedtable/cachedtable.debug +%%DEBUG%%share/qt4/examples/sql/cachedtable/cachedtable.debug share/qt4/examples/sql/cachedtable/cachedtable.pro share/qt4/examples/sql/cachedtable/main.cpp share/qt4/examples/sql/cachedtable/tableeditor.cpp share/qt4/examples/sql/cachedtable/tableeditor.h share/qt4/examples/sql/connection.h share/qt4/examples/sql/drilldown/drilldown -share/qt4/examples/sql/drilldown/drilldown.debug +%%DEBUG%%share/qt4/examples/sql/drilldown/drilldown.debug share/qt4/examples/sql/drilldown/drilldown.pro share/qt4/examples/sql/drilldown/drilldown.qrc share/qt4/examples/sql/drilldown/imageitem.cpp share/qt4/examples/sql/drilldown/imageitem.h share/qt4/examples/sql/drilldown/informationwindow.cpp share/qt4/examples/sql/drilldown/informationwindow.h share/qt4/examples/sql/drilldown/main.cpp share/qt4/examples/sql/drilldown/view.cpp share/qt4/examples/sql/drilldown/view.h share/qt4/examples/sql/masterdetail/database.h share/qt4/examples/sql/masterdetail/dialog.cpp share/qt4/examples/sql/masterdetail/dialog.h share/qt4/examples/sql/masterdetail/main.cpp share/qt4/examples/sql/masterdetail/mainwindow.cpp share/qt4/examples/sql/masterdetail/mainwindow.h share/qt4/examples/sql/masterdetail/masterdetail -share/qt4/examples/sql/masterdetail/masterdetail.debug +%%DEBUG%%share/qt4/examples/sql/masterdetail/masterdetail.debug share/qt4/examples/sql/masterdetail/masterdetail.pro share/qt4/examples/sql/masterdetail/masterdetail.qrc share/qt4/examples/sql/querymodel/customsqlmodel.cpp share/qt4/examples/sql/querymodel/customsqlmodel.h share/qt4/examples/sql/querymodel/editablesqlmodel.cpp share/qt4/examples/sql/querymodel/editablesqlmodel.h share/qt4/examples/sql/querymodel/main.cpp share/qt4/examples/sql/querymodel/querymodel -share/qt4/examples/sql/querymodel/querymodel.debug +%%DEBUG%%share/qt4/examples/sql/querymodel/querymodel.debug share/qt4/examples/sql/querymodel/querymodel.pro share/qt4/examples/sql/relationaltablemodel/relationaltablemodel share/qt4/examples/sql/relationaltablemodel/relationaltablemodel.cpp -share/qt4/examples/sql/relationaltablemodel/relationaltablemodel.debug +%%DEBUG%%share/qt4/examples/sql/relationaltablemodel/relationaltablemodel.debug share/qt4/examples/sql/relationaltablemodel/relationaltablemodel.pro share/qt4/examples/sql/sql.pro share/qt4/examples/sql/tablemodel/tablemodel share/qt4/examples/sql/tablemodel/tablemodel.cpp -share/qt4/examples/sql/tablemodel/tablemodel.debug +%%DEBUG%%share/qt4/examples/sql/tablemodel/tablemodel.debug share/qt4/examples/sql/tablemodel/tablemodel.pro share/qt4/examples/threads/README share/qt4/examples/threads/mandelbrot/main.cpp share/qt4/examples/threads/mandelbrot/mandelbrot -share/qt4/examples/threads/mandelbrot/mandelbrot.debug +%%DEBUG%%share/qt4/examples/threads/mandelbrot/mandelbrot.debug share/qt4/examples/threads/mandelbrot/mandelbrot.pro share/qt4/examples/threads/mandelbrot/mandelbrotwidget.cpp share/qt4/examples/threads/mandelbrot/mandelbrotwidget.h share/qt4/examples/threads/mandelbrot/renderthread.cpp share/qt4/examples/threads/mandelbrot/renderthread.h share/qt4/examples/threads/semaphores/semaphores share/qt4/examples/threads/semaphores/semaphores.cpp -share/qt4/examples/threads/semaphores/semaphores.debug +%%DEBUG%%share/qt4/examples/threads/semaphores/semaphores.debug share/qt4/examples/threads/semaphores/semaphores.pro share/qt4/examples/threads/threads.pro share/qt4/examples/threads/waitconditions/waitconditions share/qt4/examples/threads/waitconditions/waitconditions.cpp -share/qt4/examples/threads/waitconditions/waitconditions.debug +%%DEBUG%%share/qt4/examples/threads/waitconditions/waitconditions.debug share/qt4/examples/threads/waitconditions/waitconditions.pro share/qt4/examples/tools/README share/qt4/examples/tools/codecs/codecs -share/qt4/examples/tools/codecs/codecs.debug +%%DEBUG%%share/qt4/examples/tools/codecs/codecs.debug share/qt4/examples/tools/codecs/codecs.pro share/qt4/examples/tools/codecs/encodedfiles/iso-8859-1.txt share/qt4/examples/tools/codecs/encodedfiles/iso-8859-15.txt share/qt4/examples/tools/codecs/encodedfiles/utf-16.txt share/qt4/examples/tools/codecs/encodedfiles/utf-16be.txt share/qt4/examples/tools/codecs/encodedfiles/utf-16le.txt share/qt4/examples/tools/codecs/encodedfiles/utf-8.txt share/qt4/examples/tools/codecs/main.cpp share/qt4/examples/tools/codecs/mainwindow.cpp share/qt4/examples/tools/codecs/mainwindow.h share/qt4/examples/tools/codecs/previewform.cpp share/qt4/examples/tools/codecs/previewform.h share/qt4/examples/tools/completer/completer -share/qt4/examples/tools/completer/completer.debug +%%DEBUG%%share/qt4/examples/tools/completer/completer.debug share/qt4/examples/tools/completer/completer.pro share/qt4/examples/tools/completer/completer.qrc share/qt4/examples/tools/completer/dirmodel.cpp share/qt4/examples/tools/completer/dirmodel.h share/qt4/examples/tools/completer/main.cpp share/qt4/examples/tools/completer/mainwindow.cpp share/qt4/examples/tools/completer/mainwindow.h share/qt4/examples/tools/completer/resources/countries.txt share/qt4/examples/tools/completer/resources/wordlist.txt share/qt4/examples/tools/customcompleter/customcompleter -share/qt4/examples/tools/customcompleter/customcompleter.debug +%%DEBUG%%share/qt4/examples/tools/customcompleter/customcompleter.debug share/qt4/examples/tools/customcompleter/customcompleter.pro share/qt4/examples/tools/customcompleter/customcompleter.qrc share/qt4/examples/tools/customcompleter/main.cpp share/qt4/examples/tools/customcompleter/mainwindow.cpp share/qt4/examples/tools/customcompleter/mainwindow.h share/qt4/examples/tools/customcompleter/resources/wordlist.txt share/qt4/examples/tools/customcompleter/textedit.cpp share/qt4/examples/tools/customcompleter/textedit.h share/qt4/examples/tools/echoplugin/echoplugin.pro share/qt4/examples/tools/echoplugin/echowindow/echointerface.h share/qt4/examples/tools/echoplugin/echowindow/echoplugin share/qt4/examples/tools/echoplugin/echowindow/echowindow.cpp share/qt4/examples/tools/echoplugin/echowindow/echowindow.h share/qt4/examples/tools/echoplugin/echowindow/echowindow.pro share/qt4/examples/tools/echoplugin/echowindow/main.cpp share/qt4/examples/tools/echoplugin/plugin/echoplugin.cpp share/qt4/examples/tools/echoplugin/plugin/echoplugin.h share/qt4/examples/tools/echoplugin/plugin/libechoplugin.so -share/qt4/examples/tools/echoplugin/plugin/libechoplugin.so.debug +%%DEBUG%%share/qt4/examples/tools/echoplugin/plugin/libechoplugin.so.debug share/qt4/examples/tools/echoplugin/plugin/plugin.pro share/qt4/examples/tools/i18n/i18n -share/qt4/examples/tools/i18n/i18n.debug +%%DEBUG%%share/qt4/examples/tools/i18n/i18n.debug share/qt4/examples/tools/i18n/i18n.pro share/qt4/examples/tools/i18n/i18n.qrc share/qt4/examples/tools/i18n/languagechooser.cpp share/qt4/examples/tools/i18n/languagechooser.h share/qt4/examples/tools/i18n/main.cpp share/qt4/examples/tools/i18n/mainwindow.cpp share/qt4/examples/tools/i18n/mainwindow.h share/qt4/examples/tools/i18n/translations/i18n_ar.qm share/qt4/examples/tools/i18n/translations/i18n_ar.ts share/qt4/examples/tools/i18n/translations/i18n_cs.qm share/qt4/examples/tools/i18n/translations/i18n_cs.ts share/qt4/examples/tools/i18n/translations/i18n_de.qm share/qt4/examples/tools/i18n/translations/i18n_de.ts share/qt4/examples/tools/i18n/translations/i18n_el.qm share/qt4/examples/tools/i18n/translations/i18n_el.ts share/qt4/examples/tools/i18n/translations/i18n_en.qm share/qt4/examples/tools/i18n/translations/i18n_en.ts share/qt4/examples/tools/i18n/translations/i18n_eo.qm share/qt4/examples/tools/i18n/translations/i18n_eo.ts share/qt4/examples/tools/i18n/translations/i18n_fr.qm share/qt4/examples/tools/i18n/translations/i18n_fr.ts share/qt4/examples/tools/i18n/translations/i18n_it.qm share/qt4/examples/tools/i18n/translations/i18n_it.ts share/qt4/examples/tools/i18n/translations/i18n_jp.qm share/qt4/examples/tools/i18n/translations/i18n_jp.ts share/qt4/examples/tools/i18n/translations/i18n_ko.qm share/qt4/examples/tools/i18n/translations/i18n_ko.ts share/qt4/examples/tools/i18n/translations/i18n_no.qm share/qt4/examples/tools/i18n/translations/i18n_no.ts share/qt4/examples/tools/i18n/translations/i18n_ru.qm share/qt4/examples/tools/i18n/translations/i18n_ru.ts share/qt4/examples/tools/i18n/translations/i18n_sv.qm share/qt4/examples/tools/i18n/translations/i18n_sv.ts share/qt4/examples/tools/i18n/translations/i18n_zh.qm share/qt4/examples/tools/i18n/translations/i18n_zh.ts share/qt4/examples/tools/plugandpaint/interfaces.h share/qt4/examples/tools/plugandpaint/main.cpp share/qt4/examples/tools/plugandpaint/mainwindow.cpp share/qt4/examples/tools/plugandpaint/mainwindow.h share/qt4/examples/tools/plugandpaint/paintarea.cpp share/qt4/examples/tools/plugandpaint/paintarea.h share/qt4/examples/tools/plugandpaint/plugandpaint -share/qt4/examples/tools/plugandpaint/plugandpaint.debug +%%DEBUG%%share/qt4/examples/tools/plugandpaint/plugandpaint.debug share/qt4/examples/tools/plugandpaint/plugandpaint.pro share/qt4/examples/tools/plugandpaint/plugindialog.cpp share/qt4/examples/tools/plugandpaint/plugindialog.h share/qt4/examples/tools/plugandpaint/plugins/libpnp_basictools.a share/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so -share/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so.debug +%%DEBUG%%share/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so.debug share/qt4/examples/tools/plugandpaintplugins/basictools/basictools.pro share/qt4/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp share/qt4/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.h share/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro share/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp share/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h share/qt4/examples/tools/plugandpaintplugins/plugandpaintplugins.pro share/qt4/examples/tools/regexp/main.cpp share/qt4/examples/tools/regexp/regexp -share/qt4/examples/tools/regexp/regexp.debug +%%DEBUG%%share/qt4/examples/tools/regexp/regexp.debug share/qt4/examples/tools/regexp/regexp.pro share/qt4/examples/tools/regexp/regexpdialog.cpp share/qt4/examples/tools/regexp/regexpdialog.h share/qt4/examples/tools/settingseditor/inifiles/licensepage.ini share/qt4/examples/tools/settingseditor/inifiles/qsa.ini share/qt4/examples/tools/settingseditor/locationdialog.cpp share/qt4/examples/tools/settingseditor/locationdialog.h share/qt4/examples/tools/settingseditor/main.cpp share/qt4/examples/tools/settingseditor/mainwindow.cpp share/qt4/examples/tools/settingseditor/mainwindow.h share/qt4/examples/tools/settingseditor/settingseditor -share/qt4/examples/tools/settingseditor/settingseditor.debug +%%DEBUG%%share/qt4/examples/tools/settingseditor/settingseditor.debug share/qt4/examples/tools/settingseditor/settingseditor.pro share/qt4/examples/tools/settingseditor/settingstree.cpp share/qt4/examples/tools/settingseditor/settingstree.h share/qt4/examples/tools/settingseditor/variantdelegate.cpp share/qt4/examples/tools/settingseditor/variantdelegate.h share/qt4/examples/tools/styleplugin/plugin/plugin.pro share/qt4/examples/tools/styleplugin/plugin/simplestyle.cpp share/qt4/examples/tools/styleplugin/plugin/simplestyle.h share/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.cpp share/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.h share/qt4/examples/tools/styleplugin/styleplugin.pro share/qt4/examples/tools/styleplugin/stylewindow/main.cpp share/qt4/examples/tools/styleplugin/stylewindow/styleplugin share/qt4/examples/tools/styleplugin/stylewindow/styles/libsimplestyleplugin.so -share/qt4/examples/tools/styleplugin/stylewindow/styles/libsimplestyleplugin.so.debug +%%DEBUG%%share/qt4/examples/tools/styleplugin/stylewindow/styles/libsimplestyleplugin.so.debug share/qt4/examples/tools/styleplugin/stylewindow/stylewindow.cpp share/qt4/examples/tools/styleplugin/stylewindow/stylewindow.h share/qt4/examples/tools/styleplugin/stylewindow/stylewindow.pro share/qt4/examples/tools/tools.pro share/qt4/examples/tools/treemodelcompleter/main.cpp share/qt4/examples/tools/treemodelcompleter/mainwindow.cpp share/qt4/examples/tools/treemodelcompleter/mainwindow.h share/qt4/examples/tools/treemodelcompleter/resources/treemodel.txt share/qt4/examples/tools/treemodelcompleter/treemodelcompleter share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.cpp -share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.debug +%%DEBUG%%share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.debug share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.h share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.pro share/qt4/examples/tools/treemodelcompleter/treemodelcompleter.qrc share/qt4/examples/tools/undoframework/commands.cpp share/qt4/examples/tools/undoframework/commands.h share/qt4/examples/tools/undoframework/diagramitem.cpp share/qt4/examples/tools/undoframework/diagramitem.h share/qt4/examples/tools/undoframework/diagramscene.cpp share/qt4/examples/tools/undoframework/diagramscene.h share/qt4/examples/tools/undoframework/main.cpp share/qt4/examples/tools/undoframework/mainwindow.cpp share/qt4/examples/tools/undoframework/mainwindow.h share/qt4/examples/tools/undoframework/undoframework -share/qt4/examples/tools/undoframework/undoframework.debug +%%DEBUG%%share/qt4/examples/tools/undoframework/undoframework.debug share/qt4/examples/tools/undoframework/undoframework.pro share/qt4/examples/tools/undoframework/undoframework.qrc share/qt4/examples/tutorial/README share/qt4/examples/tutorial/t1/main.cpp share/qt4/examples/tutorial/t1/t1 -share/qt4/examples/tutorial/t1/t1.debug +%%DEBUG%%share/qt4/examples/tutorial/t1/t1.debug share/qt4/examples/tutorial/t1/t1.pro share/qt4/examples/tutorial/t10/cannonfield.cpp share/qt4/examples/tutorial/t10/cannonfield.h share/qt4/examples/tutorial/t10/lcdrange.cpp share/qt4/examples/tutorial/t10/lcdrange.h share/qt4/examples/tutorial/t10/main.cpp share/qt4/examples/tutorial/t10/t10 -share/qt4/examples/tutorial/t10/t10.debug +%%DEBUG%%share/qt4/examples/tutorial/t10/t10.debug share/qt4/examples/tutorial/t10/t10.pro share/qt4/examples/tutorial/t11/cannonfield.cpp share/qt4/examples/tutorial/t11/cannonfield.h share/qt4/examples/tutorial/t11/lcdrange.cpp share/qt4/examples/tutorial/t11/lcdrange.h share/qt4/examples/tutorial/t11/main.cpp share/qt4/examples/tutorial/t11/t11 -share/qt4/examples/tutorial/t11/t11.debug +%%DEBUG%%share/qt4/examples/tutorial/t11/t11.debug share/qt4/examples/tutorial/t11/t11.pro share/qt4/examples/tutorial/t12/cannonfield.cpp share/qt4/examples/tutorial/t12/cannonfield.h share/qt4/examples/tutorial/t12/lcdrange.cpp share/qt4/examples/tutorial/t12/lcdrange.h share/qt4/examples/tutorial/t12/main.cpp share/qt4/examples/tutorial/t12/t12 -share/qt4/examples/tutorial/t12/t12.debug +%%DEBUG%%share/qt4/examples/tutorial/t12/t12.debug share/qt4/examples/tutorial/t12/t12.pro share/qt4/examples/tutorial/t13/cannonfield.cpp share/qt4/examples/tutorial/t13/cannonfield.h share/qt4/examples/tutorial/t13/gameboard.cpp share/qt4/examples/tutorial/t13/gameboard.h share/qt4/examples/tutorial/t13/lcdrange.cpp share/qt4/examples/tutorial/t13/lcdrange.h share/qt4/examples/tutorial/t13/main.cpp share/qt4/examples/tutorial/t13/t13 -share/qt4/examples/tutorial/t13/t13.debug +%%DEBUG%%share/qt4/examples/tutorial/t13/t13.debug share/qt4/examples/tutorial/t13/t13.pro share/qt4/examples/tutorial/t14/cannonfield.cpp share/qt4/examples/tutorial/t14/cannonfield.h share/qt4/examples/tutorial/t14/gameboard.cpp share/qt4/examples/tutorial/t14/gameboard.h share/qt4/examples/tutorial/t14/lcdrange.cpp share/qt4/examples/tutorial/t14/lcdrange.h share/qt4/examples/tutorial/t14/main.cpp share/qt4/examples/tutorial/t14/t14 -share/qt4/examples/tutorial/t14/t14.debug +%%DEBUG%%share/qt4/examples/tutorial/t14/t14.debug share/qt4/examples/tutorial/t14/t14.pro share/qt4/examples/tutorial/t2/main.cpp share/qt4/examples/tutorial/t2/t2 -share/qt4/examples/tutorial/t2/t2.debug +%%DEBUG%%share/qt4/examples/tutorial/t2/t2.debug share/qt4/examples/tutorial/t2/t2.pro share/qt4/examples/tutorial/t3/main.cpp share/qt4/examples/tutorial/t3/t3 -share/qt4/examples/tutorial/t3/t3.debug +%%DEBUG%%share/qt4/examples/tutorial/t3/t3.debug share/qt4/examples/tutorial/t3/t3.pro share/qt4/examples/tutorial/t4/main.cpp share/qt4/examples/tutorial/t4/t4 -share/qt4/examples/tutorial/t4/t4.debug +%%DEBUG%%share/qt4/examples/tutorial/t4/t4.debug share/qt4/examples/tutorial/t4/t4.pro share/qt4/examples/tutorial/t5/main.cpp share/qt4/examples/tutorial/t5/t5 -share/qt4/examples/tutorial/t5/t5.debug +%%DEBUG%%share/qt4/examples/tutorial/t5/t5.debug share/qt4/examples/tutorial/t5/t5.pro share/qt4/examples/tutorial/t6/main.cpp share/qt4/examples/tutorial/t6/t6 -share/qt4/examples/tutorial/t6/t6.debug +%%DEBUG%%share/qt4/examples/tutorial/t6/t6.debug share/qt4/examples/tutorial/t6/t6.pro share/qt4/examples/tutorial/t7/lcdrange.cpp share/qt4/examples/tutorial/t7/lcdrange.h share/qt4/examples/tutorial/t7/main.cpp share/qt4/examples/tutorial/t7/t7 -share/qt4/examples/tutorial/t7/t7.debug +%%DEBUG%%share/qt4/examples/tutorial/t7/t7.debug share/qt4/examples/tutorial/t7/t7.pro share/qt4/examples/tutorial/t8/cannonfield.cpp share/qt4/examples/tutorial/t8/cannonfield.h share/qt4/examples/tutorial/t8/lcdrange.cpp share/qt4/examples/tutorial/t8/lcdrange.h share/qt4/examples/tutorial/t8/main.cpp share/qt4/examples/tutorial/t8/t8 -share/qt4/examples/tutorial/t8/t8.debug +%%DEBUG%%share/qt4/examples/tutorial/t8/t8.debug share/qt4/examples/tutorial/t8/t8.pro share/qt4/examples/tutorial/t9/cannonfield.cpp share/qt4/examples/tutorial/t9/cannonfield.h share/qt4/examples/tutorial/t9/lcdrange.cpp share/qt4/examples/tutorial/t9/lcdrange.h share/qt4/examples/tutorial/t9/main.cpp share/qt4/examples/tutorial/t9/t9 -share/qt4/examples/tutorial/t9/t9.debug +%%DEBUG%%share/qt4/examples/tutorial/t9/t9.debug share/qt4/examples/tutorial/t9/t9.pro share/qt4/examples/tutorial/tutorial.pro share/qt4/examples/widgets/README share/qt4/examples/widgets/analogclock/analogclock share/qt4/examples/widgets/analogclock/analogclock.cpp -share/qt4/examples/widgets/analogclock/analogclock.debug +%%DEBUG%%share/qt4/examples/widgets/analogclock/analogclock.debug share/qt4/examples/widgets/analogclock/analogclock.h share/qt4/examples/widgets/analogclock/analogclock.pro share/qt4/examples/widgets/analogclock/main.cpp share/qt4/examples/widgets/calculator/button.cpp share/qt4/examples/widgets/calculator/button.h share/qt4/examples/widgets/calculator/calculator share/qt4/examples/widgets/calculator/calculator.cpp -share/qt4/examples/widgets/calculator/calculator.debug +%%DEBUG%%share/qt4/examples/widgets/calculator/calculator.debug share/qt4/examples/widgets/calculator/calculator.h share/qt4/examples/widgets/calculator/calculator.pro share/qt4/examples/widgets/calculator/main.cpp share/qt4/examples/widgets/charactermap/charactermap -share/qt4/examples/widgets/charactermap/charactermap.debug +%%DEBUG%%share/qt4/examples/widgets/charactermap/charactermap.debug share/qt4/examples/widgets/charactermap/charactermap.pro share/qt4/examples/widgets/charactermap/characterwidget.cpp share/qt4/examples/widgets/charactermap/characterwidget.h share/qt4/examples/widgets/charactermap/main.cpp share/qt4/examples/widgets/charactermap/mainwindow.cpp share/qt4/examples/widgets/charactermap/mainwindow.h share/qt4/examples/widgets/digitalclock/digitalclock share/qt4/examples/widgets/digitalclock/digitalclock.cpp -share/qt4/examples/widgets/digitalclock/digitalclock.debug +%%DEBUG%%share/qt4/examples/widgets/digitalclock/digitalclock.debug share/qt4/examples/widgets/digitalclock/digitalclock.h share/qt4/examples/widgets/digitalclock/digitalclock.pro share/qt4/examples/widgets/digitalclock/main.cpp share/qt4/examples/widgets/groupbox/groupbox -share/qt4/examples/widgets/groupbox/groupbox.debug +%%DEBUG%%share/qt4/examples/widgets/groupbox/groupbox.debug share/qt4/examples/widgets/groupbox/groupbox.pro share/qt4/examples/widgets/groupbox/main.cpp share/qt4/examples/widgets/groupbox/window.cpp share/qt4/examples/widgets/groupbox/window.h share/qt4/examples/widgets/icons/iconpreviewarea.cpp share/qt4/examples/widgets/icons/iconpreviewarea.h share/qt4/examples/widgets/icons/icons -share/qt4/examples/widgets/icons/icons.debug +%%DEBUG%%share/qt4/examples/widgets/icons/icons.debug share/qt4/examples/widgets/icons/icons.pro share/qt4/examples/widgets/icons/iconsizespinbox.cpp share/qt4/examples/widgets/icons/iconsizespinbox.h share/qt4/examples/widgets/icons/imagedelegate.cpp share/qt4/examples/widgets/icons/imagedelegate.h share/qt4/examples/widgets/icons/images/designer.png share/qt4/examples/widgets/icons/images/find_disabled.png share/qt4/examples/widgets/icons/images/find_normal.png share/qt4/examples/widgets/icons/images/monkey_off_128x128.png share/qt4/examples/widgets/icons/images/monkey_off_16x16.png share/qt4/examples/widgets/icons/images/monkey_off_32x32.png share/qt4/examples/widgets/icons/images/monkey_off_64x64.png share/qt4/examples/widgets/icons/images/monkey_on_128x128.png share/qt4/examples/widgets/icons/images/monkey_on_16x16.png share/qt4/examples/widgets/icons/images/monkey_on_32x32.png share/qt4/examples/widgets/icons/images/monkey_on_64x64.png share/qt4/examples/widgets/icons/images/qtopia_16x16.png share/qt4/examples/widgets/icons/images/qtopia_32x32.png share/qt4/examples/widgets/icons/images/qtopia_48x48.png share/qt4/examples/widgets/icons/main.cpp share/qt4/examples/widgets/icons/mainwindow.cpp share/qt4/examples/widgets/icons/mainwindow.h share/qt4/examples/widgets/imageviewer/imageviewer share/qt4/examples/widgets/imageviewer/imageviewer.cpp -share/qt4/examples/widgets/imageviewer/imageviewer.debug +%%DEBUG%%share/qt4/examples/widgets/imageviewer/imageviewer.debug share/qt4/examples/widgets/imageviewer/imageviewer.h share/qt4/examples/widgets/imageviewer/imageviewer.pro share/qt4/examples/widgets/imageviewer/main.cpp share/qt4/examples/widgets/lineedits/lineedits -share/qt4/examples/widgets/lineedits/lineedits.debug +%%DEBUG%%share/qt4/examples/widgets/lineedits/lineedits.debug share/qt4/examples/widgets/lineedits/lineedits.pro share/qt4/examples/widgets/lineedits/main.cpp share/qt4/examples/widgets/lineedits/window.cpp share/qt4/examples/widgets/lineedits/window.h share/qt4/examples/widgets/movie/images/open.png share/qt4/examples/widgets/movie/images/pause.png share/qt4/examples/widgets/movie/images/play.png share/qt4/examples/widgets/movie/images/quit.png share/qt4/examples/widgets/movie/images/stop.png share/qt4/examples/widgets/movie/main.cpp share/qt4/examples/widgets/movie/movie -share/qt4/examples/widgets/movie/movie.debug +%%DEBUG%%share/qt4/examples/widgets/movie/movie.debug share/qt4/examples/widgets/movie/movie.pro share/qt4/examples/widgets/movie/movie.qrc share/qt4/examples/widgets/movie/movieplayer.cpp share/qt4/examples/widgets/movie/movieplayer.h share/qt4/examples/widgets/movie/movies/fire.mng share/qt4/examples/widgets/scribble/main.cpp share/qt4/examples/widgets/scribble/mainwindow.cpp share/qt4/examples/widgets/scribble/mainwindow.h share/qt4/examples/widgets/scribble/scribble -share/qt4/examples/widgets/scribble/scribble.debug +%%DEBUG%%share/qt4/examples/widgets/scribble/scribble.debug share/qt4/examples/widgets/scribble/scribble.pro share/qt4/examples/widgets/scribble/scribblearea.cpp share/qt4/examples/widgets/scribble/scribblearea.h share/qt4/examples/widgets/shapedclock/main.cpp share/qt4/examples/widgets/shapedclock/shapedclock share/qt4/examples/widgets/shapedclock/shapedclock.cpp -share/qt4/examples/widgets/shapedclock/shapedclock.debug +%%DEBUG%%share/qt4/examples/widgets/shapedclock/shapedclock.debug share/qt4/examples/widgets/shapedclock/shapedclock.h share/qt4/examples/widgets/shapedclock/shapedclock.pro share/qt4/examples/widgets/sliders/main.cpp share/qt4/examples/widgets/sliders/sliders -share/qt4/examples/widgets/sliders/sliders.debug +%%DEBUG%%share/qt4/examples/widgets/sliders/sliders.debug share/qt4/examples/widgets/sliders/sliders.pro share/qt4/examples/widgets/sliders/slidersgroup.cpp share/qt4/examples/widgets/sliders/slidersgroup.h share/qt4/examples/widgets/sliders/window.cpp share/qt4/examples/widgets/sliders/window.h share/qt4/examples/widgets/spinboxes/main.cpp share/qt4/examples/widgets/spinboxes/spinboxes -share/qt4/examples/widgets/spinboxes/spinboxes.debug +%%DEBUG%%share/qt4/examples/widgets/spinboxes/spinboxes.debug share/qt4/examples/widgets/spinboxes/spinboxes.pro share/qt4/examples/widgets/spinboxes/window.cpp share/qt4/examples/widgets/spinboxes/window.h share/qt4/examples/widgets/styles/images/woodbackground.png share/qt4/examples/widgets/styles/images/woodbutton.png share/qt4/examples/widgets/styles/main.cpp share/qt4/examples/widgets/styles/norwegianwoodstyle.cpp share/qt4/examples/widgets/styles/norwegianwoodstyle.h share/qt4/examples/widgets/styles/styles -share/qt4/examples/widgets/styles/styles.debug +%%DEBUG%%share/qt4/examples/widgets/styles/styles.debug share/qt4/examples/widgets/styles/styles.pro share/qt4/examples/widgets/styles/styles.qrc share/qt4/examples/widgets/styles/widgetgallery.cpp share/qt4/examples/widgets/styles/widgetgallery.h share/qt4/examples/widgets/stylesheet/main.cpp share/qt4/examples/widgets/stylesheet/mainwindow.cpp share/qt4/examples/widgets/stylesheet/mainwindow.h share/qt4/examples/widgets/stylesheet/mainwindow.ui share/qt4/examples/widgets/stylesheet/stylesheet -share/qt4/examples/widgets/stylesheet/stylesheet.debug +%%DEBUG%%share/qt4/examples/widgets/stylesheet/stylesheet.debug share/qt4/examples/widgets/stylesheet/stylesheet.pro share/qt4/examples/widgets/stylesheet/stylesheet.qrc share/qt4/examples/widgets/stylesheet/stylesheeteditor.cpp share/qt4/examples/widgets/stylesheet/stylesheeteditor.h share/qt4/examples/widgets/stylesheet/stylesheeteditor.ui share/qt4/examples/widgets/tablet/main.cpp share/qt4/examples/widgets/tablet/mainwindow.cpp share/qt4/examples/widgets/tablet/mainwindow.h share/qt4/examples/widgets/tablet/tablet -share/qt4/examples/widgets/tablet/tablet.debug +%%DEBUG%%share/qt4/examples/widgets/tablet/tablet.debug share/qt4/examples/widgets/tablet/tablet.pro share/qt4/examples/widgets/tablet/tabletapplication.cpp share/qt4/examples/widgets/tablet/tabletapplication.h share/qt4/examples/widgets/tablet/tabletcanvas.cpp share/qt4/examples/widgets/tablet/tabletcanvas.h share/qt4/examples/widgets/tetrix/main.cpp share/qt4/examples/widgets/tetrix/tetrix -share/qt4/examples/widgets/tetrix/tetrix.debug +%%DEBUG%%share/qt4/examples/widgets/tetrix/tetrix.debug share/qt4/examples/widgets/tetrix/tetrix.pro share/qt4/examples/widgets/tetrix/tetrixboard.cpp share/qt4/examples/widgets/tetrix/tetrixboard.h share/qt4/examples/widgets/tetrix/tetrixpiece.cpp share/qt4/examples/widgets/tetrix/tetrixpiece.h share/qt4/examples/widgets/tetrix/tetrixwindow.cpp share/qt4/examples/widgets/tetrix/tetrixwindow.h share/qt4/examples/widgets/tooltips/images/circle.png share/qt4/examples/widgets/tooltips/images/square.png share/qt4/examples/widgets/tooltips/images/triangle.png share/qt4/examples/widgets/tooltips/main.cpp share/qt4/examples/widgets/tooltips/shapeitem.cpp share/qt4/examples/widgets/tooltips/shapeitem.h share/qt4/examples/widgets/tooltips/sortingbox.cpp share/qt4/examples/widgets/tooltips/sortingbox.h share/qt4/examples/widgets/tooltips/tooltips -share/qt4/examples/widgets/tooltips/tooltips.debug +%%DEBUG%%share/qt4/examples/widgets/tooltips/tooltips.debug share/qt4/examples/widgets/tooltips/tooltips.pro share/qt4/examples/widgets/tooltips/tooltips.qrc share/qt4/examples/widgets/widgets.pro share/qt4/examples/widgets/wiggly/dialog.cpp share/qt4/examples/widgets/wiggly/dialog.h share/qt4/examples/widgets/wiggly/main.cpp share/qt4/examples/widgets/wiggly/wiggly -share/qt4/examples/widgets/wiggly/wiggly.debug +%%DEBUG%%share/qt4/examples/widgets/wiggly/wiggly.debug share/qt4/examples/widgets/wiggly/wiggly.pro share/qt4/examples/widgets/wiggly/wigglywidget.cpp share/qt4/examples/widgets/wiggly/wigglywidget.h share/qt4/examples/widgets/windowflags/controllerwindow.cpp share/qt4/examples/widgets/windowflags/controllerwindow.h share/qt4/examples/widgets/windowflags/main.cpp share/qt4/examples/widgets/windowflags/previewwindow.cpp share/qt4/examples/widgets/windowflags/previewwindow.h share/qt4/examples/widgets/windowflags/windowflags -share/qt4/examples/widgets/windowflags/windowflags.debug +%%DEBUG%%share/qt4/examples/widgets/windowflags/windowflags.debug share/qt4/examples/widgets/windowflags/windowflags.pro share/qt4/examples/xml/README share/qt4/examples/xml/dombookmarks/dombookmarks -share/qt4/examples/xml/dombookmarks/dombookmarks.debug +%%DEBUG%%share/qt4/examples/xml/dombookmarks/dombookmarks.debug share/qt4/examples/xml/dombookmarks/dombookmarks.pro share/qt4/examples/xml/dombookmarks/frank.xbel share/qt4/examples/xml/dombookmarks/jennifer.xbel share/qt4/examples/xml/dombookmarks/main.cpp share/qt4/examples/xml/dombookmarks/mainwindow.cpp share/qt4/examples/xml/dombookmarks/mainwindow.h share/qt4/examples/xml/dombookmarks/xbeltree.cpp share/qt4/examples/xml/dombookmarks/xbeltree.h share/qt4/examples/xml/rsslisting/main.cpp share/qt4/examples/xml/rsslisting/rsslisting share/qt4/examples/xml/rsslisting/rsslisting.cpp -share/qt4/examples/xml/rsslisting/rsslisting.debug +%%DEBUG%%share/qt4/examples/xml/rsslisting/rsslisting.debug share/qt4/examples/xml/rsslisting/rsslisting.h share/qt4/examples/xml/rsslisting/rsslisting.pro share/qt4/examples/xml/saxbookmarks/frank.xbel share/qt4/examples/xml/saxbookmarks/jennifer.xbel share/qt4/examples/xml/saxbookmarks/main.cpp share/qt4/examples/xml/saxbookmarks/mainwindow.cpp share/qt4/examples/xml/saxbookmarks/mainwindow.h share/qt4/examples/xml/saxbookmarks/saxbookmarks -share/qt4/examples/xml/saxbookmarks/saxbookmarks.debug +%%DEBUG%%share/qt4/examples/xml/saxbookmarks/saxbookmarks.debug share/qt4/examples/xml/saxbookmarks/saxbookmarks.pro share/qt4/examples/xml/saxbookmarks/xbelgenerator.cpp share/qt4/examples/xml/saxbookmarks/xbelgenerator.h share/qt4/examples/xml/saxbookmarks/xbelhandler.cpp share/qt4/examples/xml/saxbookmarks/xbelhandler.h share/qt4/examples/xml/streambookmarks/frank.xbel share/qt4/examples/xml/streambookmarks/jennifer.xbel share/qt4/examples/xml/streambookmarks/main.cpp share/qt4/examples/xml/streambookmarks/mainwindow.cpp share/qt4/examples/xml/streambookmarks/mainwindow.h share/qt4/examples/xml/streambookmarks/streambookmarks -share/qt4/examples/xml/streambookmarks/streambookmarks.debug +%%DEBUG%%share/qt4/examples/xml/streambookmarks/streambookmarks.debug share/qt4/examples/xml/streambookmarks/streambookmarks.pro share/qt4/examples/xml/streambookmarks/xbelreader.cpp share/qt4/examples/xml/streambookmarks/xbelreader.h share/qt4/examples/xml/streambookmarks/xbelwriter.cpp share/qt4/examples/xml/streambookmarks/xbelwriter.h share/qt4/examples/xml/xml.pro share/qt4/examples/xml/xmlstreamlint/main.cpp share/qt4/examples/xml/xmlstreamlint/xmlstreamlint -share/qt4/examples/xml/xmlstreamlint/xmlstreamlint.debug +%%DEBUG%%share/qt4/examples/xml/xmlstreamlint/xmlstreamlint.debug share/qt4/examples/xml/xmlstreamlint/xmlstreamlint.pro @dirrm share/qt4/examples/xml/xmlstreamlint @dirrm share/qt4/examples/xml/streambookmarks @dirrm share/qt4/examples/xml/saxbookmarks @dirrm share/qt4/examples/xml/rsslisting @dirrm share/qt4/examples/xml/dombookmarks @dirrm share/qt4/examples/xml @dirrm share/qt4/examples/widgets/windowflags @dirrm share/qt4/examples/widgets/wiggly @dirrm share/qt4/examples/widgets/tooltips/images @dirrm share/qt4/examples/widgets/tooltips @dirrm share/qt4/examples/widgets/tetrix @dirrm share/qt4/examples/widgets/tablet @dirrm share/qt4/examples/widgets/stylesheet @dirrm share/qt4/examples/widgets/styles/images @dirrm share/qt4/examples/widgets/styles @dirrm share/qt4/examples/widgets/spinboxes @dirrm share/qt4/examples/widgets/sliders @dirrm share/qt4/examples/widgets/shapedclock @dirrm share/qt4/examples/widgets/scribble @dirrm share/qt4/examples/widgets/movie/movies @dirrm share/qt4/examples/widgets/movie/images @dirrm share/qt4/examples/widgets/movie @dirrm share/qt4/examples/widgets/lineedits @dirrm share/qt4/examples/widgets/imageviewer @dirrm share/qt4/examples/widgets/icons/images @dirrm share/qt4/examples/widgets/icons @dirrm share/qt4/examples/widgets/groupbox @dirrm share/qt4/examples/widgets/digitalclock @dirrm share/qt4/examples/widgets/charactermap @dirrm share/qt4/examples/widgets/calculator @dirrm share/qt4/examples/widgets/analogclock @dirrm share/qt4/examples/widgets @dirrm share/qt4/examples/tutorial/t9 @dirrm share/qt4/examples/tutorial/t8 @dirrm share/qt4/examples/tutorial/t7 @dirrm share/qt4/examples/tutorial/t6 @dirrm share/qt4/examples/tutorial/t5 @dirrm share/qt4/examples/tutorial/t4 @dirrm share/qt4/examples/tutorial/t3 @dirrm share/qt4/examples/tutorial/t2 @dirrm share/qt4/examples/tutorial/t14 @dirrm share/qt4/examples/tutorial/t13 @dirrm share/qt4/examples/tutorial/t12 @dirrm share/qt4/examples/tutorial/t11 @dirrm share/qt4/examples/tutorial/t10 @dirrm share/qt4/examples/tutorial/t1 @dirrm share/qt4/examples/tutorial @dirrm share/qt4/examples/tools/undoframework @dirrm share/qt4/examples/tools/treemodelcompleter/resources @dirrm share/qt4/examples/tools/treemodelcompleter @dirrm share/qt4/examples/tools/styleplugin/stylewindow/styles @dirrm share/qt4/examples/tools/styleplugin/stylewindow @dirrm share/qt4/examples/tools/styleplugin/plugin @dirrm share/qt4/examples/tools/styleplugin @dirrm share/qt4/examples/tools/settingseditor/inifiles @dirrm share/qt4/examples/tools/settingseditor @dirrm share/qt4/examples/tools/regexp @dirrm share/qt4/examples/tools/plugandpaintplugins/extrafilters @dirrm share/qt4/examples/tools/plugandpaintplugins/basictools @dirrm share/qt4/examples/tools/plugandpaintplugins @dirrm share/qt4/examples/tools/plugandpaint/plugins @dirrm share/qt4/examples/tools/plugandpaint @dirrm share/qt4/examples/tools/i18n/translations @dirrm share/qt4/examples/tools/i18n @dirrm share/qt4/examples/tools/echoplugin/plugin @dirrm share/qt4/examples/tools/echoplugin/echowindow @dirrm share/qt4/examples/tools/echoplugin @dirrm share/qt4/examples/tools/customcompleter/resources @dirrm share/qt4/examples/tools/customcompleter @dirrm share/qt4/examples/tools/completer/resources @dirrm share/qt4/examples/tools/completer @dirrm share/qt4/examples/tools/codecs/encodedfiles @dirrm share/qt4/examples/tools/codecs @dirrm share/qt4/examples/tools @dirrm share/qt4/examples/threads/waitconditions @dirrm share/qt4/examples/threads/semaphores @dirrm share/qt4/examples/threads/mandelbrot @dirrm share/qt4/examples/threads @dirrm share/qt4/examples/sql/tablemodel @dirrm share/qt4/examples/sql/relationaltablemodel @dirrm share/qt4/examples/sql/querymodel @dirrm share/qt4/examples/sql/masterdetail @dirrm share/qt4/examples/sql/drilldown @dirrm share/qt4/examples/sql/cachedtable @dirrm share/qt4/examples/sql @dirrm share/qt4/examples/script/tetrix @dirrm share/qt4/examples/script/qscript @dirrm share/qt4/examples/script/helloscript @dirrm share/qt4/examples/script/defaultprototypes @dirrm share/qt4/examples/script/context2d/scripts @dirrm share/qt4/examples/script/context2d @dirrm share/qt4/examples/script/calculator @dirrm share/qt4/examples/script @dirrm share/qt4/examples/richtext/syntaxhighlighter @dirrm share/qt4/examples/richtext/orderform @dirrm share/qt4/examples/richtext/calendar @dirrm share/qt4/examples/richtext @dirrm share/qt4/examples/qtestlib/tutorial4 @dirrm share/qt4/examples/qtestlib/tutorial3 @dirrm share/qt4/examples/qtestlib/tutorial2 @dirrm share/qt4/examples/qtestlib/tutorial1 @dirrm share/qt4/examples/qtestlib @dirrm share/qt4/examples/qdbus/remotecontrolledcar/controller @dirrm share/qt4/examples/qdbus/remotecontrolledcar/car @dirrm share/qt4/examples/qdbus/remotecontrolledcar @dirrm share/qt4/examples/qdbus/pingpong @dirrm share/qt4/examples/qdbus/listnames @dirrm share/qt4/examples/qdbus/complexpingpong @dirrm share/qt4/examples/qdbus/chat @dirrm share/qt4/examples/qdbus @dirrm share/qt4/examples/painting/transformations @dirrm share/qt4/examples/painting/svgviewer/files @dirrm share/qt4/examples/painting/svgviewer @dirrm share/qt4/examples/painting/painterpaths @dirrm share/qt4/examples/painting/imagecomposition/images @dirrm share/qt4/examples/painting/imagecomposition @dirrm share/qt4/examples/painting/fontsampler @dirrm share/qt4/examples/painting/concentriccircles @dirrm share/qt4/examples/painting/basicdrawing/images @dirrm share/qt4/examples/painting/basicdrawing @dirrm share/qt4/examples/painting @dirrm share/qt4/examples/opengl/textures/images @dirrm share/qt4/examples/opengl/textures @dirrm share/qt4/examples/opengl/samplebuffers @dirrm share/qt4/examples/opengl/pbuffers2 @dirrm share/qt4/examples/opengl/pbuffers @dirrm share/qt4/examples/opengl/overpainting @dirrm share/qt4/examples/opengl/hellogl @dirrm share/qt4/examples/opengl/grabber @dirrm share/qt4/examples/opengl/framebufferobject2 @dirrm share/qt4/examples/opengl/framebufferobject @dirrm share/qt4/examples/opengl/2dpainting @dirrm share/qt4/examples/opengl @dirrm share/qt4/examples/network/torrent/icons @dirrm share/qt4/examples/network/torrent/forms @dirrm share/qt4/examples/network/torrent/3rdparty @dirrm share/qt4/examples/network/torrent @dirrm share/qt4/examples/network/threadedfortuneserver @dirrm share/qt4/examples/network/loopback @dirrm share/qt4/examples/network/http @dirrm share/qt4/examples/network/ftp/images @dirrm share/qt4/examples/network/ftp @dirrm share/qt4/examples/network/fortuneserver @dirrm share/qt4/examples/network/fortuneclient @dirrm share/qt4/examples/network/chat @dirrm share/qt4/examples/network/broadcastsender @dirrm share/qt4/examples/network/broadcastreceiver @dirrm share/qt4/examples/network/blockingfortuneclient @dirrm share/qt4/examples/network @dirrm share/qt4/examples/mainwindows/sdi/images @dirrm share/qt4/examples/mainwindows/sdi @dirrm share/qt4/examples/mainwindows/recentfiles @dirrm share/qt4/examples/mainwindows/menus @dirrm share/qt4/examples/mainwindows/mdi/images @dirrm share/qt4/examples/mainwindows/mdi @dirrm share/qt4/examples/mainwindows/dockwidgets/images @dirrm share/qt4/examples/mainwindows/dockwidgets @dirrm share/qt4/examples/mainwindows/application/images @dirrm share/qt4/examples/mainwindows/application @dirrm share/qt4/examples/mainwindows @dirrm share/qt4/examples/linguist/trollprint @dirrm share/qt4/examples/linguist/hellotr @dirrm share/qt4/examples/linguist/arrowpad @dirrm share/qt4/examples/linguist @dirrm share/qt4/examples/layouts/flowlayout @dirrm share/qt4/examples/layouts/dynamiclayouts @dirrm share/qt4/examples/layouts/borderlayout @dirrm share/qt4/examples/layouts/basiclayouts @dirrm share/qt4/examples/layouts @dirrm share/qt4/examples/itemviews/stardelegate @dirrm share/qt4/examples/itemviews/spinboxdelegate @dirrm share/qt4/examples/itemviews/simplewidgetmapper @dirrm share/qt4/examples/itemviews/simpletreemodel @dirrm share/qt4/examples/itemviews/simpledommodel @dirrm share/qt4/examples/itemviews/puzzle @dirrm share/qt4/examples/itemviews/pixelator/images @dirrm share/qt4/examples/itemviews/pixelator @dirrm share/qt4/examples/itemviews/dirview @dirrm share/qt4/examples/itemviews/customsortfiltermodel @dirrm share/qt4/examples/itemviews/coloreditorfactory @dirrm share/qt4/examples/itemviews/chart @dirrm share/qt4/examples/itemviews/basicsortfiltermodel @dirrm share/qt4/examples/itemviews @dirrm share/qt4/examples/graphicsview/portedcanvas @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/ship @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/shield @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/rock3 @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/rock2 @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/rock1 @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/powerups @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/missile @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/exhaust @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites/bits @dirrm share/qt4/examples/graphicsview/portedasteroids/sprites @dirrm share/qt4/examples/graphicsview/portedasteroids/sounds @dirrm share/qt4/examples/graphicsview/portedasteroids @dirrm share/qt4/examples/graphicsview/elasticnodes @dirrm share/qt4/examples/graphicsview/dragdroprobot/images @dirrm share/qt4/examples/graphicsview/dragdroprobot @dirrm share/qt4/examples/graphicsview/diagramscene/images @dirrm share/qt4/examples/graphicsview/diagramscene @dirrm share/qt4/examples/graphicsview/collidingmice/images @dirrm share/qt4/examples/graphicsview/collidingmice @dirrm share/qt4/examples/graphicsview @dirrm share/qt4/examples/draganddrop/puzzle @dirrm share/qt4/examples/draganddrop/fridgemagnets @dirrm share/qt4/examples/draganddrop/dropsite @dirrm share/qt4/examples/draganddrop/draggabletext @dirrm share/qt4/examples/draganddrop/draggableicons/images @dirrm share/qt4/examples/draganddrop/draggableicons @dirrm share/qt4/examples/draganddrop @dirrm share/qt4/examples/dialogs/trivialwizard @dirrm share/qt4/examples/dialogs/tabdialog @dirrm share/qt4/examples/dialogs/standarddialogs @dirrm share/qt4/examples/dialogs/licensewizard @dirrm share/qt4/examples/dialogs/findfiles @dirrm share/qt4/examples/dialogs/extension @dirrm share/qt4/examples/dialogs/configdialog/images @dirrm share/qt4/examples/dialogs/configdialog @dirrm share/qt4/examples/dialogs/classwizard @dirrm share/qt4/examples/dialogs @dirrm share/qt4/examples/desktop/systray @dirrm share/qt4/examples/desktop/screenshot @dirrm share/qt4/examples/desktop @dirrm share/qt4/examples/designer/worldtimeclockplugin @dirrm share/qt4/examples/designer/worldtimeclockbuilder @dirrm share/qt4/examples/designer/taskmenuextension @dirrm share/qt4/examples/designer/customwidgetplugin @dirrm share/qt4/examples/designer/containerextension @dirrm share/qt4/examples/designer/calculatorform @dirrm share/qt4/examples/designer/calculatorbuilder @dirrm share/qt4/examples/designer @dirrm share/qt4/examples/assistant/simpletextviewer/documentation/images @dirrm share/qt4/examples/assistant/simpletextviewer/documentation @dirrm share/qt4/examples/assistant/simpletextviewer @dirrm share/qt4/examples/assistant @dirrm share/qt4/examples @dirrm share/qt4/demos/undo @dirrm share/qt4/demos/textedit/images/win @dirrm share/qt4/demos/textedit/images/mac @dirrm share/qt4/demos/textedit/images @dirrm share/qt4/demos/textedit @dirrm share/qt4/demos/sqlbrowser @dirrm share/qt4/demos/spreadsheet/images @dirrm share/qt4/demos/spreadsheet @dirrm share/qt4/demos/shared/images @dirrm share/qt4/demos/shared @dirrm share/qt4/demos/qtdemo/xml @dirrm share/qt4/demos/qtdemo/images @dirrm share/qt4/demos/qtdemo @dirrm share/qt4/demos/pathstroke @dirrm share/qt4/demos/mainwindow @dirrm share/qt4/demos/interview/images @dirrm share/qt4/demos/interview @dirrm share/qt4/demos/gradients @dirrm share/qt4/demos/deform @dirrm share/qt4/demos/composition @dirrm share/qt4/demos/chip @dirrm share/qt4/demos/books/images @dirrm share/qt4/demos/books @dirrm share/qt4/demos/arthurplugin @dirrm share/qt4/demos/affine @dirrm share/qt4/demos @dirrm lib/plugins/designer Property changes on: head/misc/qt4-qtdemo/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/qt4-network/Makefile =================================================================== --- head/net/qt4-network/Makefile (revision 196992) +++ head/net/qt4-network/Makefile (revision 196993) @@ -1,69 +1,67 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= network PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= net ipv6 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt network library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc corelib +QT_COMPONENTS= qmake_build moc_build rcc_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_OPENSSL= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/net/qt4-network/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/qt4-network/pkg-plist =================================================================== --- head/net/qt4-network/pkg-plist (revision 196992) +++ head/net/qt4-network/pkg-plist (revision 196993) @@ -1,70 +1,70 @@ include/Qt/QtNetwork include/Qt/qabstractsocket.h include/Qt/qauthenticator.h include/Qt/qftp.h include/Qt/qhostaddress.h include/Qt/qhostinfo.h include/Qt/qhttp.h include/Qt/qnetworkinterface.h include/Qt/qnetworkproxy.h include/Qt/qssl.h include/Qt/qsslcertificate.h include/Qt/qsslcipher.h include/Qt/qsslerror.h include/Qt/qsslkey.h include/Qt/qsslsocket.h include/Qt/qtcpserver.h include/Qt/qtcpsocket.h include/Qt/qudpsocket.h include/Qt/qurlinfo.h include/QtNetwork/QAbstractSocket include/QtNetwork/QAuthenticator include/QtNetwork/QFtp include/QtNetwork/QHostAddress include/QtNetwork/QHostInfo include/QtNetwork/QHttp include/QtNetwork/QHttpHeader include/QtNetwork/QHttpRequestHeader include/QtNetwork/QHttpResponseHeader include/QtNetwork/QIPv6Address include/QtNetwork/QNetworkAddressEntry include/QtNetwork/QNetworkInterface include/QtNetwork/QNetworkProxy include/QtNetwork/QSslCertificate include/QtNetwork/QSslCipher include/QtNetwork/QSslError include/QtNetwork/QSslKey include/QtNetwork/QSslSocket include/QtNetwork/QTcpServer include/QtNetwork/QTcpSocket include/QtNetwork/QUdpSocket include/QtNetwork/QUrlInfo include/QtNetwork/Q_IPV6ADDR include/QtNetwork/QtNetwork include/QtNetwork/qabstractsocket.h include/QtNetwork/qauthenticator.h include/QtNetwork/qftp.h include/QtNetwork/qhostaddress.h include/QtNetwork/qhostinfo.h include/QtNetwork/qhttp.h include/QtNetwork/qnetworkinterface.h include/QtNetwork/qnetworkproxy.h include/QtNetwork/qssl.h include/QtNetwork/qsslcertificate.h include/QtNetwork/qsslcipher.h include/QtNetwork/qsslerror.h include/QtNetwork/qsslkey.h include/QtNetwork/qsslsocket.h include/QtNetwork/qtcpserver.h include/QtNetwork/qtcpsocket.h include/QtNetwork/qudpsocket.h include/QtNetwork/qurlinfo.h lib/libQtNetwork.la lib/libQtNetwork.prl lib/libQtNetwork.so lib/libQtNetwork.so.4 lib/libQtNetwork.so.4.3 lib/libQtNetwork.so.4.3.0 -lib/libQtNetwork.so.4.3.0.debug +%%DEBUG%%lib/libQtNetwork.so.4.3.0.debug libdata/pkgconfig/QtNetwork.pc @dirrm include/QtNetwork Property changes on: head/net/qt4-network/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/qt4-xml/Makefile =================================================================== --- head/textproc/qt4-xml/Makefile (revision 196992) +++ head/textproc/qt4-xml/Makefile (revision 196993) @@ -1,68 +1,66 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= xml PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= textproc MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt XML library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib +QT_COMPONENTS= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/textproc/qt4-xml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/textproc/qt4-xml/pkg-plist =================================================================== --- head/textproc/qt4-xml/pkg-plist (revision 196992) +++ head/textproc/qt4-xml/pkg-plist (revision 196993) @@ -1,58 +1,59 @@ include/Qt/QtXml include/Qt/qdom.h include/Qt/qxml.h include/Qt/qxmlstream.h include/QtXml/QDomAttr include/QtXml/QDomCDATASection include/QtXml/QDomCharacterData include/QtXml/QDomComment include/QtXml/QDomDocument include/QtXml/QDomDocumentFragment include/QtXml/QDomDocumentType include/QtXml/QDomElement include/QtXml/QDomEntity include/QtXml/QDomEntityReference include/QtXml/QDomImplementation include/QtXml/QDomNamedNodeMap include/QtXml/QDomNode include/QtXml/QDomNodeList include/QtXml/QDomNotation include/QtXml/QDomProcessingInstruction include/QtXml/QDomText include/QtXml/QXmlAttributes include/QtXml/QXmlContentHandler include/QtXml/QXmlDTDHandler include/QtXml/QXmlDeclHandler include/QtXml/QXmlDefaultHandler include/QtXml/QXmlEntityResolver include/QtXml/QXmlErrorHandler include/QtXml/QXmlInputSource include/QtXml/QXmlLexicalHandler include/QtXml/QXmlLocator include/QtXml/QXmlNamespaceSupport include/QtXml/QXmlParseException include/QtXml/QXmlReader include/QtXml/QXmlSimpleReader include/QtXml/QXmlStreamAttribute include/QtXml/QXmlStreamAttributes include/QtXml/QXmlStreamEntityDeclaration include/QtXml/QXmlStreamEntityDeclarations include/QtXml/QXmlStreamNamespaceDeclaration include/QtXml/QXmlStreamNamespaceDeclarations include/QtXml/QXmlStreamNotationDeclaration include/QtXml/QXmlStreamNotationDeclarations include/QtXml/QXmlStreamReader include/QtXml/QXmlStreamStringRef include/QtXml/QXmlStreamWriter include/QtXml/QtXml include/QtXml/qdom.h include/QtXml/qxml.h include/QtXml/qxmlstream.h lib/libQtXml.la lib/libQtXml.prl lib/libQtXml.so lib/libQtXml.so.4 lib/libQtXml.so.4.3 lib/libQtXml.so.4.3.0 +%%DEBUG%%lib/libQtXml.so.4.3.0.debug libdata/pkgconfig/QtXml.pc @dirrm include/QtXml Property changes on: head/textproc/qt4-xml/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/x11/qt4-inputmethods/Makefile =================================================================== --- head/x11/qt4-inputmethods/Makefile (revision 196992) +++ head/x11/qt4-inputmethods/Makefile (revision 196993) @@ -1,56 +1,54 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= inputmethods PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= x11 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt input method plugins USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui +QT_COMPONENTS= qmake_build moc_build corelib gui QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/inputmethods|g' \ ${WRKSRC}/imsw-multi/imsw-multi.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc -.include +.include Property changes on: head/x11/qt4-inputmethods/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/qt4-inputmethods/pkg-plist =================================================================== --- head/x11/qt4-inputmethods/pkg-plist (revision 196992) +++ head/x11/qt4-inputmethods/pkg-plist (revision 196993) @@ -1,3 +1,3 @@ lib/plugins/inputmethods/libqimsw-multi.so -lib/plugins/inputmethods/libqimsw-multi.so.debug +%%DEBUG%%lib/plugins/inputmethods/libqimsw-multi.so.debug @dirrm lib/plugins/inputmethods Property changes on: head/x11/qt4-inputmethods/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11/qt4-opengl/Makefile =================================================================== --- head/x11/qt4-opengl/Makefile (revision 196992) +++ head/x11/qt4-opengl/Makefile (revision 196993) @@ -1,70 +1,68 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= opengl PORTVERSION= ${QT4_VERSION} PORTREVISION=0 CATEGORIES?= x11 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt OpenGL library USE_QT_VER= 4 -QT_COMPONENTS= qmake moc corelib gui +QT_COMPONENTS= qmake_build moc_build corelib gui QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_GL= yes USE_XLIB= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' \ --exclude '${DISTNAME}/src/xml' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \ --exclude '${DISTNAME}/src/tools/rcc' \ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* -.include +.include Property changes on: head/x11/qt4-opengl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/qt4-opengl/pkg-plist =================================================================== --- head/x11/qt4-opengl/pkg-plist (revision 196992) +++ head/x11/qt4-opengl/pkg-plist (revision 196993) @@ -1,25 +1,25 @@ include/Qt/QtOpenGL include/Qt/qgl.h include/Qt/qglcolormap.h include/Qt/qglframebufferobject.h include/Qt/qglpixelbuffer.h include/QtOpenGL/QGLColormap include/QtOpenGL/QGLContext include/QtOpenGL/QGLFormat include/QtOpenGL/QGLFramebufferObject include/QtOpenGL/QGLPixelBuffer include/QtOpenGL/QGLWidget include/QtOpenGL/QtOpenGL include/QtOpenGL/qgl.h include/QtOpenGL/qglcolormap.h include/QtOpenGL/qglframebufferobject.h include/QtOpenGL/qglpixelbuffer.h lib/libQtOpenGL.la lib/libQtOpenGL.prl lib/libQtOpenGL.so lib/libQtOpenGL.so.4 lib/libQtOpenGL.so.4.3 lib/libQtOpenGL.so.4.3.0 -lib/libQtOpenGL.so.4.3.0.debug +%%DEBUG%%lib/libQtOpenGL.so.4.3.0.debug libdata/pkgconfig/QtOpenGL.pc @dirrm include/QtOpenGL Property changes on: head/x11/qt4-opengl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-toolkits/qt4-gui/Makefile =================================================================== --- head/x11-toolkits/qt4-gui/Makefile (revision 196992) +++ head/x11-toolkits/qt4-gui/Makefile (revision 196993) @@ -1,93 +1,93 @@ # -*-mode: makefile-*- # New ports collection makefile for: qt40 # Date created: Wed Jun 29 11:49:42 CEST 2005 # Whom: lofi@freebsd.org # # $FreeBSD$ # PORTNAME= gui PORTVERSION= ${QT4_VERSION} PORTREVISION= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical user interface library LIB_DEPENDS?= png:${PORTSDIR}/graphics/png USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_XLIB= yes ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \ --exclude '${DISTNAME}/src/network' --exclude '${DISTNAME}/src/xml' \ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \ --exclude '${DISTNAME}/src/sql' \ --exclude '${DISTNAME}/src/tools/moc' --exclude '${DISTNAME}/src/tools/uic' \ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/uic3' \ --exclude '${DISTNAME}/tools/assistant' \ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb' WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME} CONFIGURE_WRKSRC=${WRKSRC}/../../ PATCH_WRKSRC=${CONFIGURE_WRKSRC} OPTIONS= CUPS "Enable printing support (requires CUPS)" off \ NAS "Enable sound support (requires NAS)" off .include .if !defined(WITHOUT_CUPS) || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= cupsd:${PORTSDIR}/print/cups-base CUPS= -cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= .endif .if !defined(WITHOUT_NAS) LIB_DEPENDS+= audio:${PORTSDIR}/audio/nas CONFIGURE_ARGS+=-system-nas-sound .elif defined(WITHOUT_NAS) CONFIGURE_ARGS+=-no-nas-sound .endif pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/imageformats|g' \ ${WRKSRC}/../plugins/imageformats/gif/gif.pro \ ${WRKSRC}/../plugins/imageformats/jpeg/jpeg.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/../../lib/pkgconfig/*Qt* .include Property changes on: head/x11-toolkits/qt4-gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/qt4-gui/pkg-plist =================================================================== --- head/x11-toolkits/qt4-gui/pkg-plist (revision 196992) +++ head/x11-toolkits/qt4-gui/pkg-plist (revision 196993) @@ -1,744 +1,745 @@ include/Qt/QtGui include/Qt/qabstractbutton.h include/Qt/qabstractitemdelegate.h include/Qt/qabstractitemview.h include/Qt/qabstractpagesetupdialog.h include/Qt/qabstractprintdialog.h include/Qt/qabstractproxymodel.h include/Qt/qabstractscrollarea.h include/Qt/qabstractslider.h include/Qt/qabstractspinbox.h include/Qt/qabstracttextdocumentlayout.h include/Qt/qaccessible.h include/Qt/qaccessible2.h include/Qt/qaccessiblebridge.h include/Qt/qaccessibleobject.h include/Qt/qaccessibleplugin.h include/Qt/qaccessiblewidget.h include/Qt/qaction.h include/Qt/qactiongroup.h include/Qt/qapplication.h include/Qt/qbitmap.h include/Qt/qboxlayout.h include/Qt/qbrush.h include/Qt/qbuttongroup.h include/Qt/qcalendarwidget.h include/Qt/qcdestyle.h include/Qt/qcheckbox.h include/Qt/qcleanlooksstyle.h include/Qt/qclipboard.h include/Qt/qcolor.h include/Qt/qcolordialog.h include/Qt/qcolormap.h include/Qt/qcolumnview.h include/Qt/qcombobox.h include/Qt/qcommonstyle.h include/Qt/qcompleter.h include/Qt/qcursor.h include/Qt/qdatawidgetmapper.h include/Qt/qdatetimeedit.h include/Qt/qdesktopservices.h include/Qt/qdesktopwidget.h include/Qt/qdial.h include/Qt/qdialog.h include/Qt/qdialogbuttonbox.h include/Qt/qdirmodel.h include/Qt/qdockwidget.h include/Qt/qdrag.h include/Qt/qdrawutil.h include/Qt/qerrormessage.h include/Qt/qevent.h include/Qt/qfiledialog.h include/Qt/qfileiconprovider.h include/Qt/qfocusframe.h include/Qt/qfont.h include/Qt/qfontcombobox.h include/Qt/qfontdatabase.h include/Qt/qfontdialog.h include/Qt/qfontinfo.h include/Qt/qfontmetrics.h include/Qt/qframe.h include/Qt/qgraphicsitem.h include/Qt/qgraphicsitemanimation.h include/Qt/qgraphicsscene.h include/Qt/qgraphicssceneevent.h include/Qt/qgraphicsview.h include/Qt/qgridlayout.h include/Qt/qgroupbox.h include/Qt/qheaderview.h include/Qt/qicon.h include/Qt/qiconengine.h include/Qt/qiconengineplugin.h include/Qt/qimage.h include/Qt/qimageiohandler.h include/Qt/qimagereader.h include/Qt/qimagewriter.h include/Qt/qinputcontext.h include/Qt/qinputcontextfactory.h include/Qt/qinputcontextplugin.h include/Qt/qinputdialog.h include/Qt/qitemdelegate.h include/Qt/qitemeditorfactory.h include/Qt/qitemselectionmodel.h include/Qt/qkeysequence.h include/Qt/qlabel.h include/Qt/qlayout.h include/Qt/qlayoutitem.h include/Qt/qlcdnumber.h include/Qt/qlineedit.h include/Qt/qlistview.h include/Qt/qlistwidget.h include/Qt/qmainwindow.h include/Qt/qmatrix.h include/Qt/qmdiarea.h include/Qt/qmdisubwindow.h include/Qt/qmenu.h include/Qt/qmenubar.h include/Qt/qmenudata.h include/Qt/qmessagebox.h include/Qt/qmime.h include/Qt/qmotifstyle.h include/Qt/qmovie.h include/Qt/qpagesetupdialog.h include/Qt/qpaintdevice.h include/Qt/qpaintengine.h include/Qt/qpainter.h include/Qt/qpainterpath.h include/Qt/qpalette.h include/Qt/qpen.h include/Qt/qpicture.h include/Qt/qpictureformatplugin.h include/Qt/qpixmap.h include/Qt/qpixmapcache.h include/Qt/qplastiquestyle.h include/Qt/qpolygon.h include/Qt/qprintdialog.h include/Qt/qprintengine.h include/Qt/qprinter.h include/Qt/qprogressbar.h include/Qt/qprogressdialog.h include/Qt/qproxymodel.h include/Qt/qpushbutton.h include/Qt/qradiobutton.h include/Qt/qregion.h include/Qt/qrgb.h include/Qt/qrubberband.h include/Qt/qscrollarea.h include/Qt/qscrollbar.h include/Qt/qsessionmanager.h include/Qt/qshortcut.h include/Qt/qsizegrip.h include/Qt/qsizepolicy.h include/Qt/qslider.h include/Qt/qsortfilterproxymodel.h include/Qt/qsound.h include/Qt/qspinbox.h include/Qt/qsplashscreen.h include/Qt/qsplitter.h include/Qt/qstackedlayout.h include/Qt/qstackedwidget.h include/Qt/qstandarditemmodel.h include/Qt/qstatusbar.h include/Qt/qstringlistmodel.h include/Qt/qstyle.h include/Qt/qstylefactory.h include/Qt/qstyleoption.h include/Qt/qstylepainter.h include/Qt/qstyleplugin.h include/Qt/qsyntaxhighlighter.h include/Qt/qsystemtrayicon.h include/Qt/qtabbar.h include/Qt/qtableview.h include/Qt/qtablewidget.h include/Qt/qtabwidget.h include/Qt/qtextbrowser.h include/Qt/qtextcursor.h include/Qt/qtextdocument.h include/Qt/qtextdocumentfragment.h include/Qt/qtextedit.h include/Qt/qtextformat.h include/Qt/qtextlayout.h include/Qt/qtextlist.h include/Qt/qtextobject.h include/Qt/qtextoption.h include/Qt/qtexttable.h include/Qt/qtoolbar.h include/Qt/qtoolbox.h include/Qt/qtoolbutton.h include/Qt/qtooltip.h include/Qt/qtransform.h include/Qt/qtreeview.h include/Qt/qtreewidget.h include/Qt/qtreewidgetitemiterator.h include/Qt/qundogroup.h include/Qt/qundostack.h include/Qt/qundoview.h include/Qt/qvalidator.h include/Qt/qwhatsthis.h include/Qt/qwidget.h include/Qt/qwidgetaction.h include/Qt/qwindowdefs.h include/Qt/qwindowsstyle.h include/Qt/qwindowsvistastyle.h include/Qt/qwindowsxpstyle.h include/Qt/qwizard.h include/Qt/qwmatrix.h include/Qt/qworkspace.h include/Qt/qx11embed_x11.h include/Qt/qx11info_x11.h include/QtGui/QAbstractButton include/QtGui/QAbstractGraphicsShapeItem include/QtGui/QAbstractItemDelegate include/QtGui/QAbstractItemView include/QtGui/QAbstractPageSetupDialog include/QtGui/QAbstractPrintDialog include/QtGui/QAbstractProxyModel include/QtGui/QAbstractScrollArea include/QtGui/QAbstractSlider include/QtGui/QAbstractSpinBox include/QtGui/QAbstractTextDocumentLayout include/QtGui/QAbstractUndoItem include/QtGui/QAccessible include/QtGui/QAccessible2Interface include/QtGui/QAccessibleApplication include/QtGui/QAccessibleBridge include/QtGui/QAccessibleBridgeFactoryInterface include/QtGui/QAccessibleBridgePlugin include/QtGui/QAccessibleEditableTextInterface include/QtGui/QAccessibleEvent include/QtGui/QAccessibleFactoryInterface include/QtGui/QAccessibleInterface include/QtGui/QAccessibleInterfaceEx include/QtGui/QAccessibleObject include/QtGui/QAccessibleObjectEx include/QtGui/QAccessiblePlugin include/QtGui/QAccessibleSimpleEditableTextInterface include/QtGui/QAccessibleTableInterface include/QtGui/QAccessibleTextInterface include/QtGui/QAccessibleValueInterface include/QtGui/QAccessibleWidget include/QtGui/QAccessibleWidgetEx include/QtGui/QAction include/QtGui/QActionEvent include/QtGui/QActionGroup include/QtGui/QApplication include/QtGui/QBitmap include/QtGui/QBoxLayout include/QtGui/QBrush include/QtGui/QBrushData include/QtGui/QButtonGroup include/QtGui/QCDEStyle include/QtGui/QCalendarWidget include/QtGui/QCheckBox include/QtGui/QCleanlooksStyle include/QtGui/QClipboard include/QtGui/QClipboardEvent include/QtGui/QCloseEvent include/QtGui/QColor include/QtGui/QColorDialog include/QtGui/QColorGroup include/QtGui/QColormap include/QtGui/QColumnView include/QtGui/QComboBox include/QtGui/QCommonStyle include/QtGui/QCompleter include/QtGui/QConicalGradient include/QtGui/QContextMenuEvent include/QtGui/QCursor include/QtGui/QCursorShape include/QtGui/QDataWidgetMapper include/QtGui/QDateEdit include/QtGui/QDateTimeEdit include/QtGui/QDesktopServices include/QtGui/QDesktopWidget include/QtGui/QDial include/QtGui/QDialog include/QtGui/QDialogButtonBox include/QtGui/QDirModel include/QtGui/QDockWidget include/QtGui/QDoubleSpinBox include/QtGui/QDoubleValidator include/QtGui/QDrag include/QtGui/QDragEnterEvent include/QtGui/QDragLeaveEvent include/QtGui/QDragMoveEvent include/QtGui/QDragResponseEvent include/QtGui/QDropEvent include/QtGui/QErrorMessage include/QtGui/QFileDialog include/QtGui/QFileIconProvider include/QtGui/QFileOpenEvent include/QtGui/QFocusEvent include/QtGui/QFocusFrame include/QtGui/QFont include/QtGui/QFontComboBox include/QtGui/QFontDatabase include/QtGui/QFontDialog include/QtGui/QFontInfo include/QtGui/QFontMetrics include/QtGui/QFontMetricsF include/QtGui/QFrame include/QtGui/QGradient include/QtGui/QGradientStop include/QtGui/QGradientStops include/QtGui/QGraphicsEllipseItem include/QtGui/QGraphicsItem include/QtGui/QGraphicsItemAnimation include/QtGui/QGraphicsItemGroup include/QtGui/QGraphicsLineItem include/QtGui/QGraphicsPathItem include/QtGui/QGraphicsPixmapItem include/QtGui/QGraphicsPolygonItem include/QtGui/QGraphicsRectItem include/QtGui/QGraphicsScene include/QtGui/QGraphicsSceneContextMenuEvent include/QtGui/QGraphicsSceneDragDropEvent include/QtGui/QGraphicsSceneEvent include/QtGui/QGraphicsSceneHelpEvent include/QtGui/QGraphicsSceneHoverEvent include/QtGui/QGraphicsSceneMouseEvent include/QtGui/QGraphicsSceneWheelEvent include/QtGui/QGraphicsSimpleTextItem include/QtGui/QGraphicsTextItem include/QtGui/QGraphicsView include/QtGui/QGridLayout include/QtGui/QGroupBox include/QtGui/QHBoxLayout include/QtGui/QHeaderView include/QtGui/QHelpEvent include/QtGui/QHideEvent include/QtGui/QHoverEvent include/QtGui/QIcon include/QtGui/QIconDragEvent include/QtGui/QIconEngine include/QtGui/QIconEngineFactoryInterface include/QtGui/QIconEngineFactoryInterfaceV2 include/QtGui/QIconEnginePlugin include/QtGui/QIconEnginePluginV2 include/QtGui/QIconEngineV2 include/QtGui/QIconSet include/QtGui/QImage include/QtGui/QImageIOHandler include/QtGui/QImageIOHandlerFactoryInterface include/QtGui/QImageIOPlugin include/QtGui/QImageReader include/QtGui/QImageTextKeyLang include/QtGui/QImageWriter include/QtGui/QInputContext include/QtGui/QInputContextFactory include/QtGui/QInputContextFactoryInterface include/QtGui/QInputContextPlugin include/QtGui/QInputDialog include/QtGui/QInputEvent include/QtGui/QInputMethodEvent include/QtGui/QIntValidator include/QtGui/QItemDelegate include/QtGui/QItemEditorCreator include/QtGui/QItemEditorCreatorBase include/QtGui/QItemEditorFactory include/QtGui/QItemSelection include/QtGui/QItemSelectionModel include/QtGui/QItemSelectionRange include/QtGui/QKeyEvent include/QtGui/QKeySequence include/QtGui/QLCDNumber include/QtGui/QLabel include/QtGui/QLayout include/QtGui/QLayoutItem include/QtGui/QLayoutIterator include/QtGui/QLineEdit include/QtGui/QLinearGradient include/QtGui/QListView include/QtGui/QListWidget include/QtGui/QListWidgetItem include/QtGui/QMacMime include/QtGui/QMacPasteboardMime include/QtGui/QMainWindow include/QtGui/QMatrix include/QtGui/QMdiArea include/QtGui/QMdiSubWindow include/QtGui/QMenu include/QtGui/QMenuBar include/QtGui/QMenuItem include/QtGui/QMenubarUpdatedEvent include/QtGui/QMessageBox include/QtGui/QMimeSource include/QtGui/QMotifStyle include/QtGui/QMouseEvent include/QtGui/QMoveEvent include/QtGui/QMovie include/QtGui/QPageSetupDialog include/QtGui/QPaintDevice include/QtGui/QPaintEngine include/QtGui/QPaintEngineState include/QtGui/QPaintEvent include/QtGui/QPainter include/QtGui/QPainterPath include/QtGui/QPainterPathPrivate include/QtGui/QPainterPathStroker include/QtGui/QPalette include/QtGui/QPen include/QtGui/QPicture include/QtGui/QPictureFormatInterface include/QtGui/QPictureFormatPlugin include/QtGui/QPictureIO include/QtGui/QPixmap include/QtGui/QPixmapCache include/QtGui/QPlastiqueStyle include/QtGui/QPolygon include/QtGui/QPolygonF include/QtGui/QPrintDialog include/QtGui/QPrintEngine include/QtGui/QPrinter include/QtGui/QProgressBar include/QtGui/QProgressDialog include/QtGui/QProxyModel include/QtGui/QPushButton include/QtGui/QRadialGradient include/QtGui/QRadioButton include/QtGui/QRegExpValidator include/QtGui/QRegion include/QtGui/QResizeEvent include/QtGui/QRgb include/QtGui/QRubberBand include/QtGui/QScrollArea include/QtGui/QScrollBar include/QtGui/QSessionManager include/QtGui/QShortcut include/QtGui/QShortcutEvent include/QtGui/QShowEvent include/QtGui/QSizeGrip include/QtGui/QSizePolicy include/QtGui/QSlider include/QtGui/QSortFilterProxyModel include/QtGui/QSound include/QtGui/QSpacerItem include/QtGui/QSpinBox include/QtGui/QSplashScreen include/QtGui/QSplitter include/QtGui/QSplitterHandle include/QtGui/QStackedLayout include/QtGui/QStackedWidget include/QtGui/QStandardItem include/QtGui/QStandardItemEditorCreator include/QtGui/QStandardItemModel include/QtGui/QStatusBar include/QtGui/QStatusTipEvent include/QtGui/QStringListModel include/QtGui/QStyle include/QtGui/QStyleFactory include/QtGui/QStyleFactoryInterface include/QtGui/QStyleHintReturn include/QtGui/QStyleHintReturnMask include/QtGui/QStyleHintReturnVariant include/QtGui/QStyleOption include/QtGui/QStyleOptionButton include/QtGui/QStyleOptionComboBox include/QtGui/QStyleOptionComplex include/QtGui/QStyleOptionDockWidget include/QtGui/QStyleOptionDockWidgetV2 include/QtGui/QStyleOptionFocusRect include/QtGui/QStyleOptionFrame include/QtGui/QStyleOptionFrameV2 include/QtGui/QStyleOptionGraphicsItem include/QtGui/QStyleOptionGroupBox include/QtGui/QStyleOptionHeader include/QtGui/QStyleOptionMenuItem include/QtGui/QStyleOptionProgressBar include/QtGui/QStyleOptionProgressBarV2 include/QtGui/QStyleOptionQ3DockWindow include/QtGui/QStyleOptionQ3ListView include/QtGui/QStyleOptionQ3ListViewItem include/QtGui/QStyleOptionRubberBand include/QtGui/QStyleOptionSizeGrip include/QtGui/QStyleOptionSlider include/QtGui/QStyleOptionSpinBox include/QtGui/QStyleOptionTab include/QtGui/QStyleOptionTabBarBase include/QtGui/QStyleOptionTabV2 include/QtGui/QStyleOptionTabWidgetFrame include/QtGui/QStyleOptionTitleBar include/QtGui/QStyleOptionToolBar include/QtGui/QStyleOptionToolBox include/QtGui/QStyleOptionToolBoxV2 include/QtGui/QStyleOptionToolButton include/QtGui/QStyleOptionViewItem include/QtGui/QStyleOptionViewItemV2 include/QtGui/QStyleOptionViewItemV3 include/QtGui/QStylePainter include/QtGui/QStylePlugin include/QtGui/QSyntaxHighlighter include/QtGui/QSystemTrayIcon include/QtGui/QTabBar include/QtGui/QTabWidget include/QtGui/QTableView include/QtGui/QTableWidget include/QtGui/QTableWidgetItem include/QtGui/QTableWidgetSelectionRange include/QtGui/QTabletEvent include/QtGui/QTextBlock include/QtGui/QTextBlockFormat include/QtGui/QTextBlockGroup include/QtGui/QTextBlockUserData include/QtGui/QTextBrowser include/QtGui/QTextCharFormat include/QtGui/QTextCursor include/QtGui/QTextDocument include/QtGui/QTextDocumentFragment include/QtGui/QTextEdit include/QtGui/QTextFormat include/QtGui/QTextFragment include/QtGui/QTextFrame include/QtGui/QTextFrameFormat include/QtGui/QTextFrameLayoutData include/QtGui/QTextImageFormat include/QtGui/QTextInlineObject include/QtGui/QTextItem include/QtGui/QTextLayout include/QtGui/QTextLength include/QtGui/QTextLine include/QtGui/QTextList include/QtGui/QTextListFormat include/QtGui/QTextObject include/QtGui/QTextObjectInterface include/QtGui/QTextOption include/QtGui/QTextTable include/QtGui/QTextTableCell include/QtGui/QTextTableFormat include/QtGui/QTimeEdit include/QtGui/QToolBar include/QtGui/QToolBarChangeEvent include/QtGui/QToolBox include/QtGui/QToolButton include/QtGui/QToolTip include/QtGui/QTransform include/QtGui/QTreeView include/QtGui/QTreeWidget include/QtGui/QTreeWidgetItem include/QtGui/QTreeWidgetItemIterator include/QtGui/QUndoCommand include/QtGui/QUndoGroup include/QtGui/QUndoStack include/QtGui/QUndoView include/QtGui/QUpdateLaterEvent include/QtGui/QVBoxLayout include/QtGui/QValidator include/QtGui/QWMatrix include/QtGui/QWhatsThis include/QtGui/QWhatsThisClickedEvent include/QtGui/QWheelEvent include/QtGui/QWidget include/QtGui/QWidgetAction include/QtGui/QWidgetData include/QtGui/QWidgetItem include/QtGui/QWidgetList include/QtGui/QWidgetMapper include/QtGui/QWidgetSet include/QtGui/QWindowStateChangeEvent include/QtGui/QWindowsMime include/QtGui/QWindowsStyle include/QtGui/QWindowsVistaStyle include/QtGui/QWindowsXPStyle include/QtGui/QWizard include/QtGui/QWizardPage include/QtGui/QWorkspace include/QtGui/QX11EmbedContainer include/QtGui/QX11EmbedWidget include/QtGui/QX11Info include/QtGui/QtEvents include/QtGui/QtGui include/QtGui/qabstractbutton.h include/QtGui/qabstractitemdelegate.h include/QtGui/qabstractitemview.h include/QtGui/qabstractpagesetupdialog.h include/QtGui/qabstractprintdialog.h include/QtGui/qabstractproxymodel.h include/QtGui/qabstractscrollarea.h include/QtGui/qabstractslider.h include/QtGui/qabstractspinbox.h include/QtGui/qabstracttextdocumentlayout.h include/QtGui/qaccessible.h include/QtGui/qaccessible2.h include/QtGui/qaccessiblebridge.h include/QtGui/qaccessibleobject.h include/QtGui/qaccessibleplugin.h include/QtGui/qaccessiblewidget.h include/QtGui/qaction.h include/QtGui/qactiongroup.h include/QtGui/qapplication.h include/QtGui/qbitmap.h include/QtGui/qboxlayout.h include/QtGui/qbrush.h include/QtGui/qbuttongroup.h include/QtGui/qcalendarwidget.h include/QtGui/qcdestyle.h include/QtGui/qcheckbox.h include/QtGui/qcleanlooksstyle.h include/QtGui/qclipboard.h include/QtGui/qcolor.h include/QtGui/qcolordialog.h include/QtGui/qcolormap.h include/QtGui/qcolumnview.h include/QtGui/qcombobox.h include/QtGui/qcommonstyle.h include/QtGui/qcompleter.h include/QtGui/qcursor.h include/QtGui/qdatawidgetmapper.h include/QtGui/qdatetimeedit.h include/QtGui/qdesktopservices.h include/QtGui/qdesktopwidget.h include/QtGui/qdial.h include/QtGui/qdialog.h include/QtGui/qdialogbuttonbox.h include/QtGui/qdirmodel.h include/QtGui/qdockwidget.h include/QtGui/qdrag.h include/QtGui/qdrawutil.h include/QtGui/qerrormessage.h include/QtGui/qevent.h include/QtGui/qfiledialog.h include/QtGui/qfileiconprovider.h include/QtGui/qfocusframe.h include/QtGui/qfont.h include/QtGui/qfontcombobox.h include/QtGui/qfontdatabase.h include/QtGui/qfontdialog.h include/QtGui/qfontinfo.h include/QtGui/qfontmetrics.h include/QtGui/qframe.h include/QtGui/qgraphicsitem.h include/QtGui/qgraphicsitemanimation.h include/QtGui/qgraphicsscene.h include/QtGui/qgraphicssceneevent.h include/QtGui/qgraphicsview.h include/QtGui/qgridlayout.h include/QtGui/qgroupbox.h include/QtGui/qheaderview.h include/QtGui/qicon.h include/QtGui/qiconengine.h include/QtGui/qiconengineplugin.h include/QtGui/qimage.h include/QtGui/qimageiohandler.h include/QtGui/qimagereader.h include/QtGui/qimagewriter.h include/QtGui/qinputcontext.h include/QtGui/qinputcontextfactory.h include/QtGui/qinputcontextplugin.h include/QtGui/qinputdialog.h include/QtGui/qitemdelegate.h include/QtGui/qitemeditorfactory.h include/QtGui/qitemselectionmodel.h include/QtGui/qkeysequence.h include/QtGui/qlabel.h include/QtGui/qlayout.h include/QtGui/qlayoutitem.h include/QtGui/qlcdnumber.h include/QtGui/qlineedit.h include/QtGui/qlistview.h include/QtGui/qlistwidget.h include/QtGui/qmainwindow.h include/QtGui/qmatrix.h include/QtGui/qmdiarea.h include/QtGui/qmdisubwindow.h include/QtGui/qmenu.h include/QtGui/qmenubar.h include/QtGui/qmenudata.h include/QtGui/qmessagebox.h include/QtGui/qmime.h include/QtGui/qmotifstyle.h include/QtGui/qmovie.h include/QtGui/qpagesetupdialog.h include/QtGui/qpaintdevice.h include/QtGui/qpaintengine.h include/QtGui/qpainter.h include/QtGui/qpainterpath.h include/QtGui/qpalette.h include/QtGui/qpen.h include/QtGui/qpicture.h include/QtGui/qpictureformatplugin.h include/QtGui/qpixmap.h include/QtGui/qpixmapcache.h include/QtGui/qplastiquestyle.h include/QtGui/qpolygon.h include/QtGui/qprintdialog.h include/QtGui/qprintengine.h include/QtGui/qprinter.h include/QtGui/qprogressbar.h include/QtGui/qprogressdialog.h include/QtGui/qproxymodel.h include/QtGui/qpushbutton.h include/QtGui/qradiobutton.h include/QtGui/qregion.h include/QtGui/qrgb.h include/QtGui/qrubberband.h include/QtGui/qscrollarea.h include/QtGui/qscrollbar.h include/QtGui/qsessionmanager.h include/QtGui/qshortcut.h include/QtGui/qsizegrip.h include/QtGui/qsizepolicy.h include/QtGui/qslider.h include/QtGui/qsortfilterproxymodel.h include/QtGui/qsound.h include/QtGui/qspinbox.h include/QtGui/qsplashscreen.h include/QtGui/qsplitter.h include/QtGui/qstackedlayout.h include/QtGui/qstackedwidget.h include/QtGui/qstandarditemmodel.h include/QtGui/qstatusbar.h include/QtGui/qstringlistmodel.h include/QtGui/qstyle.h include/QtGui/qstylefactory.h include/QtGui/qstyleoption.h include/QtGui/qstylepainter.h include/QtGui/qstyleplugin.h include/QtGui/qsyntaxhighlighter.h include/QtGui/qsystemtrayicon.h include/QtGui/qtabbar.h include/QtGui/qtableview.h include/QtGui/qtablewidget.h include/QtGui/qtabwidget.h include/QtGui/qtextbrowser.h include/QtGui/qtextcursor.h include/QtGui/qtextdocument.h include/QtGui/qtextdocumentfragment.h include/QtGui/qtextedit.h include/QtGui/qtextformat.h include/QtGui/qtextlayout.h include/QtGui/qtextlist.h include/QtGui/qtextobject.h include/QtGui/qtextoption.h include/QtGui/qtexttable.h include/QtGui/qtoolbar.h include/QtGui/qtoolbox.h include/QtGui/qtoolbutton.h include/QtGui/qtooltip.h include/QtGui/qtransform.h include/QtGui/qtreeview.h include/QtGui/qtreewidget.h include/QtGui/qtreewidgetitemiterator.h include/QtGui/qundogroup.h include/QtGui/qundostack.h include/QtGui/qundoview.h include/QtGui/qvalidator.h include/QtGui/qwhatsthis.h include/QtGui/qwidget.h include/QtGui/qwidgetaction.h include/QtGui/qwindowdefs.h include/QtGui/qwindowsstyle.h include/QtGui/qwindowsvistastyle.h include/QtGui/qwindowsxpstyle.h include/QtGui/qwizard.h include/QtGui/qwmatrix.h include/QtGui/qworkspace.h include/QtGui/qx11embed_x11.h include/QtGui/qx11info_x11.h lib/libQtGui.la lib/libQtGui.prl lib/libQtGui.so lib/libQtGui.so.4 lib/libQtGui.so.4.3 lib/libQtGui.so.4.3.0 +%%DEBUG%%lib/libQtGui.so.4.3.0.debug libdata/pkgconfig/QtGui.pc @dirrm include/QtGui Property changes on: head/x11-toolkits/qt4-gui/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property