Wed Sep 14 18:12:57 2011 UTC ()
Fix build on SunOS.


(hans)
diff -r1.46 -r1.47 pkgsrc/x11/qt4-tools/Makefile
diff -r1.26 -r1.27 pkgsrc/x11/qt4-tools/PLIST

cvs diff -r1.46 -r1.47 pkgsrc/x11/qt4-tools/Makefile (switch to unified diff)

--- pkgsrc/x11/qt4-tools/Makefile 2011/09/04 15:42:52 1.46
+++ pkgsrc/x11/qt4-tools/Makefile 2011/09/14 18:12:57 1.47
@@ -1,82 +1,89 @@ @@ -1,82 +1,89 @@
1# $NetBSD: Makefile,v 1.46 2011/09/04 15:42:52 adam Exp $ 1# $NetBSD: Makefile,v 1.47 2011/09/14 18:12:57 hans Exp $
2 2
3PKG_DESTDIR_SUPPORT= user-destdir 3PKG_DESTDIR_SUPPORT= user-destdir
4 4
5.include "../../x11/qt4-libs/Makefile.common" 5.include "../../x11/qt4-libs/Makefile.common"
6 6
7PKGNAME= qt4-tools-${QTVERSION} 7PKGNAME= qt4-tools-${QTVERSION}
8COMMENT= QT GUI (WYSIWYG) builder and other tools 8COMMENT= QT GUI (WYSIWYG) builder and other tools
9 9
10DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base 10DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
11 11
12CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib 12CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
13CONFIGURE_ARGS+= -DQT_NO_DBUS 13CONFIGURE_ARGS+= -DQT_NO_DBUS
14 14
15# XXX this is to test what really gets installed when 'do-install' is disabled 15# XXX this is to test what really gets installed when 'do-install' is disabled
16INSTALL_DIRS+= tools 16INSTALL_DIRS+= tools
17 17
18BUILD_TARGET= sub-tools-bootstrap sub-tools 18BUILD_TARGET= sub-tools-bootstrap sub-tools
19 19
20BUILD_QT4= yes 20BUILD_QT4= yes
21UNLIMIT_RESOURCES= datasize 21UNLIMIT_RESOURCES= datasize
22 22
23INSTALLATION_DIRS= lib/pkgconfig 23INSTALLATION_DIRS= lib/pkgconfig
24INSTALLATION_DIRS+= ${QTPREFIX}/bin 24INSTALLATION_DIRS+= ${QTPREFIX}/bin
25INSTALLATION_DIRS+= ${QTPREFIX}/lib 25INSTALLATION_DIRS+= ${QTPREFIX}/lib
26INSTALLATION_DIRS+= ${QTPREFIX}/phrasebooks 26INSTALLATION_DIRS+= ${QTPREFIX}/phrasebooks
27INSTALLATION_DIRS+= ${QTPREFIX}/plugins/designer 27INSTALLATION_DIRS+= ${QTPREFIX}/plugins/designer
28INSTALLATION_DIRS+= ${QTPREFIX}/mkspecs 28INSTALLATION_DIRS+= ${QTPREFIX}/mkspecs
29INSTALLATION_DIRS+= ${QTPREFIX}/tools/qdoc3 29INSTALLATION_DIRS+= ${QTPREFIX}/tools/qdoc3
30INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} 30INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
31 31
 32PLIST_VARS+= notSunOS SunOS
 33.if ${OPSYS} == "SunOS"
 34PLIST.SunOS= yes
 35.else
 36PLIST.notSunOS= yes
 37.endif
 38
32post-configure: 39post-configure:
33 ln -sf ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc 40 ln -sf ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc
34 ln -sf ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic 41 ln -sf ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic
35 ln -sf ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc 42 ln -sf ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc
36 43
37QTPROG_BIN= lconvert lrelease lupdate pixeltool qdoc3 qmake qt3to4 44QTPROG_BIN= lconvert lrelease lupdate pixeltool qdoc3 qmake qt3to4
38QTPROG_BIN+= qttracereplay xmlpatterns xmlpatternsvalidator 45QTPROG_BIN+= qttracereplay xmlpatterns xmlpatternsvalidator
39QTPROG_LT= qcollectiongenerator qhelpconverter qhelpgenerator 46QTPROG_LT= qcollectiongenerator qhelpconverter qhelpgenerator
40.if ${OPSYS} == "Darwin" 47.if ${OPSYS} == "Darwin"
41QTPROG_BIN+= QMLViewer macdeployqt 48QTPROG_BIN+= QMLViewer macdeployqt
42QTPROG_LT+= Assistant Designer Linguist 49QTPROG_LT+= Assistant Designer Linguist
43.else 50.else
44QTPROG_BIN+= qmlviewer qtconfig 51QTPROG_BIN+= qmlviewer qtconfig
45QTPROG_LT+= assistant designer linguist 52QTPROG_LT+= assistant designer linguist
46.endif 53.endif
47 54
48do-install: 55do-install:
49.for prog in ${QTPROG_BIN} 56.for prog in ${QTPROG_BIN}
50 ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \ 57 ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
51 ${DESTDIR}${QTPREFIX}/bin/${prog:tl} 58 ${DESTDIR}${QTPREFIX}/bin/${prog:tl}
52.endfor 59.endfor
53.for prog in ${QTPROG_LT} 60.for prog in ${QTPROG_LT}
54 ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \ 61 ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
55 ${DESTDIR}${QTPREFIX}/bin/${prog:tl} 62 ${DESTDIR}${QTPREFIX}/bin/${prog:tl}
56.endfor 63.endfor
57 cd ${WRKSRC}/tools/assistant/lib && env ${MAKE_ENV} ${INSTALL_ENV} \ 64 cd ${WRKSRC}/tools/assistant/lib && env ${MAKE_ENV} ${INSTALL_ENV} \
58 ${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers 65 ${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
59 cd ${WRKSRC}/tools/designer/src/lib && env ${MAKE_ENV} ${INSTALL_ENV} \ 66 cd ${WRKSRC}/tools/designer/src/lib && env ${MAKE_ENV} ${INSTALL_ENV} \
60 ${MAKE_PROGRAM} install_designer_headers 67 ${MAKE_PROGRAM} install_designer_headers
61 cd ${WRKSRC}/tools/designer/src/uitools && env ${MAKE_ENV} ${INSTALL_ENV} \ 68 cd ${WRKSRC}/tools/designer/src/uitools && env ${MAKE_ENV} ${INSTALL_ENV} \
62 ${MAKE_PROGRAM} install_quitools_headers 69 ${MAKE_PROGRAM} install_quitools_headers
63.for lib in QtCLucene QtDesigner QtDesignerComponents QtHelp QtUiTools 70.for lib in QtCLucene QtDesigner QtDesignerComponents QtHelp QtUiTools
64 ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \ 71 ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \
65 ${DESTDIR}${QTPREFIX}/lib/ 72 ${DESTDIR}${QTPREFIX}/lib/
66 sed -e "s:${WRKSRC}:${QTPREFIX}:g" \ 73 sed -e "s:${WRKSRC}:${QTPREFIX}:g" \
67 ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKDIR}/${lib}.pc 74 ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKDIR}/${lib}.pc
68 ${INSTALL_DATA} ${WRKDIR}/${lib}.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/ 75 ${INSTALL_DATA} ${WRKDIR}/${lib}.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/
69.endfor 76.endfor
70.for lib in qdeclarativeview qt3supportwidgets qwebview 77.for lib in qdeclarativeview qt3supportwidgets qwebview
71 ${LIBTOOL} --mode=install ${INSTALL_LIB} \ 78 ${LIBTOOL} --mode=install ${INSTALL_LIB} \
72 ${WRKSRC}/plugins/designer/lib${lib}.la \ 79 ${WRKSRC}/plugins/designer/lib${lib}.la \
73 ${DESTDIR}${QTPREFIX}/plugins/designer/ 80 ${DESTDIR}${QTPREFIX}/plugins/designer/
74.endfor 81.endfor
75 ${INSTALL_DATA} ${WRKSRC}/tools/linguist/phrasebooks/*.qph \ 82 ${INSTALL_DATA} ${WRKSRC}/tools/linguist/phrasebooks/*.qph \
76 ${DESTDIR}${QTPREFIX}/phrasebooks/ 83 ${DESTDIR}${QTPREFIX}/phrasebooks/
77 cp -R ${WRKSRC}/mkspecs ${DESTDIR}${QTPREFIX} 84 cp -R ${WRKSRC}/mkspecs ${DESTDIR}${QTPREFIX}
78 85
79.include "../../converters/libiconv/buildlink3.mk" 86.include "../../converters/libiconv/buildlink3.mk"
80.include "../../x11/qt4-libs/buildlink3.mk" 87.include "../../x11/qt4-libs/buildlink3.mk"
81.include "../../security/openssl/buildlink3.mk" 88.include "../../security/openssl/buildlink3.mk"
82.include "../../mk/bsd.pkg.mk" 89.include "../../mk/bsd.pkg.mk"

cvs diff -r1.26 -r1.27 pkgsrc/x11/qt4-tools/PLIST (switch to unified diff)

--- pkgsrc/x11/qt4-tools/PLIST 2011/09/04 15:42:52 1.26
+++ pkgsrc/x11/qt4-tools/PLIST 2011/09/14 18:12:57 1.27
@@ -1,611 +1,613 @@ @@ -1,611 +1,613 @@
1@comment $NetBSD: PLIST,v 1.26 2011/09/04 15:42:52 adam Exp $ 1@comment $NetBSD: PLIST,v 1.27 2011/09/14 18:12:57 hans Exp $
2lib/pkgconfig/QtCLucene.pc 2lib/pkgconfig/QtCLucene.pc
3lib/pkgconfig/QtDesigner.pc 3lib/pkgconfig/QtDesigner.pc
4lib/pkgconfig/QtDesignerComponents.pc 4lib/pkgconfig/QtDesignerComponents.pc
5lib/pkgconfig/QtHelp.pc 5lib/pkgconfig/QtHelp.pc
6lib/pkgconfig/QtUiTools.pc 6lib/pkgconfig/QtUiTools.pc
7qt4/bin/assistant 7qt4/bin/assistant
8qt4/bin/designer 8qt4/bin/designer
9qt4/bin/lconvert 9qt4/bin/lconvert
10qt4/bin/linguist 10qt4/bin/linguist
11qt4/bin/lrelease 11qt4/bin/lrelease
12qt4/bin/lupdate 12qt4/bin/lupdate
13${PLIST.mac}qt4/bin/macdeployqt 13${PLIST.mac}qt4/bin/macdeployqt
14qt4/bin/pixeltool 14qt4/bin/pixeltool
15qt4/bin/qcollectiongenerator 15qt4/bin/qcollectiongenerator
16qt4/bin/qdoc3 16qt4/bin/qdoc3
17qt4/bin/qhelpconverter 17qt4/bin/qhelpconverter
18qt4/bin/qhelpgenerator 18qt4/bin/qhelpgenerator
19qt4/bin/qmake 19qt4/bin/qmake
20qt4/bin/qmlviewer 20qt4/bin/qmlviewer
21qt4/bin/qt3to4 21qt4/bin/qt3to4
22${PLIST.unix}qt4/bin/qtconfig 22${PLIST.unix}qt4/bin/qtconfig
23qt4/bin/qttracereplay 23qt4/bin/qttracereplay
24qt4/bin/xmlpatterns 24qt4/bin/xmlpatterns
25qt4/bin/xmlpatternsvalidator 25qt4/bin/xmlpatternsvalidator
26qt4/include/Qt/QtHelp 26qt4/include/Qt/QtHelp
27qt4/include/Qt/qhelp_global.h 27qt4/include/Qt/qhelp_global.h
28qt4/include/Qt/qhelpcontentwidget.h 28qt4/include/Qt/qhelpcontentwidget.h
29qt4/include/Qt/qhelpengine.h 29qt4/include/Qt/qhelpengine.h
30qt4/include/Qt/qhelpenginecore.h 30qt4/include/Qt/qhelpenginecore.h
31qt4/include/Qt/qhelpindexwidget.h 31qt4/include/Qt/qhelpindexwidget.h
32qt4/include/Qt/qhelpsearchengine.h 32qt4/include/Qt/qhelpsearchengine.h
33qt4/include/Qt/qhelpsearchquerywidget.h 33qt4/include/Qt/qhelpsearchquerywidget.h
34qt4/include/Qt/qhelpsearchresultwidget.h 34qt4/include/Qt/qhelpsearchresultwidget.h
35qt4/include/QtDesigner/QAbstractExtensionFactory 35qt4/include/QtDesigner/QAbstractExtensionFactory
36qt4/include/QtDesigner/QAbstractExtensionManager 36qt4/include/QtDesigner/QAbstractExtensionManager
37qt4/include/QtDesigner/QAbstractFormBuilder 37qt4/include/QtDesigner/QAbstractFormBuilder
38qt4/include/QtDesigner/QDesignerActionEditorInterface 38qt4/include/QtDesigner/QDesignerActionEditorInterface
39qt4/include/QtDesigner/QDesignerBrushManagerInterface 39qt4/include/QtDesigner/QDesignerBrushManagerInterface
40qt4/include/QtDesigner/QDesignerComponents 40qt4/include/QtDesigner/QDesignerComponents
41qt4/include/QtDesigner/QDesignerContainerExtension 41qt4/include/QtDesigner/QDesignerContainerExtension
42qt4/include/QtDesigner/QDesignerCustomWidgetCollectionInterface 42qt4/include/QtDesigner/QDesignerCustomWidgetCollectionInterface
43qt4/include/QtDesigner/QDesignerCustomWidgetInterface 43qt4/include/QtDesigner/QDesignerCustomWidgetInterface
44qt4/include/QtDesigner/QDesignerDnDItemInterface 44qt4/include/QtDesigner/QDesignerDnDItemInterface
45qt4/include/QtDesigner/QDesignerDynamicPropertySheetExtension 45qt4/include/QtDesigner/QDesignerDynamicPropertySheetExtension
46qt4/include/QtDesigner/QDesignerExportWidget 46qt4/include/QtDesigner/QDesignerExportWidget
47qt4/include/QtDesigner/QDesignerExtraInfoExtension 47qt4/include/QtDesigner/QDesignerExtraInfoExtension
48qt4/include/QtDesigner/QDesignerFormEditorInterface 48qt4/include/QtDesigner/QDesignerFormEditorInterface
49qt4/include/QtDesigner/QDesignerFormEditorPluginInterface 49qt4/include/QtDesigner/QDesignerFormEditorPluginInterface
50qt4/include/QtDesigner/QDesignerFormWindowCursorInterface 50qt4/include/QtDesigner/QDesignerFormWindowCursorInterface
51qt4/include/QtDesigner/QDesignerFormWindowInterface 51qt4/include/QtDesigner/QDesignerFormWindowInterface
52qt4/include/QtDesigner/QDesignerFormWindowManagerInterface 52qt4/include/QtDesigner/QDesignerFormWindowManagerInterface
53qt4/include/QtDesigner/QDesignerFormWindowToolInterface 53qt4/include/QtDesigner/QDesignerFormWindowToolInterface
54qt4/include/QtDesigner/QDesignerIconCacheInterface 54qt4/include/QtDesigner/QDesignerIconCacheInterface
55qt4/include/QtDesigner/QDesignerIntegrationInterface 55qt4/include/QtDesigner/QDesignerIntegrationInterface
56qt4/include/QtDesigner/QDesignerLanguageExtension 56qt4/include/QtDesigner/QDesignerLanguageExtension
57qt4/include/QtDesigner/QDesignerLayoutDecorationExtension 57qt4/include/QtDesigner/QDesignerLayoutDecorationExtension
58qt4/include/QtDesigner/QDesignerMemberSheetExtension 58qt4/include/QtDesigner/QDesignerMemberSheetExtension
59qt4/include/QtDesigner/QDesignerMetaDataBaseInterface 59qt4/include/QtDesigner/QDesignerMetaDataBaseInterface
60qt4/include/QtDesigner/QDesignerMetaDataBaseItemInterface 60qt4/include/QtDesigner/QDesignerMetaDataBaseItemInterface
61qt4/include/QtDesigner/QDesignerObjectInspectorInterface 61qt4/include/QtDesigner/QDesignerObjectInspectorInterface
62qt4/include/QtDesigner/QDesignerPromotionInterface 62qt4/include/QtDesigner/QDesignerPromotionInterface
63qt4/include/QtDesigner/QDesignerPropertyEditorInterface 63qt4/include/QtDesigner/QDesignerPropertyEditorInterface
64qt4/include/QtDesigner/QDesignerPropertySheetExtension 64qt4/include/QtDesigner/QDesignerPropertySheetExtension
65qt4/include/QtDesigner/QDesignerResourceBrowserInterface 65qt4/include/QtDesigner/QDesignerResourceBrowserInterface
66qt4/include/QtDesigner/QDesignerTaskMenuExtension 66qt4/include/QtDesigner/QDesignerTaskMenuExtension
67qt4/include/QtDesigner/QDesignerWidgetBoxInterface 67qt4/include/QtDesigner/QDesignerWidgetBoxInterface
68qt4/include/QtDesigner/QDesignerWidgetDataBaseInterface 68qt4/include/QtDesigner/QDesignerWidgetDataBaseInterface
69qt4/include/QtDesigner/QDesignerWidgetDataBaseItemInterface 69qt4/include/QtDesigner/QDesignerWidgetDataBaseItemInterface
70qt4/include/QtDesigner/QDesignerWidgetFactoryInterface 70qt4/include/QtDesigner/QDesignerWidgetFactoryInterface
71qt4/include/QtDesigner/QExtensionFactory 71qt4/include/QtDesigner/QExtensionFactory
72qt4/include/QtDesigner/QExtensionManager 72qt4/include/QtDesigner/QExtensionManager
73qt4/include/QtDesigner/QFormBuilder 73qt4/include/QtDesigner/QFormBuilder
74qt4/include/QtDesigner/QtDesigner 74qt4/include/QtDesigner/QtDesigner
75qt4/include/QtDesigner/abstractactioneditor.h 75qt4/include/QtDesigner/abstractactioneditor.h
76qt4/include/QtDesigner/abstractbrushmanager.h 76qt4/include/QtDesigner/abstractbrushmanager.h
77qt4/include/QtDesigner/abstractdnditem.h 77qt4/include/QtDesigner/abstractdnditem.h
78qt4/include/QtDesigner/abstractformbuilder.h 78qt4/include/QtDesigner/abstractformbuilder.h
79qt4/include/QtDesigner/abstractformeditor.h 79qt4/include/QtDesigner/abstractformeditor.h
80qt4/include/QtDesigner/abstractformeditorplugin.h 80qt4/include/QtDesigner/abstractformeditorplugin.h
81qt4/include/QtDesigner/abstractformwindow.h 81qt4/include/QtDesigner/abstractformwindow.h
82qt4/include/QtDesigner/abstractformwindowcursor.h 82qt4/include/QtDesigner/abstractformwindowcursor.h
83qt4/include/QtDesigner/abstractformwindowmanager.h 83qt4/include/QtDesigner/abstractformwindowmanager.h
84qt4/include/QtDesigner/abstractformwindowtool.h 84qt4/include/QtDesigner/abstractformwindowtool.h
85qt4/include/QtDesigner/abstracticoncache.h 85qt4/include/QtDesigner/abstracticoncache.h
86qt4/include/QtDesigner/abstractintegration.h 86qt4/include/QtDesigner/abstractintegration.h
87qt4/include/QtDesigner/abstractlanguage.h 87qt4/include/QtDesigner/abstractlanguage.h
88qt4/include/QtDesigner/abstractmetadatabase.h 88qt4/include/QtDesigner/abstractmetadatabase.h
89qt4/include/QtDesigner/abstractobjectinspector.h 89qt4/include/QtDesigner/abstractobjectinspector.h
90qt4/include/QtDesigner/abstractpromotioninterface.h 90qt4/include/QtDesigner/abstractpromotioninterface.h
91qt4/include/QtDesigner/abstractpropertyeditor.h 91qt4/include/QtDesigner/abstractpropertyeditor.h
92qt4/include/QtDesigner/abstractresourcebrowser.h 92qt4/include/QtDesigner/abstractresourcebrowser.h
93qt4/include/QtDesigner/abstractwidgetbox.h 93qt4/include/QtDesigner/abstractwidgetbox.h
94qt4/include/QtDesigner/abstractwidgetdatabase.h 94qt4/include/QtDesigner/abstractwidgetdatabase.h
95qt4/include/QtDesigner/abstractwidgetfactory.h 95qt4/include/QtDesigner/abstractwidgetfactory.h
96qt4/include/QtDesigner/container.h 96qt4/include/QtDesigner/container.h
97qt4/include/QtDesigner/customwidget.h 97qt4/include/QtDesigner/customwidget.h
98qt4/include/QtDesigner/default_extensionfactory.h 98qt4/include/QtDesigner/default_extensionfactory.h
99qt4/include/QtDesigner/dynamicpropertysheet.h 99qt4/include/QtDesigner/dynamicpropertysheet.h
100qt4/include/QtDesigner/extension.h 100qt4/include/QtDesigner/extension.h
101qt4/include/QtDesigner/extension_global.h 101qt4/include/QtDesigner/extension_global.h
102qt4/include/QtDesigner/extrainfo.h 102qt4/include/QtDesigner/extrainfo.h
103qt4/include/QtDesigner/formbuilder.h 103qt4/include/QtDesigner/formbuilder.h
104qt4/include/QtDesigner/layoutdecoration.h 104qt4/include/QtDesigner/layoutdecoration.h
105qt4/include/QtDesigner/membersheet.h 105qt4/include/QtDesigner/membersheet.h
106qt4/include/QtDesigner/propertysheet.h 106qt4/include/QtDesigner/propertysheet.h
107qt4/include/QtDesigner/qdesigner_components.h 107qt4/include/QtDesigner/qdesigner_components.h
108qt4/include/QtDesigner/qdesigner_components_global.h 108qt4/include/QtDesigner/qdesigner_components_global.h
109qt4/include/QtDesigner/qdesignerexportwidget.h 109qt4/include/QtDesigner/qdesignerexportwidget.h
110qt4/include/QtDesigner/qextensionmanager.h 110qt4/include/QtDesigner/qextensionmanager.h
111qt4/include/QtDesigner/sdk_global.h 111qt4/include/QtDesigner/sdk_global.h
112qt4/include/QtDesigner/taskmenu.h 112qt4/include/QtDesigner/taskmenu.h
113qt4/include/QtDesigner/uilib_global.h 113qt4/include/QtDesigner/uilib_global.h
114qt4/include/QtHelp/QHelpContentItem 114qt4/include/QtHelp/QHelpContentItem
115qt4/include/QtHelp/QHelpContentModel 115qt4/include/QtHelp/QHelpContentModel
116qt4/include/QtHelp/QHelpContentWidget 116qt4/include/QtHelp/QHelpContentWidget
117qt4/include/QtHelp/QHelpEngine 117qt4/include/QtHelp/QHelpEngine
118qt4/include/QtHelp/QHelpEngineCore 118qt4/include/QtHelp/QHelpEngineCore
119qt4/include/QtHelp/QHelpGlobal 119qt4/include/QtHelp/QHelpGlobal
120qt4/include/QtHelp/QHelpIndexModel 120qt4/include/QtHelp/QHelpIndexModel
121qt4/include/QtHelp/QHelpIndexWidget 121qt4/include/QtHelp/QHelpIndexWidget
122qt4/include/QtHelp/QHelpSearchEngine 122qt4/include/QtHelp/QHelpSearchEngine
123qt4/include/QtHelp/QHelpSearchQuery 123qt4/include/QtHelp/QHelpSearchQuery
124qt4/include/QtHelp/QHelpSearchQueryWidget 124qt4/include/QtHelp/QHelpSearchQueryWidget
125qt4/include/QtHelp/QHelpSearchResultWidget 125qt4/include/QtHelp/QHelpSearchResultWidget
126qt4/include/QtHelp/QtHelp 126qt4/include/QtHelp/QtHelp
127qt4/include/QtHelp/qhelp_global.h 127qt4/include/QtHelp/qhelp_global.h
128qt4/include/QtHelp/qhelpcontentwidget.h 128qt4/include/QtHelp/qhelpcontentwidget.h
129qt4/include/QtHelp/qhelpengine.h 129qt4/include/QtHelp/qhelpengine.h
130qt4/include/QtHelp/qhelpenginecore.h 130qt4/include/QtHelp/qhelpenginecore.h
131qt4/include/QtHelp/qhelpindexwidget.h 131qt4/include/QtHelp/qhelpindexwidget.h
132qt4/include/QtHelp/qhelpsearchengine.h 132qt4/include/QtHelp/qhelpsearchengine.h
133qt4/include/QtHelp/qhelpsearchquerywidget.h 133qt4/include/QtHelp/qhelpsearchquerywidget.h
134qt4/include/QtHelp/qhelpsearchresultwidget.h 134qt4/include/QtHelp/qhelpsearchresultwidget.h
135qt4/include/QtUiTools/QUiLoader 135qt4/include/QtUiTools/QUiLoader
136qt4/include/QtUiTools/QtUiTools 136qt4/include/QtUiTools/QtUiTools
137qt4/include/QtUiTools/quiloader.h 137qt4/include/QtUiTools/quiloader.h
138qt4/lib/libQtCLucene.la 138qt4/lib/libQtCLucene.la
139qt4/lib/libQtDesigner.la 139qt4/lib/libQtDesigner.la
140qt4/lib/libQtDesignerComponents.la 140qt4/lib/libQtDesignerComponents.la
141qt4/lib/libQtHelp.la 141qt4/lib/libQtHelp.la
142qt4/lib/libQtUiTools.la 142qt4/lib/libQtUiTools.la
143qt4/mkspecs/aix-g++-64/qmake.conf 143qt4/mkspecs/aix-g++-64/qmake.conf
144qt4/mkspecs/aix-g++-64/qplatformdefs.h 144qt4/mkspecs/aix-g++-64/qplatformdefs.h
145qt4/mkspecs/aix-g++/qmake.conf 145qt4/mkspecs/aix-g++/qmake.conf
146qt4/mkspecs/aix-g++/qplatformdefs.h 146qt4/mkspecs/aix-g++/qplatformdefs.h
147qt4/mkspecs/aix-xlc-64/qmake.conf 147qt4/mkspecs/aix-xlc-64/qmake.conf
148qt4/mkspecs/aix-xlc-64/qplatformdefs.h 148qt4/mkspecs/aix-xlc-64/qplatformdefs.h
149qt4/mkspecs/aix-xlc/qmake.conf 149qt4/mkspecs/aix-xlc/qmake.conf
150qt4/mkspecs/aix-xlc/qplatformdefs.h 150qt4/mkspecs/aix-xlc/qplatformdefs.h
151qt4/mkspecs/common/aix/qplatformdefs.h 151qt4/mkspecs/common/aix/qplatformdefs.h
152qt4/mkspecs/common/armcc.conf 152qt4/mkspecs/common/armcc.conf
153qt4/mkspecs/common/c89/qplatformdefs.h 153qt4/mkspecs/common/c89/qplatformdefs.h
154qt4/mkspecs/common/g++.conf 154qt4/mkspecs/common/g++.conf
155qt4/mkspecs/common/linux.conf 155qt4/mkspecs/common/linux.conf
156qt4/mkspecs/common/llvm.conf 156qt4/mkspecs/common/llvm.conf
157qt4/mkspecs/common/mac-g++.conf 157qt4/mkspecs/common/mac-g++.conf
158qt4/mkspecs/common/mac-llvm.conf 158qt4/mkspecs/common/mac-llvm.conf
159qt4/mkspecs/common/mac.conf 159qt4/mkspecs/common/mac.conf
160qt4/mkspecs/common/posix/qplatformdefs.h 160qt4/mkspecs/common/posix/qplatformdefs.h
161qt4/mkspecs/common/qmake.conf 161qt4/mkspecs/common/qmake.conf
162qt4/mkspecs/common/qws.conf 162qt4/mkspecs/common/qws.conf
163qt4/mkspecs/common/symbian/appCaptionForTranslation.cpp 163qt4/mkspecs/common/symbian/appCaptionForTranslation.cpp
164qt4/mkspecs/common/symbian/header-wrappers/AknBitmapAnimation.h 164qt4/mkspecs/common/symbian/header-wrappers/AknBitmapAnimation.h
165qt4/mkspecs/common/symbian/header-wrappers/AknDoc.h 165qt4/mkspecs/common/symbian/header-wrappers/AknDoc.h
166qt4/mkspecs/common/symbian/header-wrappers/AknFontAccess.h 166qt4/mkspecs/common/symbian/header-wrappers/AknFontAccess.h
167qt4/mkspecs/common/symbian/header-wrappers/AknInputLanguageInfo.h 167qt4/mkspecs/common/symbian/header-wrappers/AknInputLanguageInfo.h
168qt4/mkspecs/common/symbian/header-wrappers/AknLayoutFont.h 168qt4/mkspecs/common/symbian/header-wrappers/AknLayoutFont.h
169qt4/mkspecs/common/symbian/header-wrappers/AknPopupFader.h 169qt4/mkspecs/common/symbian/header-wrappers/AknPopupFader.h
170qt4/mkspecs/common/symbian/header-wrappers/AknServerApp.h 170qt4/mkspecs/common/symbian/header-wrappers/AknServerApp.h
171qt4/mkspecs/common/symbian/header-wrappers/AknUtils.h 171qt4/mkspecs/common/symbian/header-wrappers/AknUtils.h
172qt4/mkspecs/common/symbian/header-wrappers/AknsBasicBackgroundControlContext.h 172qt4/mkspecs/common/symbian/header-wrappers/AknsBasicBackgroundControlContext.h
173qt4/mkspecs/common/symbian/header-wrappers/AknsConstants.h 173qt4/mkspecs/common/symbian/header-wrappers/AknsConstants.h
174qt4/mkspecs/common/symbian/header-wrappers/AknsDrawUtils.h 174qt4/mkspecs/common/symbian/header-wrappers/AknsDrawUtils.h
175qt4/mkspecs/common/symbian/header-wrappers/AknsItemID.h 175qt4/mkspecs/common/symbian/header-wrappers/AknsItemID.h
176qt4/mkspecs/common/symbian/header-wrappers/AknsSkinInstance.h 176qt4/mkspecs/common/symbian/header-wrappers/AknsSkinInstance.h
177qt4/mkspecs/common/symbian/header-wrappers/AknsUtils.h 177qt4/mkspecs/common/symbian/header-wrappers/AknsUtils.h
178qt4/mkspecs/common/symbian/header-wrappers/ApAccessPointItem.h 178qt4/mkspecs/common/symbian/header-wrappers/ApAccessPointItem.h
179qt4/mkspecs/common/symbian/header-wrappers/ApDataHandler.h 179qt4/mkspecs/common/symbian/header-wrappers/ApDataHandler.h
180qt4/mkspecs/common/symbian/header-wrappers/ApUtils.h 180qt4/mkspecs/common/symbian/header-wrappers/ApUtils.h
181qt4/mkspecs/common/symbian/header-wrappers/CDirectoryLocalizer.h 181qt4/mkspecs/common/symbian/header-wrappers/CDirectoryLocalizer.h
182qt4/mkspecs/common/symbian/header-wrappers/DocumentHandler.h 182qt4/mkspecs/common/symbian/header-wrappers/DocumentHandler.h
183qt4/mkspecs/common/symbian/packageNameForTranslation.cpp 183qt4/mkspecs/common/symbian/packageNameForTranslation.cpp
184qt4/mkspecs/common/symbian/qplatformdefs.h 184qt4/mkspecs/common/symbian/qplatformdefs.h
185qt4/mkspecs/common/symbian/stl-off/new 185qt4/mkspecs/common/symbian/stl-off/new
186qt4/mkspecs/common/symbian/symbian-makefile.conf 186qt4/mkspecs/common/symbian/symbian-makefile.conf
187qt4/mkspecs/common/symbian/symbian-mmp.conf 187qt4/mkspecs/common/symbian/symbian-mmp.conf
188qt4/mkspecs/common/symbian/symbian.conf 188qt4/mkspecs/common/symbian/symbian.conf
189qt4/mkspecs/common/symbian/symbianincludes.h 189qt4/mkspecs/common/symbian/symbianincludes.h
190qt4/mkspecs/common/symbian/template.applite 190qt4/mkspecs/common/symbian/template.applite
191qt4/mkspecs/common/unix.conf 191qt4/mkspecs/common/unix.conf
192qt4/mkspecs/common/wince/qmake.conf 192qt4/mkspecs/common/wince/qmake.conf
193qt4/mkspecs/common/wince/qplatformdefs.h 193qt4/mkspecs/common/wince/qplatformdefs.h
194qt4/mkspecs/cygwin-g++/qmake.conf 194qt4/mkspecs/cygwin-g++/qmake.conf
195qt4/mkspecs/cygwin-g++/qplatformdefs.h 195qt4/mkspecs/cygwin-g++/qplatformdefs.h
196qt4/mkspecs/darwin-g++/qmake.conf 196qt4/mkspecs/darwin-g++/qmake.conf
197qt4/mkspecs/darwin-g++/qplatformdefs.h 197qt4/mkspecs/darwin-g++/qplatformdefs.h
198qt4/mkspecs/default 198${PLIST.notSunOS}qt4/mkspecs/default
 199${PLIST.SunOS}qt4/mkspecs/default/qmake.conf
 200${PLIST.SunOS}qt4/mkspecs/default/qplatformdefs.h
199qt4/mkspecs/features/build_pass.prf 201qt4/mkspecs/features/build_pass.prf
200qt4/mkspecs/features/dbusadaptors.prf 202qt4/mkspecs/features/dbusadaptors.prf
201qt4/mkspecs/features/dbusinterfaces.prf 203qt4/mkspecs/features/dbusinterfaces.prf
202qt4/mkspecs/features/debug.prf 204qt4/mkspecs/features/debug.prf
203qt4/mkspecs/features/debug_and_release.prf 205qt4/mkspecs/features/debug_and_release.prf
204qt4/mkspecs/features/default_post.prf 206qt4/mkspecs/features/default_post.prf
205qt4/mkspecs/features/default_pre.prf 207qt4/mkspecs/features/default_pre.prf
206qt4/mkspecs/features/designer.prf 208qt4/mkspecs/features/designer.prf
207qt4/mkspecs/features/dll.prf 209qt4/mkspecs/features/dll.prf
208qt4/mkspecs/features/egl.prf 210qt4/mkspecs/features/egl.prf
209qt4/mkspecs/features/exclusive_builds.prf 211qt4/mkspecs/features/exclusive_builds.prf
210qt4/mkspecs/features/help.prf 212qt4/mkspecs/features/help.prf
211qt4/mkspecs/features/include_source_dir.prf 213qt4/mkspecs/features/include_source_dir.prf
212qt4/mkspecs/features/incredibuild_xge.prf 214qt4/mkspecs/features/incredibuild_xge.prf
213qt4/mkspecs/features/lex.prf 215qt4/mkspecs/features/lex.prf
214qt4/mkspecs/features/link_pkgconfig.prf 216qt4/mkspecs/features/link_pkgconfig.prf
215qt4/mkspecs/features/mac/default_post.prf 217qt4/mkspecs/features/mac/default_post.prf
216qt4/mkspecs/features/mac/default_pre.prf 218qt4/mkspecs/features/mac/default_pre.prf
217qt4/mkspecs/features/mac/dwarf2.prf 219qt4/mkspecs/features/mac/dwarf2.prf
218qt4/mkspecs/features/mac/objective_c.prf 220qt4/mkspecs/features/mac/objective_c.prf
219qt4/mkspecs/features/mac/ppc.prf 221qt4/mkspecs/features/mac/ppc.prf
220qt4/mkspecs/features/mac/ppc64.prf 222qt4/mkspecs/features/mac/ppc64.prf
221qt4/mkspecs/features/mac/rez.prf 223qt4/mkspecs/features/mac/rez.prf
222qt4/mkspecs/features/mac/sdk.prf 224qt4/mkspecs/features/mac/sdk.prf
223qt4/mkspecs/features/mac/x86.prf 225qt4/mkspecs/features/mac/x86.prf
224qt4/mkspecs/features/mac/x86_64.prf 226qt4/mkspecs/features/mac/x86_64.prf
225qt4/mkspecs/features/moc.prf 227qt4/mkspecs/features/moc.prf
226qt4/mkspecs/features/no_debug_info.prf 228qt4/mkspecs/features/no_debug_info.prf
227qt4/mkspecs/features/qdbus.prf 229qt4/mkspecs/features/qdbus.prf
228qt4/mkspecs/features/qmake.conf 230qt4/mkspecs/features/qmake.conf
229qt4/mkspecs/features/qt.prf 231qt4/mkspecs/features/qt.prf
230qt4/mkspecs/features/qt_config.prf 232qt4/mkspecs/features/qt_config.prf
231qt4/mkspecs/features/qt_functions.prf 233qt4/mkspecs/features/qt_functions.prf
232qt4/mkspecs/features/qtestlib.prf 234qt4/mkspecs/features/qtestlib.prf
233qt4/mkspecs/features/qtopia.prf 235qt4/mkspecs/features/qtopia.prf
234qt4/mkspecs/features/qtopiainc.prf 236qt4/mkspecs/features/qtopiainc.prf
235qt4/mkspecs/features/qtopialib.prf 237qt4/mkspecs/features/qtopialib.prf
236qt4/mkspecs/features/qttest_p4.prf 238qt4/mkspecs/features/qttest_p4.prf
237qt4/mkspecs/features/release.prf 239qt4/mkspecs/features/release.prf
238qt4/mkspecs/features/resources.prf 240qt4/mkspecs/features/resources.prf
239qt4/mkspecs/features/shared.prf 241qt4/mkspecs/features/shared.prf
240qt4/mkspecs/features/silent.prf 242qt4/mkspecs/features/silent.prf
241qt4/mkspecs/features/static.prf 243qt4/mkspecs/features/static.prf
242qt4/mkspecs/features/static_and_shared.prf 244qt4/mkspecs/features/static_and_shared.prf
243qt4/mkspecs/features/staticlib.prf 245qt4/mkspecs/features/staticlib.prf
244qt4/mkspecs/features/symbian/add_mmp_rules.prf 246qt4/mkspecs/features/symbian/add_mmp_rules.prf
245qt4/mkspecs/features/symbian/application_icon.prf 247qt4/mkspecs/features/symbian/application_icon.prf
246qt4/mkspecs/features/symbian/armcc_warnings.prf 248qt4/mkspecs/features/symbian/armcc_warnings.prf
247qt4/mkspecs/features/symbian/data_caging_paths.prf 249qt4/mkspecs/features/symbian/data_caging_paths.prf
248qt4/mkspecs/features/symbian/debug.prf 250qt4/mkspecs/features/symbian/debug.prf
249qt4/mkspecs/features/symbian/def_files.prf 251qt4/mkspecs/features/symbian/def_files.prf
250qt4/mkspecs/features/symbian/def_files_disabled.prf 252qt4/mkspecs/features/symbian/def_files_disabled.prf
251qt4/mkspecs/features/symbian/default_post.prf 253qt4/mkspecs/features/symbian/default_post.prf
252qt4/mkspecs/features/symbian/default_pre.prf 254qt4/mkspecs/features/symbian/default_pre.prf
253qt4/mkspecs/features/symbian/do_not_build_as_thumb.prf 255qt4/mkspecs/features/symbian/do_not_build_as_thumb.prf
254qt4/mkspecs/features/symbian/epocallowdlldata.prf 256qt4/mkspecs/features/symbian/epocallowdlldata.prf
255qt4/mkspecs/features/symbian/localize_deployment.prf 257qt4/mkspecs/features/symbian/localize_deployment.prf
256qt4/mkspecs/features/symbian/moc.prf 258qt4/mkspecs/features/symbian/moc.prf
257qt4/mkspecs/features/symbian/nested_exceptions.prf 259qt4/mkspecs/features/symbian/nested_exceptions.prf
258qt4/mkspecs/features/symbian/opengl.prf 260qt4/mkspecs/features/symbian/opengl.prf
259qt4/mkspecs/features/symbian/platform_paths.prf 261qt4/mkspecs/features/symbian/platform_paths.prf
260qt4/mkspecs/features/symbian/prepend_includepath.prf 262qt4/mkspecs/features/symbian/prepend_includepath.prf
261qt4/mkspecs/features/symbian/qt.prf 263qt4/mkspecs/features/symbian/qt.prf
262qt4/mkspecs/features/symbian/qt_config.prf 264qt4/mkspecs/features/symbian/qt_config.prf
263qt4/mkspecs/features/symbian/release.prf 265qt4/mkspecs/features/symbian/release.prf
264qt4/mkspecs/features/symbian/run_on_phone.prf 266qt4/mkspecs/features/symbian/run_on_phone.prf
265qt4/mkspecs/features/symbian/sis_targets.prf 267qt4/mkspecs/features/symbian/sis_targets.prf
266qt4/mkspecs/features/symbian/stl.prf 268qt4/mkspecs/features/symbian/stl.prf
267qt4/mkspecs/features/symbian/stl_off.prf 269qt4/mkspecs/features/symbian/stl_off.prf
268qt4/mkspecs/features/symbian/symbian_appbooster.prf 270qt4/mkspecs/features/symbian/symbian_appbooster.prf
269qt4/mkspecs/features/symbian/symbian_building.prf 271qt4/mkspecs/features/symbian/symbian_building.prf
270qt4/mkspecs/features/symbian/thread.prf 272qt4/mkspecs/features/symbian/thread.prf
271qt4/mkspecs/features/testcase.prf 273qt4/mkspecs/features/testcase.prf
272qt4/mkspecs/features/uic.prf 274qt4/mkspecs/features/uic.prf
273qt4/mkspecs/features/uitools.prf 275qt4/mkspecs/features/uitools.prf
274qt4/mkspecs/features/unix/bsymbolic_functions.prf 276qt4/mkspecs/features/unix/bsymbolic_functions.prf
275qt4/mkspecs/features/unix/dylib.prf 277qt4/mkspecs/features/unix/dylib.prf
276qt4/mkspecs/features/unix/hide_symbols.prf 278qt4/mkspecs/features/unix/hide_symbols.prf
277qt4/mkspecs/features/unix/largefile.prf 279qt4/mkspecs/features/unix/largefile.prf
278qt4/mkspecs/features/unix/opengl.prf 280qt4/mkspecs/features/unix/opengl.prf
279qt4/mkspecs/features/unix/openvg.prf 281qt4/mkspecs/features/unix/openvg.prf
280qt4/mkspecs/features/unix/separate_debug_info.prf 282qt4/mkspecs/features/unix/separate_debug_info.prf
281qt4/mkspecs/features/unix/thread.prf 283qt4/mkspecs/features/unix/thread.prf
282qt4/mkspecs/features/unix/x11.prf 284qt4/mkspecs/features/unix/x11.prf
283qt4/mkspecs/features/unix/x11inc.prf 285qt4/mkspecs/features/unix/x11inc.prf
284qt4/mkspecs/features/unix/x11lib.prf 286qt4/mkspecs/features/unix/x11lib.prf
285qt4/mkspecs/features/unix/x11sm.prf 287qt4/mkspecs/features/unix/x11sm.prf
286qt4/mkspecs/features/use_c_linker.prf 288qt4/mkspecs/features/use_c_linker.prf
287qt4/mkspecs/features/vxworks.prf 289qt4/mkspecs/features/vxworks.prf
288qt4/mkspecs/features/warn_off.prf 290qt4/mkspecs/features/warn_off.prf
289qt4/mkspecs/features/warn_on.prf 291qt4/mkspecs/features/warn_on.prf
290qt4/mkspecs/features/win32/console.prf 292qt4/mkspecs/features/win32/console.prf
291qt4/mkspecs/features/win32/default_post.prf 293qt4/mkspecs/features/win32/default_post.prf
292qt4/mkspecs/features/win32/default_pre.prf 294qt4/mkspecs/features/win32/default_pre.prf
293qt4/mkspecs/features/win32/dumpcpp.prf 295qt4/mkspecs/features/win32/dumpcpp.prf
294qt4/mkspecs/features/win32/embed_manifest_dll.prf 296qt4/mkspecs/features/win32/embed_manifest_dll.prf
295qt4/mkspecs/features/win32/embed_manifest_exe.prf 297qt4/mkspecs/features/win32/embed_manifest_exe.prf
296qt4/mkspecs/features/win32/exceptions.prf 298qt4/mkspecs/features/win32/exceptions.prf
297qt4/mkspecs/features/win32/exceptions_off.prf 299qt4/mkspecs/features/win32/exceptions_off.prf
298qt4/mkspecs/features/win32/ltcg.prf 300qt4/mkspecs/features/win32/ltcg.prf
299qt4/mkspecs/features/win32/msvc_mp.prf 301qt4/mkspecs/features/win32/msvc_mp.prf
300qt4/mkspecs/features/win32/opengl.prf 302qt4/mkspecs/features/win32/opengl.prf
301qt4/mkspecs/features/win32/openvg.prf 303qt4/mkspecs/features/win32/openvg.prf
302qt4/mkspecs/features/win32/qaxcontainer.prf 304qt4/mkspecs/features/win32/qaxcontainer.prf
303qt4/mkspecs/features/win32/qaxserver.prf 305qt4/mkspecs/features/win32/qaxserver.prf
304qt4/mkspecs/features/win32/qt_dll.prf 306qt4/mkspecs/features/win32/qt_dll.prf
305qt4/mkspecs/features/win32/rtti.prf 307qt4/mkspecs/features/win32/rtti.prf
306qt4/mkspecs/features/win32/rtti_off.prf 308qt4/mkspecs/features/win32/rtti_off.prf
307qt4/mkspecs/features/win32/stl.prf 309qt4/mkspecs/features/win32/stl.prf
308qt4/mkspecs/features/win32/stl_off.prf 310qt4/mkspecs/features/win32/stl_off.prf
309qt4/mkspecs/features/win32/thread.prf 311qt4/mkspecs/features/win32/thread.prf
310qt4/mkspecs/features/win32/thread_off.prf 312qt4/mkspecs/features/win32/thread_off.prf
311qt4/mkspecs/features/win32/windows.prf 313qt4/mkspecs/features/win32/windows.prf
312qt4/mkspecs/features/yacc.prf 314qt4/mkspecs/features/yacc.prf
313qt4/mkspecs/freebsd-g++/qmake.conf 315qt4/mkspecs/freebsd-g++/qmake.conf
314qt4/mkspecs/freebsd-g++/qplatformdefs.h 316qt4/mkspecs/freebsd-g++/qplatformdefs.h
315qt4/mkspecs/freebsd-g++34/qmake.conf 317qt4/mkspecs/freebsd-g++34/qmake.conf
316qt4/mkspecs/freebsd-g++34/qplatformdefs.h 318qt4/mkspecs/freebsd-g++34/qplatformdefs.h
317qt4/mkspecs/freebsd-g++40/qmake.conf 319qt4/mkspecs/freebsd-g++40/qmake.conf
318qt4/mkspecs/freebsd-g++40/qplatformdefs.h 320qt4/mkspecs/freebsd-g++40/qplatformdefs.h
319qt4/mkspecs/freebsd-icc/qmake.conf 321qt4/mkspecs/freebsd-icc/qmake.conf
320qt4/mkspecs/freebsd-icc/qplatformdefs.h 322qt4/mkspecs/freebsd-icc/qplatformdefs.h
321qt4/mkspecs/hpux-acc-64/qmake.conf 323qt4/mkspecs/hpux-acc-64/qmake.conf
322qt4/mkspecs/hpux-acc-64/qplatformdefs.h 324qt4/mkspecs/hpux-acc-64/qplatformdefs.h
323qt4/mkspecs/hpux-acc-o64/qmake.conf 325qt4/mkspecs/hpux-acc-o64/qmake.conf
324qt4/mkspecs/hpux-acc-o64/qplatformdefs.h 326qt4/mkspecs/hpux-acc-o64/qplatformdefs.h
325qt4/mkspecs/hpux-acc/qmake.conf 327qt4/mkspecs/hpux-acc/qmake.conf
326qt4/mkspecs/hpux-acc/qplatformdefs.h 328qt4/mkspecs/hpux-acc/qplatformdefs.h
327qt4/mkspecs/hpux-g++-64/qmake.conf 329qt4/mkspecs/hpux-g++-64/qmake.conf
328qt4/mkspecs/hpux-g++-64/qplatformdefs.h 330qt4/mkspecs/hpux-g++-64/qplatformdefs.h
329qt4/mkspecs/hpux-g++/qmake.conf 331qt4/mkspecs/hpux-g++/qmake.conf
330qt4/mkspecs/hpux-g++/qplatformdefs.h 332qt4/mkspecs/hpux-g++/qplatformdefs.h
331qt4/mkspecs/hpuxi-acc-32/qmake.conf 333qt4/mkspecs/hpuxi-acc-32/qmake.conf
332qt4/mkspecs/hpuxi-acc-32/qplatformdefs.h 334qt4/mkspecs/hpuxi-acc-32/qplatformdefs.h
333qt4/mkspecs/hpuxi-acc-64/qmake.conf 335qt4/mkspecs/hpuxi-acc-64/qmake.conf
334qt4/mkspecs/hpuxi-acc-64/qplatformdefs.h 336qt4/mkspecs/hpuxi-acc-64/qplatformdefs.h
335qt4/mkspecs/hpuxi-g++-64/qmake.conf 337qt4/mkspecs/hpuxi-g++-64/qmake.conf
336qt4/mkspecs/hpuxi-g++-64/qplatformdefs.h 338qt4/mkspecs/hpuxi-g++-64/qplatformdefs.h
337qt4/mkspecs/hurd-g++/qmake.conf 339qt4/mkspecs/hurd-g++/qmake.conf
338qt4/mkspecs/hurd-g++/qplatformdefs.h 340qt4/mkspecs/hurd-g++/qplatformdefs.h
339qt4/mkspecs/interix-g++/qmake.conf 341qt4/mkspecs/interix-g++/qmake.conf
340qt4/mkspecs/interix-g++/qplatformdefs.h 342qt4/mkspecs/interix-g++/qplatformdefs.h
341qt4/mkspecs/irix-cc-64/qmake.conf 343qt4/mkspecs/irix-cc-64/qmake.conf
342qt4/mkspecs/irix-cc-64/qplatformdefs.h 344qt4/mkspecs/irix-cc-64/qplatformdefs.h
343qt4/mkspecs/irix-cc/qmake.conf 345qt4/mkspecs/irix-cc/qmake.conf
344qt4/mkspecs/irix-cc/qplatformdefs.h 346qt4/mkspecs/irix-cc/qplatformdefs.h
345qt4/mkspecs/irix-g++-64/qmake.conf 347qt4/mkspecs/irix-g++-64/qmake.conf
346qt4/mkspecs/irix-g++-64/qplatformdefs.h 348qt4/mkspecs/irix-g++-64/qplatformdefs.h
347qt4/mkspecs/irix-g++/qmake.conf 349qt4/mkspecs/irix-g++/qmake.conf
348qt4/mkspecs/irix-g++/qplatformdefs.h 350qt4/mkspecs/irix-g++/qplatformdefs.h
349qt4/mkspecs/linux-cxx/qmake.conf 351qt4/mkspecs/linux-cxx/qmake.conf
350qt4/mkspecs/linux-cxx/qplatformdefs.h 352qt4/mkspecs/linux-cxx/qplatformdefs.h
351qt4/mkspecs/linux-ecc-64/qmake.conf 353qt4/mkspecs/linux-ecc-64/qmake.conf
352qt4/mkspecs/linux-ecc-64/qplatformdefs.h 354qt4/mkspecs/linux-ecc-64/qplatformdefs.h
353qt4/mkspecs/linux-g++-32/qmake.conf 355qt4/mkspecs/linux-g++-32/qmake.conf
354qt4/mkspecs/linux-g++-32/qplatformdefs.h 356qt4/mkspecs/linux-g++-32/qplatformdefs.h
355qt4/mkspecs/linux-g++-64/qmake.conf 357qt4/mkspecs/linux-g++-64/qmake.conf
356qt4/mkspecs/linux-g++-64/qplatformdefs.h 358qt4/mkspecs/linux-g++-64/qplatformdefs.h
357qt4/mkspecs/linux-g++-maemo/qmake.conf 359qt4/mkspecs/linux-g++-maemo/qmake.conf
358qt4/mkspecs/linux-g++-maemo/qplatformdefs.h 360qt4/mkspecs/linux-g++-maemo/qplatformdefs.h
359qt4/mkspecs/linux-g++/qmake.conf 361qt4/mkspecs/linux-g++/qmake.conf
360qt4/mkspecs/linux-g++/qplatformdefs.h 362qt4/mkspecs/linux-g++/qplatformdefs.h
361qt4/mkspecs/linux-icc-32/qmake.conf 363qt4/mkspecs/linux-icc-32/qmake.conf
362qt4/mkspecs/linux-icc-32/qplatformdefs.h 364qt4/mkspecs/linux-icc-32/qplatformdefs.h
363qt4/mkspecs/linux-icc-64/qmake.conf 365qt4/mkspecs/linux-icc-64/qmake.conf
364qt4/mkspecs/linux-icc-64/qplatformdefs.h 366qt4/mkspecs/linux-icc-64/qplatformdefs.h
365qt4/mkspecs/linux-icc/qmake.conf 367qt4/mkspecs/linux-icc/qmake.conf
366qt4/mkspecs/linux-icc/qplatformdefs.h 368qt4/mkspecs/linux-icc/qplatformdefs.h
367qt4/mkspecs/linux-kcc/qmake.conf 369qt4/mkspecs/linux-kcc/qmake.conf
368qt4/mkspecs/linux-kcc/qplatformdefs.h 370qt4/mkspecs/linux-kcc/qplatformdefs.h
369qt4/mkspecs/linux-llvm/qmake.conf 371qt4/mkspecs/linux-llvm/qmake.conf
370qt4/mkspecs/linux-llvm/qplatformdefs.h 372qt4/mkspecs/linux-llvm/qplatformdefs.h
371qt4/mkspecs/linux-lsb-g++/qmake.conf 373qt4/mkspecs/linux-lsb-g++/qmake.conf
372qt4/mkspecs/linux-lsb-g++/qplatformdefs.h 374qt4/mkspecs/linux-lsb-g++/qplatformdefs.h
373qt4/mkspecs/linux-pgcc/qmake.conf 375qt4/mkspecs/linux-pgcc/qmake.conf
374qt4/mkspecs/linux-pgcc/qplatformdefs.h 376qt4/mkspecs/linux-pgcc/qplatformdefs.h
375qt4/mkspecs/lynxos-g++/qmake.conf 377qt4/mkspecs/lynxos-g++/qmake.conf
376qt4/mkspecs/lynxos-g++/qplatformdefs.h 378qt4/mkspecs/lynxos-g++/qplatformdefs.h
377qt4/mkspecs/macx-g++/Info.plist.app 379qt4/mkspecs/macx-g++/Info.plist.app
378qt4/mkspecs/macx-g++/Info.plist.lib 380qt4/mkspecs/macx-g++/Info.plist.lib
379qt4/mkspecs/macx-g++/qmake.conf 381qt4/mkspecs/macx-g++/qmake.conf
380qt4/mkspecs/macx-g++/qplatformdefs.h 382qt4/mkspecs/macx-g++/qplatformdefs.h
381qt4/mkspecs/macx-g++40/Info.plist.app 383qt4/mkspecs/macx-g++40/Info.plist.app
382qt4/mkspecs/macx-g++40/Info.plist.lib 384qt4/mkspecs/macx-g++40/Info.plist.lib
383qt4/mkspecs/macx-g++40/qmake.conf 385qt4/mkspecs/macx-g++40/qmake.conf
384qt4/mkspecs/macx-g++40/qplatformdefs.h 386qt4/mkspecs/macx-g++40/qplatformdefs.h
385qt4/mkspecs/macx-g++42/Info.plist.app 387qt4/mkspecs/macx-g++42/Info.plist.app
386qt4/mkspecs/macx-g++42/Info.plist.lib 388qt4/mkspecs/macx-g++42/Info.plist.lib
387qt4/mkspecs/macx-g++42/qmake.conf 389qt4/mkspecs/macx-g++42/qmake.conf
388qt4/mkspecs/macx-g++42/qplatformdefs.h 390qt4/mkspecs/macx-g++42/qplatformdefs.h
389qt4/mkspecs/macx-icc/qmake.conf 391qt4/mkspecs/macx-icc/qmake.conf
390qt4/mkspecs/macx-icc/qplatformdefs.h 392qt4/mkspecs/macx-icc/qplatformdefs.h
391qt4/mkspecs/macx-llvm/Info.plist.app 393qt4/mkspecs/macx-llvm/Info.plist.app
392qt4/mkspecs/macx-llvm/Info.plist.lib 394qt4/mkspecs/macx-llvm/Info.plist.lib
393qt4/mkspecs/macx-llvm/qmake.conf 395qt4/mkspecs/macx-llvm/qmake.conf
394qt4/mkspecs/macx-llvm/qplatformdefs.h 396qt4/mkspecs/macx-llvm/qplatformdefs.h
395qt4/mkspecs/macx-pbuilder/Info.plist.app 397qt4/mkspecs/macx-pbuilder/Info.plist.app
396qt4/mkspecs/macx-pbuilder/qmake.conf 398qt4/mkspecs/macx-pbuilder/qmake.conf
397qt4/mkspecs/macx-pbuilder/qplatformdefs.h 399qt4/mkspecs/macx-pbuilder/qplatformdefs.h
398qt4/mkspecs/macx-xcode/Info.plist.app 400qt4/mkspecs/macx-xcode/Info.plist.app
399qt4/mkspecs/macx-xcode/Info.plist.lib 401qt4/mkspecs/macx-xcode/Info.plist.lib
400qt4/mkspecs/macx-xcode/qmake.conf 402qt4/mkspecs/macx-xcode/qmake.conf
401qt4/mkspecs/macx-xcode/qplatformdefs.h 403qt4/mkspecs/macx-xcode/qplatformdefs.h
402qt4/mkspecs/macx-xlc/qmake.conf 404qt4/mkspecs/macx-xlc/qmake.conf
403qt4/mkspecs/macx-xlc/qplatformdefs.h 405qt4/mkspecs/macx-xlc/qplatformdefs.h
404qt4/mkspecs/modules/README 406qt4/mkspecs/modules/README
405qt4/mkspecs/modules/qmake.conf 407qt4/mkspecs/modules/qmake.conf
406qt4/mkspecs/modules/qt_webkit_version.pri 408qt4/mkspecs/modules/qt_webkit_version.pri
407qt4/mkspecs/netbsd-g++/qmake.conf 409qt4/mkspecs/netbsd-g++/qmake.conf
408qt4/mkspecs/netbsd-g++/qplatformdefs.h 410qt4/mkspecs/netbsd-g++/qplatformdefs.h
409qt4/mkspecs/openbsd-g++/qmake.conf 411qt4/mkspecs/openbsd-g++/qmake.conf
410qt4/mkspecs/openbsd-g++/qplatformdefs.h 412qt4/mkspecs/openbsd-g++/qplatformdefs.h
411qt4/mkspecs/qconfig.pri 413qt4/mkspecs/qconfig.pri
412qt4/mkspecs/qws/freebsd-generic-g++/qmake.conf 414qt4/mkspecs/qws/freebsd-generic-g++/qmake.conf
413qt4/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h 415qt4/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h
414qt4/mkspecs/qws/linux-arm-g++/qmake.conf 416qt4/mkspecs/qws/linux-arm-g++/qmake.conf
415qt4/mkspecs/qws/linux-arm-g++/qplatformdefs.h 417qt4/mkspecs/qws/linux-arm-g++/qplatformdefs.h
416qt4/mkspecs/qws/linux-arm-gnueabi-g++/qmake.conf 418qt4/mkspecs/qws/linux-arm-gnueabi-g++/qmake.conf
417qt4/mkspecs/qws/linux-arm-gnueabi-g++/qplatformdefs.h 419qt4/mkspecs/qws/linux-arm-gnueabi-g++/qplatformdefs.h
418qt4/mkspecs/qws/linux-armv6-g++/qmake.conf 420qt4/mkspecs/qws/linux-armv6-g++/qmake.conf
419qt4/mkspecs/qws/linux-armv6-g++/qplatformdefs.h 421qt4/mkspecs/qws/linux-armv6-g++/qplatformdefs.h
420qt4/mkspecs/qws/linux-avr32-g++/qmake.conf 422qt4/mkspecs/qws/linux-avr32-g++/qmake.conf
421qt4/mkspecs/qws/linux-avr32-g++/qplatformdefs.h 423qt4/mkspecs/qws/linux-avr32-g++/qplatformdefs.h
422qt4/mkspecs/qws/linux-cellon-g++/qmake.conf 424qt4/mkspecs/qws/linux-cellon-g++/qmake.conf
423qt4/mkspecs/qws/linux-cellon-g++/qplatformdefs.h 425qt4/mkspecs/qws/linux-cellon-g++/qplatformdefs.h
424qt4/mkspecs/qws/linux-dm7000-g++/qmake.conf 426qt4/mkspecs/qws/linux-dm7000-g++/qmake.conf
425qt4/mkspecs/qws/linux-dm7000-g++/qplatformdefs.h 427qt4/mkspecs/qws/linux-dm7000-g++/qplatformdefs.h
426qt4/mkspecs/qws/linux-dm800-g++/qmake.conf 428qt4/mkspecs/qws/linux-dm800-g++/qmake.conf
427qt4/mkspecs/qws/linux-dm800-g++/qplatformdefs.h 429qt4/mkspecs/qws/linux-dm800-g++/qplatformdefs.h
428qt4/mkspecs/qws/linux-generic-g++-32/qmake.conf 430qt4/mkspecs/qws/linux-generic-g++-32/qmake.conf
429qt4/mkspecs/qws/linux-generic-g++-32/qplatformdefs.h 431qt4/mkspecs/qws/linux-generic-g++-32/qplatformdefs.h
430qt4/mkspecs/qws/linux-generic-g++/qmake.conf 432qt4/mkspecs/qws/linux-generic-g++/qmake.conf
431qt4/mkspecs/qws/linux-generic-g++/qplatformdefs.h 433qt4/mkspecs/qws/linux-generic-g++/qplatformdefs.h
432qt4/mkspecs/qws/linux-ipaq-g++/qmake.conf 434qt4/mkspecs/qws/linux-ipaq-g++/qmake.conf
433qt4/mkspecs/qws/linux-ipaq-g++/qplatformdefs.h 435qt4/mkspecs/qws/linux-ipaq-g++/qplatformdefs.h
434qt4/mkspecs/qws/linux-lsb-g++/qmake.conf 436qt4/mkspecs/qws/linux-lsb-g++/qmake.conf
435qt4/mkspecs/qws/linux-lsb-g++/qplatformdefs.h 437qt4/mkspecs/qws/linux-lsb-g++/qplatformdefs.h
436qt4/mkspecs/qws/linux-mips-g++/qmake.conf 438qt4/mkspecs/qws/linux-mips-g++/qmake.conf
437qt4/mkspecs/qws/linux-mips-g++/qplatformdefs.h 439qt4/mkspecs/qws/linux-mips-g++/qplatformdefs.h
438qt4/mkspecs/qws/linux-powerpc-g++/qmake.conf 440qt4/mkspecs/qws/linux-powerpc-g++/qmake.conf
439qt4/mkspecs/qws/linux-powerpc-g++/qplatformdefs.h 441qt4/mkspecs/qws/linux-powerpc-g++/qplatformdefs.h
440qt4/mkspecs/qws/linux-sh-g++/qmake.conf 442qt4/mkspecs/qws/linux-sh-g++/qmake.conf
441qt4/mkspecs/qws/linux-sh-g++/qplatformdefs.h 443qt4/mkspecs/qws/linux-sh-g++/qplatformdefs.h
442qt4/mkspecs/qws/linux-sh4al-g++/qmake.conf 444qt4/mkspecs/qws/linux-sh4al-g++/qmake.conf
443qt4/mkspecs/qws/linux-sh4al-g++/qplatformdefs.h 445qt4/mkspecs/qws/linux-sh4al-g++/qplatformdefs.h
444qt4/mkspecs/qws/linux-sharp-g++/qmake.conf 446qt4/mkspecs/qws/linux-sharp-g++/qmake.conf
445qt4/mkspecs/qws/linux-sharp-g++/qplatformdefs.h 447qt4/mkspecs/qws/linux-sharp-g++/qplatformdefs.h
446qt4/mkspecs/qws/linux-x86-g++/qmake.conf 448qt4/mkspecs/qws/linux-x86-g++/qmake.conf
447qt4/mkspecs/qws/linux-x86-g++/qplatformdefs.h 449qt4/mkspecs/qws/linux-x86-g++/qplatformdefs.h
448qt4/mkspecs/qws/linux-x86_64-g++/qmake.conf 450qt4/mkspecs/qws/linux-x86_64-g++/qmake.conf
449qt4/mkspecs/qws/linux-x86_64-g++/qplatformdefs.h 451qt4/mkspecs/qws/linux-x86_64-g++/qplatformdefs.h
450qt4/mkspecs/qws/linux-zylonite-g++/qmake.conf 452qt4/mkspecs/qws/linux-zylonite-g++/qmake.conf
451qt4/mkspecs/qws/linux-zylonite-g++/qplatformdefs.h 453qt4/mkspecs/qws/linux-zylonite-g++/qplatformdefs.h
452qt4/mkspecs/qws/macx-generic-g++/qmake.conf 454qt4/mkspecs/qws/macx-generic-g++/qmake.conf
453qt4/mkspecs/qws/macx-generic-g++/qplatformdefs.h 455qt4/mkspecs/qws/macx-generic-g++/qplatformdefs.h
454qt4/mkspecs/qws/qmake.conf 456qt4/mkspecs/qws/qmake.conf
455qt4/mkspecs/qws/solaris-generic-g++/qmake.conf 457qt4/mkspecs/qws/solaris-generic-g++/qmake.conf
456qt4/mkspecs/qws/solaris-generic-g++/qplatformdefs.h 458qt4/mkspecs/qws/solaris-generic-g++/qplatformdefs.h
457qt4/mkspecs/sco-cc/qmake.conf 459qt4/mkspecs/sco-cc/qmake.conf
458qt4/mkspecs/sco-cc/qplatformdefs.h 460qt4/mkspecs/sco-cc/qplatformdefs.h
459qt4/mkspecs/sco-g++/qmake.conf 461qt4/mkspecs/sco-g++/qmake.conf
460qt4/mkspecs/sco-g++/qplatformdefs.h 462qt4/mkspecs/sco-g++/qplatformdefs.h
461qt4/mkspecs/solaris-cc-64-stlport/qmake.conf 463qt4/mkspecs/solaris-cc-64-stlport/qmake.conf
462qt4/mkspecs/solaris-cc-64-stlport/qplatformdefs.h 464qt4/mkspecs/solaris-cc-64-stlport/qplatformdefs.h
463qt4/mkspecs/solaris-cc-64/qmake.conf 465qt4/mkspecs/solaris-cc-64/qmake.conf
464qt4/mkspecs/solaris-cc-64/qplatformdefs.h 466qt4/mkspecs/solaris-cc-64/qplatformdefs.h
465qt4/mkspecs/solaris-cc-stlport/qmake.conf 467qt4/mkspecs/solaris-cc-stlport/qmake.conf
466qt4/mkspecs/solaris-cc-stlport/qplatformdefs.h 468qt4/mkspecs/solaris-cc-stlport/qplatformdefs.h
467qt4/mkspecs/solaris-cc/qmake.conf 469qt4/mkspecs/solaris-cc/qmake.conf
468qt4/mkspecs/solaris-cc/qplatformdefs.h 470qt4/mkspecs/solaris-cc/qplatformdefs.h
469qt4/mkspecs/solaris-g++-64/qmake.conf 471qt4/mkspecs/solaris-g++-64/qmake.conf
470qt4/mkspecs/solaris-g++-64/qplatformdefs.h 472qt4/mkspecs/solaris-g++-64/qplatformdefs.h
471qt4/mkspecs/solaris-g++/qmake.conf 473qt4/mkspecs/solaris-g++/qmake.conf
472qt4/mkspecs/solaris-g++/qplatformdefs.h 474qt4/mkspecs/solaris-g++/qplatformdefs.h
473qt4/mkspecs/symbian-abld/qmake.conf 475qt4/mkspecs/symbian-abld/qmake.conf
474qt4/mkspecs/symbian-abld/qplatformdefs.h 476qt4/mkspecs/symbian-abld/qplatformdefs.h
475qt4/mkspecs/symbian-armcc/features/default_post.prf 477qt4/mkspecs/symbian-armcc/features/default_post.prf
476qt4/mkspecs/symbian-armcc/qmake.conf 478qt4/mkspecs/symbian-armcc/qmake.conf
477qt4/mkspecs/symbian-armcc/qplatformdefs.h 479qt4/mkspecs/symbian-armcc/qplatformdefs.h
478qt4/mkspecs/symbian-gcce/features/default_post.prf 480qt4/mkspecs/symbian-gcce/features/default_post.prf
479qt4/mkspecs/symbian-gcce/qmake.conf 481qt4/mkspecs/symbian-gcce/qmake.conf
480qt4/mkspecs/symbian-gcce/qplatformdefs.h 482qt4/mkspecs/symbian-gcce/qplatformdefs.h
481qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm 483qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm
482qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm 484qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm
483qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm 485qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
484qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_post_link.flm 486qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_post_link.flm
485qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_store_build.flm 487qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_store_build.flm
486qt4/mkspecs/symbian-sbsv2/flm/qt/qt.xml 488qt4/mkspecs/symbian-sbsv2/flm/qt/qt.xml
487qt4/mkspecs/symbian-sbsv2/qmake.conf 489qt4/mkspecs/symbian-sbsv2/qmake.conf
488qt4/mkspecs/symbian-sbsv2/qplatformdefs.h 490qt4/mkspecs/symbian-sbsv2/qplatformdefs.h
489qt4/mkspecs/tru64-cxx/qmake.conf 491qt4/mkspecs/tru64-cxx/qmake.conf
490qt4/mkspecs/tru64-cxx/qplatformdefs.h 492qt4/mkspecs/tru64-cxx/qplatformdefs.h
491qt4/mkspecs/tru64-g++/qmake.conf 493qt4/mkspecs/tru64-g++/qmake.conf
492qt4/mkspecs/tru64-g++/qplatformdefs.h 494qt4/mkspecs/tru64-g++/qplatformdefs.h
493qt4/mkspecs/unixware-cc/qmake.conf 495qt4/mkspecs/unixware-cc/qmake.conf
494qt4/mkspecs/unixware-cc/qplatformdefs.h 496qt4/mkspecs/unixware-cc/qplatformdefs.h
495qt4/mkspecs/unixware-g++/qmake.conf 497qt4/mkspecs/unixware-g++/qmake.conf
496qt4/mkspecs/unixware-g++/qplatformdefs.h 498qt4/mkspecs/unixware-g++/qplatformdefs.h
497qt4/mkspecs/unsupported/linux-host-g++/qmake.conf 499qt4/mkspecs/unsupported/linux-host-g++/qmake.conf
498qt4/mkspecs/unsupported/linux-host-g++/qplatformdefs.h 500qt4/mkspecs/unsupported/linux-host-g++/qplatformdefs.h
499qt4/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf 501qt4/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
500qt4/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h 502qt4/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h
501qt4/mkspecs/unsupported/qmake.conf 503qt4/mkspecs/unsupported/qmake.conf
502qt4/mkspecs/unsupported/qnx-g++/qmake.conf 504qt4/mkspecs/unsupported/qnx-g++/qmake.conf
503qt4/mkspecs/unsupported/qnx-g++/qplatformdefs.h 505qt4/mkspecs/unsupported/qnx-g++/qplatformdefs.h
504qt4/mkspecs/unsupported/qws/qnx-641/qmake.conf 506qt4/mkspecs/unsupported/qws/qnx-641/qmake.conf
505qt4/mkspecs/unsupported/qws/qnx-641/qplatformdefs.h 507qt4/mkspecs/unsupported/qws/qnx-641/qplatformdefs.h
506qt4/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf 508qt4/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf
507qt4/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h 509qt4/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h
508qt4/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf 510qt4/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf
509qt4/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h 511qt4/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h
510qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf 512qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
511qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h 513qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h
512qt4/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf 514qt4/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
513qt4/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h 515qt4/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h
514qt4/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf 516qt4/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
515qt4/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h 517qt4/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h
516qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf 518qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
517qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h 519qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h
518qt4/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf 520qt4/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
519qt4/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h 521qt4/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h
520qt4/mkspecs/unsupported/win32-g++-cross/qmake.conf 522qt4/mkspecs/unsupported/win32-g++-cross/qmake.conf
521qt4/mkspecs/unsupported/win32-g++-cross/qplatformdefs.h 523qt4/mkspecs/unsupported/win32-g++-cross/qplatformdefs.h
522qt4/mkspecs/win32-borland/qmake.conf 524qt4/mkspecs/win32-borland/qmake.conf
523qt4/mkspecs/win32-borland/qplatformdefs.h 525qt4/mkspecs/win32-borland/qplatformdefs.h
524qt4/mkspecs/win32-g++/qmake.conf 526qt4/mkspecs/win32-g++/qmake.conf
525qt4/mkspecs/win32-g++/qplatformdefs.h 527qt4/mkspecs/win32-g++/qplatformdefs.h
526qt4/mkspecs/win32-icc/qmake.conf 528qt4/mkspecs/win32-icc/qmake.conf
527qt4/mkspecs/win32-icc/qplatformdefs.h 529qt4/mkspecs/win32-icc/qplatformdefs.h
528qt4/mkspecs/win32-msvc2003/qmake.conf 530qt4/mkspecs/win32-msvc2003/qmake.conf
529qt4/mkspecs/win32-msvc2003/qplatformdefs.h 531qt4/mkspecs/win32-msvc2003/qplatformdefs.h
530qt4/mkspecs/win32-msvc2005/qmake.conf 532qt4/mkspecs/win32-msvc2005/qmake.conf
531qt4/mkspecs/win32-msvc2005/qplatformdefs.h 533qt4/mkspecs/win32-msvc2005/qplatformdefs.h
532qt4/mkspecs/win32-msvc2008/qmake.conf 534qt4/mkspecs/win32-msvc2008/qmake.conf
533qt4/mkspecs/win32-msvc2008/qplatformdefs.h 535qt4/mkspecs/win32-msvc2008/qplatformdefs.h
534qt4/mkspecs/win32-msvc2010/qmake.conf 536qt4/mkspecs/win32-msvc2010/qmake.conf
535qt4/mkspecs/win32-msvc2010/qplatformdefs.h 537qt4/mkspecs/win32-msvc2010/qplatformdefs.h
536qt4/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf 538qt4/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf
537qt4/mkspecs/wince50standard-armv4i-msvc2005/qmake.conf 539qt4/mkspecs/wince50standard-armv4i-msvc2005/qmake.conf
538qt4/mkspecs/wince50standard-armv4i-msvc2005/qplatformdefs.h 540qt4/mkspecs/wince50standard-armv4i-msvc2005/qplatformdefs.h
539qt4/mkspecs/wince50standard-armv4i-msvc2008/default_post.prf 541qt4/mkspecs/wince50standard-armv4i-msvc2008/default_post.prf
540qt4/mkspecs/wince50standard-armv4i-msvc2008/qmake.conf 542qt4/mkspecs/wince50standard-armv4i-msvc2008/qmake.conf
541qt4/mkspecs/wince50standard-armv4i-msvc2008/qplatformdefs.h 543qt4/mkspecs/wince50standard-armv4i-msvc2008/qplatformdefs.h
542qt4/mkspecs/wince50standard-mipsii-msvc2005/default_post.prf 544qt4/mkspecs/wince50standard-mipsii-msvc2005/default_post.prf
543qt4/mkspecs/wince50standard-mipsii-msvc2005/qmake.conf 545qt4/mkspecs/wince50standard-mipsii-msvc2005/qmake.conf
544qt4/mkspecs/wince50standard-mipsii-msvc2005/qplatformdefs.h 546qt4/mkspecs/wince50standard-mipsii-msvc2005/qplatformdefs.h
545qt4/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf 547qt4/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf
546qt4/mkspecs/wince50standard-mipsii-msvc2008/qmake.conf 548qt4/mkspecs/wince50standard-mipsii-msvc2008/qmake.conf
547qt4/mkspecs/wince50standard-mipsii-msvc2008/qplatformdefs.h 549qt4/mkspecs/wince50standard-mipsii-msvc2008/qplatformdefs.h
548qt4/mkspecs/wince50standard-mipsiv-msvc2005/qmake.conf 550qt4/mkspecs/wince50standard-mipsiv-msvc2005/qmake.conf
549qt4/mkspecs/wince50standard-mipsiv-msvc2005/qplatformdefs.h 551qt4/mkspecs/wince50standard-mipsiv-msvc2005/qplatformdefs.h
550qt4/mkspecs/wince50standard-mipsiv-msvc2008/qmake.conf 552qt4/mkspecs/wince50standard-mipsiv-msvc2008/qmake.conf
551qt4/mkspecs/wince50standard-mipsiv-msvc2008/qplatformdefs.h 553qt4/mkspecs/wince50standard-mipsiv-msvc2008/qplatformdefs.h
552qt4/mkspecs/wince50standard-sh4-msvc2005/qmake.conf 554qt4/mkspecs/wince50standard-sh4-msvc2005/qmake.conf
553qt4/mkspecs/wince50standard-sh4-msvc2005/qplatformdefs.h 555qt4/mkspecs/wince50standard-sh4-msvc2005/qplatformdefs.h
554qt4/mkspecs/wince50standard-sh4-msvc2008/qmake.conf 556qt4/mkspecs/wince50standard-sh4-msvc2008/qmake.conf
555qt4/mkspecs/wince50standard-sh4-msvc2008/qplatformdefs.h 557qt4/mkspecs/wince50standard-sh4-msvc2008/qplatformdefs.h
556qt4/mkspecs/wince50standard-x86-msvc2005/default_post.prf 558qt4/mkspecs/wince50standard-x86-msvc2005/default_post.prf
557qt4/mkspecs/wince50standard-x86-msvc2005/qmake.conf 559qt4/mkspecs/wince50standard-x86-msvc2005/qmake.conf
558qt4/mkspecs/wince50standard-x86-msvc2005/qplatformdefs.h 560qt4/mkspecs/wince50standard-x86-msvc2005/qplatformdefs.h
559qt4/mkspecs/wince50standard-x86-msvc2008/default_post.prf 561qt4/mkspecs/wince50standard-x86-msvc2008/default_post.prf
560qt4/mkspecs/wince50standard-x86-msvc2008/qmake.conf 562qt4/mkspecs/wince50standard-x86-msvc2008/qmake.conf
561qt4/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h 563qt4/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h
562qt4/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf 564qt4/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf
563qt4/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h 565qt4/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h
564qt4/mkspecs/wince60standard-x86-msvc2005/qmake.conf 566qt4/mkspecs/wince60standard-x86-msvc2005/qmake.conf
565qt4/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h 567qt4/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h
566qt4/mkspecs/wincewm50pocket-msvc2005/default_post.prf 568qt4/mkspecs/wincewm50pocket-msvc2005/default_post.prf
567qt4/mkspecs/wincewm50pocket-msvc2005/qmake.conf 569qt4/mkspecs/wincewm50pocket-msvc2005/qmake.conf
568qt4/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h 570qt4/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h
569qt4/mkspecs/wincewm50pocket-msvc2008/default_post.prf 571qt4/mkspecs/wincewm50pocket-msvc2008/default_post.prf
570qt4/mkspecs/wincewm50pocket-msvc2008/qmake.conf 572qt4/mkspecs/wincewm50pocket-msvc2008/qmake.conf
571qt4/mkspecs/wincewm50pocket-msvc2008/qplatformdefs.h 573qt4/mkspecs/wincewm50pocket-msvc2008/qplatformdefs.h
572qt4/mkspecs/wincewm50smart-msvc2005/default_post.prf 574qt4/mkspecs/wincewm50smart-msvc2005/default_post.prf
573qt4/mkspecs/wincewm50smart-msvc2005/qmake.conf 575qt4/mkspecs/wincewm50smart-msvc2005/qmake.conf
574qt4/mkspecs/wincewm50smart-msvc2005/qplatformdefs.h 576qt4/mkspecs/wincewm50smart-msvc2005/qplatformdefs.h
575qt4/mkspecs/wincewm50smart-msvc2008/default_post.prf 577qt4/mkspecs/wincewm50smart-msvc2008/default_post.prf
576qt4/mkspecs/wincewm50smart-msvc2008/qmake.conf 578qt4/mkspecs/wincewm50smart-msvc2008/qmake.conf
577qt4/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h 579qt4/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h
578qt4/mkspecs/wincewm60professional-msvc2005/default_post.prf 580qt4/mkspecs/wincewm60professional-msvc2005/default_post.prf
579qt4/mkspecs/wincewm60professional-msvc2005/qmake.conf 581qt4/mkspecs/wincewm60professional-msvc2005/qmake.conf
580qt4/mkspecs/wincewm60professional-msvc2005/qplatformdefs.h 582qt4/mkspecs/wincewm60professional-msvc2005/qplatformdefs.h
581qt4/mkspecs/wincewm60professional-msvc2008/default_post.prf 583qt4/mkspecs/wincewm60professional-msvc2008/default_post.prf
582qt4/mkspecs/wincewm60professional-msvc2008/qmake.conf 584qt4/mkspecs/wincewm60professional-msvc2008/qmake.conf
583qt4/mkspecs/wincewm60professional-msvc2008/qplatformdefs.h 585qt4/mkspecs/wincewm60professional-msvc2008/qplatformdefs.h
584qt4/mkspecs/wincewm60standard-msvc2005/default_post.prf 586qt4/mkspecs/wincewm60standard-msvc2005/default_post.prf
585qt4/mkspecs/wincewm60standard-msvc2005/qmake.conf 587qt4/mkspecs/wincewm60standard-msvc2005/qmake.conf
586qt4/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h 588qt4/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h
587qt4/mkspecs/wincewm60standard-msvc2008/default_post.prf 589qt4/mkspecs/wincewm60standard-msvc2008/default_post.prf
588qt4/mkspecs/wincewm60standard-msvc2008/qmake.conf 590qt4/mkspecs/wincewm60standard-msvc2008/qmake.conf
589qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h 591qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
590qt4/mkspecs/wincewm65professional-msvc2005/default_post.prf 592qt4/mkspecs/wincewm65professional-msvc2005/default_post.prf
591qt4/mkspecs/wincewm65professional-msvc2005/qmake.conf 593qt4/mkspecs/wincewm65professional-msvc2005/qmake.conf
592qt4/mkspecs/wincewm65professional-msvc2005/qplatformdefs.h 594qt4/mkspecs/wincewm65professional-msvc2005/qplatformdefs.h
593qt4/mkspecs/wincewm65professional-msvc2008/default_post.prf 595qt4/mkspecs/wincewm65professional-msvc2008/default_post.prf
594qt4/mkspecs/wincewm65professional-msvc2008/qmake.conf 596qt4/mkspecs/wincewm65professional-msvc2008/qmake.conf
595qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h 597qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h
596qt4/phrasebooks/danish.qph 598qt4/phrasebooks/danish.qph
597qt4/phrasebooks/dutch.qph 599qt4/phrasebooks/dutch.qph
598qt4/phrasebooks/finnish.qph 600qt4/phrasebooks/finnish.qph
599qt4/phrasebooks/french.qph 601qt4/phrasebooks/french.qph
600qt4/phrasebooks/german.qph 602qt4/phrasebooks/german.qph
601qt4/phrasebooks/hungarian.qph 603qt4/phrasebooks/hungarian.qph
602qt4/phrasebooks/italian.qph 604qt4/phrasebooks/italian.qph
603qt4/phrasebooks/japanese.qph 605qt4/phrasebooks/japanese.qph
604qt4/phrasebooks/norwegian.qph 606qt4/phrasebooks/norwegian.qph
605qt4/phrasebooks/polish.qph 607qt4/phrasebooks/polish.qph
606qt4/phrasebooks/russian.qph 608qt4/phrasebooks/russian.qph
607qt4/phrasebooks/spanish.qph 609qt4/phrasebooks/spanish.qph
608qt4/phrasebooks/swedish.qph 610qt4/phrasebooks/swedish.qph
609qt4/plugins/designer/libqdeclarativeview.la 611qt4/plugins/designer/libqdeclarativeview.la
610qt4/plugins/designer/libqt3supportwidgets.la 612qt4/plugins/designer/libqt3supportwidgets.la
611qt4/plugins/designer/libqwebview.la 613qt4/plugins/designer/libqwebview.la