Index: head/devel/qbs/Makefile =================================================================== --- head/devel/qbs/Makefile (revision 457305) +++ head/devel/qbs/Makefile (revision 457306) @@ -1,56 +1,54 @@ # $FreeBSD$ PORTNAME= qbs DISTVERSIONPREFIX= src- -DISTVERSION= 1.9.0 +DISTVERSION= 1.10.0 CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/Qt/qbs MAINTAINER= kde@FreeBSD.org -COMMENT= Qt Build Suite +COMMENT= Qbs Build Suite LICENSE= GPLv3 LGPL21 LICENSE_COMB= dual USES= compiler:c++11-lib python:run qmake:outsource shebangfix USE_GL= gl USE_LDCONFIG= yes USE_QT5= buildtools_build core concurrent gui network script testlib \ widgets xml SHEBANG_FILES= src/3rdparty/python/bin/dmgbuild QMAKE_SOURCE_PATH= ${WRKSRC}/qbs.pro OPTIONS_DEFINE= DOCS DOCS_USE= QT5=help_build,qdoc_build,sql-sqlite3_build OPTIONS_DEFAULT= ${OPTIONS_DEFINE} ALL_TARGET= all INSTALL_TARGET= install DOCS_ALL_TARGET= docs DOCS_INSTALL_TARGET= install_docs PLIST_SUB= SHLIB_VERSION="${PORTVERSION}" - -WRKSRC= ${WRKDIR}/dist/${DISTNAME} pre-configure: # We piggyback on QMAKE_LIBDIR_FLAGS to make sure -L${WRKSRC}/lib is passed to # the linker before -L/usr/local/lib. By default, the opposite happens, which # is a problem when a Qt port is being upgraded, since an existing library # would end up being picked up instead of those built in ${WRKSRC}/lib. Since # qmake appends the value of QMAKE_LIBDIR to QMAKE_LIBDIR_FLAGS, we can use the # latter to get the linker path order right. qmake is smart enough to strip # occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them. # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. ${MKDIR} ${CONFIGURE_WRKSRC} ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache # The file in question is not used on FreeBSD. To silence stage-qa, remove it from stage-dir. post-install: ${RM} ${STAGEDIR}${DATADIR}/modules/bundle/update-specs.sh .include Index: head/devel/qbs/distinfo =================================================================== --- head/devel/qbs/distinfo (revision 457305) +++ head/devel/qbs/distinfo (revision 457306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504761920 -SHA256 (KDE/Qt/qbs/qbs-src-1.9.0.tar.gz) = eb1bdedd274ad349442cb6b3938b4b904e7f738881c0689c2b71b620ec714793 -SIZE (KDE/Qt/qbs/qbs-src-1.9.0.tar.gz) = 4007735 +TIMESTAMP = 1514283811 +SHA256 (KDE/Qt/qbs/qbs-src-1.10.0.tar.gz) = 38afae3b697b96e07d53cfc64dd03533fddec052ecdc08d8e7779440c36c3ecd +SIZE (KDE/Qt/qbs/qbs-src-1.10.0.tar.gz) = 4130630 Index: head/devel/qbs/files/patch-doc_man_man.pri =================================================================== --- head/devel/qbs/files/patch-doc_man_man.pri (nonexistent) +++ head/devel/qbs/files/patch-doc_man_man.pri (revision 457306) @@ -0,0 +1,9 @@ +--- doc/man/man.pri.orig 2017-12-26 13:19:41 UTC ++++ doc/man/man.pri +@@ -1,5 +1,5 @@ + qbs_no_man_install: return() + + man.files = $$PWD/qbs.1 +-man.path = $${QBS_INSTALL_PREFIX}/share/man/man1 ++man.path = $${QBS_INSTALL_PREFIX}/man/man1 + INSTALLS += man Property changes on: head/devel/qbs/files/patch-doc_man_man.pri ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/qbs/pkg-descr =================================================================== --- head/devel/qbs/pkg-descr (revision 457305) +++ head/devel/qbs/pkg-descr (revision 457306) @@ -1,5 +1,9 @@ -QBS (Qt Build Suite) is a cross-platform build environment) -tailored to the needs of Qt developers. It is part of the -Qt Project. +Qbs is a tool that helps simplify the build process for developing projects +across multiple platforms. Qbs can be used for any software project, +regardless of programming language, toolkit, or libraries used. -WWW: https://wiki.qt.io/Qt_Build_Suite +Qbs is an all-in-one tool that generates a build graph from a high-level +project description (like qmake or CMake) and additionally undertakes +the task of executing the commands in the low-level build graph (like make). + +WWW: https://wiki.qt.io/Qbs Index: head/devel/qbs/pkg-plist =================================================================== --- head/devel/qbs/pkg-plist (revision 457305) +++ head/devel/qbs/pkg-plist (revision 457306) @@ -1,389 +1,420 @@ bin/qbs bin/qbs-config bin/qbs-config-ui bin/qbs-create-project bin/qbs-qmltypes bin/qbs-setup-android bin/qbs-setup-qt bin/qbs-setup-toolchains include/qbs/api/jobs.h include/qbs/api/languageinfo.h include/qbs/api/project.h include/qbs/api/projectdata.h include/qbs/api/rulecommand.h include/qbs/api/runenvironment.h include/qbs/buildgraph/forward_decls.h include/qbs/language/forward_decls.h include/qbs/logging/ilogsink.h include/qbs/qbs.h include/qbs/qbs_version.pri include/qbs/qtenvironment.h include/qbs/qtprofilesetup.h include/qbs/tools/architectures.h include/qbs/tools/buildoptions.h include/qbs/tools/cleanoptions.h include/qbs/tools/codelocation.h include/qbs/tools/commandechomode.h include/qbs/tools/error.h include/qbs/tools/generateoptions.h include/qbs/tools/installoptions.h include/qbs/tools/preferences.h include/qbs/tools/processresult.h include/qbs/tools/profile.h include/qbs/tools/qbs_export.h include/qbs/tools/qbspluginmanager.h include/qbs/tools/settings.h include/qbs/tools/settingsmodel.h include/qbs/tools/setupprojectparameters.h include/qbs/tools/toolchains.h include/qbs/tools/version.h include/qbs/use_installed_corelib.pri include/qbs/use_installed_qtprofilesetup.pri lib/libqbscore.prl lib/libqbscore.so lib/libqbscore.so.1 -lib/libqbscore.so.1.9 +lib/libqbscore.so.1.10 lib/libqbscore.so.%%SHLIB_VERSION%% lib/libqbsqtprofilesetup.prl lib/libqbsqtprofilesetup.so lib/libqbsqtprofilesetup.so.1 -lib/libqbsqtprofilesetup.so.1.9 +lib/libqbsqtprofilesetup.so.1.10 lib/libqbsqtprofilesetup.so.%%SHLIB_VERSION%% lib/qbs/plugins/libclangcompilationdbgenerator.so lib/qbs/plugins/libqbs_cpp_scanner.so lib/qbs/plugins/libqbs_qt_scanner.so lib/qbs/plugins/libvisualstudiogenerator.so libexec/qbs/dmgbuild libexec/qbs/qbs_processlauncher +man/man1/qbs.1.gz %%PORTDOCS%%%%DOCSDIR%%/html/android-ndk-module.html %%PORTDOCS%%%%DOCSDIR%%/html/android-sdk-module.html %%PORTDOCS%%%%DOCSDIR%%/html/androidapk-item.html %%PORTDOCS%%%%DOCSDIR%%/html/appleapplicationdiskimage-item.html %%PORTDOCS%%%%DOCSDIR%%/html/applediskimage-item.html %%PORTDOCS%%%%DOCSDIR%%/html/application-item.html %%PORTDOCS%%%%DOCSDIR%%/html/applicationextension-item.html %%PORTDOCS%%%%DOCSDIR%%/html/archiver-module.html %%PORTDOCS%%%%DOCSDIR%%/html/artifact-item.html %%PORTDOCS%%%%DOCSDIR%%/html/attributions.html %%PORTDOCS%%%%DOCSDIR%%/html/autotestrunner-item.html %%PORTDOCS%%%%DOCSDIR%%/html/building-applications.html %%PORTDOCS%%%%DOCSDIR%%/html/building-qbs.html %%PORTDOCS%%%%DOCSDIR%%/html/bundle-module.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-build.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-clean.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-config-ui.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-config.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-create-project.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-dump-nodes-tree.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-generate.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-help.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-install.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-resolve.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-run.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-android.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-qt.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-toolchains.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-shell.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-status.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli-update-timestamps.html +%%PORTDOCS%%%%DOCSDIR%%/html/cli.html %%PORTDOCS%%%%DOCSDIR%%/html/commands.html %%PORTDOCS%%%%DOCSDIR%%/html/configuring.html %%PORTDOCS%%%%DOCSDIR%%/html/cpp-module.html %%PORTDOCS%%%%DOCSDIR%%/html/cppapplication-item.html +%%PORTDOCS%%%%DOCSDIR%%/html/cpufeatures-module.html %%PORTDOCS%%%%DOCSDIR%%/html/custom-modules.html %%PORTDOCS%%%%DOCSDIR%%/html/depends-item.html %%PORTDOCS%%%%DOCSDIR%%/html/dmg-module.html %%PORTDOCS%%%%DOCSDIR%%/html/dynamiclibrary-item.html %%PORTDOCS%%%%DOCSDIR%%/html/export-item.html %%PORTDOCS%%%%DOCSDIR%%/html/filetagger-item.html %%PORTDOCS%%%%DOCSDIR%%/html/generators.html %%PORTDOCS%%%%DOCSDIR%%/html/group-item.html %%PORTDOCS%%%%DOCSDIR%%/html/howtos.html %%PORTDOCS%%%%DOCSDIR%%/html/ib-module.html %%PORTDOCS%%%%DOCSDIR%%/html/images/arrow_bc.png %%PORTDOCS%%%%DOCSDIR%%/html/images/bgrContent.png %%PORTDOCS%%%%DOCSDIR%%/html/images/btn_next.png %%PORTDOCS%%%%DOCSDIR%%/html/images/btn_prev.png %%PORTDOCS%%%%DOCSDIR%%/html/images/bullet_dn.png %%PORTDOCS%%%%DOCSDIR%%/html/images/bullet_sq.png %%PORTDOCS%%%%DOCSDIR%%/html/images/home.png %%PORTDOCS%%%%DOCSDIR%%/html/images/ico_note.png %%PORTDOCS%%%%DOCSDIR%%/html/images/ico_note_attention.png %%PORTDOCS%%%%DOCSDIR%%/html/images/ico_out.png %%PORTDOCS%%%%DOCSDIR%%/html/images/logo.png +%%PORTDOCS%%%%DOCSDIR%%/html/images/qbs-settings-gui.png %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/innosetup-item.html %%PORTDOCS%%%%DOCSDIR%%/html/innosetup-module.html %%PORTDOCS%%%%DOCSDIR%%/html/installing-files.html %%PORTDOCS%%%%DOCSDIR%%/html/installing.html %%PORTDOCS%%%%DOCSDIR%%/html/installpackage-item.html %%PORTDOCS%%%%DOCSDIR%%/html/java-module.html %%PORTDOCS%%%%DOCSDIR%%/html/javaclasscollection-item.html %%PORTDOCS%%%%DOCSDIR%%/html/javajarfile-item.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-environment.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-file.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-fileinfo.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-process.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-propertylist.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-temporarydir.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-textfile.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextension-utilities.html %%PORTDOCS%%%%DOCSDIR%%/html/jsextensions-general.html %%PORTDOCS%%%%DOCSDIR%%/html/language-introduction.html %%PORTDOCS%%%%DOCSDIR%%/html/lex-yacc-module.html %%PORTDOCS%%%%DOCSDIR%%/html/list-of-builtin-services.html %%PORTDOCS%%%%DOCSDIR%%/html/list-of-convenience-items.html %%PORTDOCS%%%%DOCSDIR%%/html/list-of-items.html %%PORTDOCS%%%%DOCSDIR%%/html/list-of-language-items.html %%PORTDOCS%%%%DOCSDIR%%/html/list-of-modules.html -%%PORTDOCS%%%%DOCSDIR%%/html/list-of-tools.html %%PORTDOCS%%%%DOCSDIR%%/html/loadablemodule-item.html %%PORTDOCS%%%%DOCSDIR%%/html/module-item.html %%PORTDOCS%%%%DOCSDIR%%/html/nodejs-module.html %%PORTDOCS%%%%DOCSDIR%%/html/nsis-module.html %%PORTDOCS%%%%DOCSDIR%%/html/overview.html %%PORTDOCS%%%%DOCSDIR%%/html/parameter-item.html %%PORTDOCS%%%%DOCSDIR%%/html/parameters-item.html +%%PORTDOCS%%%%DOCSDIR%%/html/porting-to-qbs.html %%PORTDOCS%%%%DOCSDIR%%/html/probe-item.html %%PORTDOCS%%%%DOCSDIR%%/html/product-item.html +%%PORTDOCS%%%%DOCSDIR%%/html/profile-item.html %%PORTDOCS%%%%DOCSDIR%%/html/project-item.html %%PORTDOCS%%%%DOCSDIR%%/html/properties-item.html %%PORTDOCS%%%%DOCSDIR%%/html/propertyoptions-item.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-biplist.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-dmgbuild.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-ds-store.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-mac-alias.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs-module.html %%PORTDOCS%%%%DOCSDIR%%/html/qbs.index %%PORTDOCS%%%%DOCSDIR%%/html/qbs.qhp %%PORTDOCS%%%%DOCSDIR%%/html/qbs.qhp.sha1 %%PORTDOCS%%%%DOCSDIR%%/html/qnx-module.html %%PORTDOCS%%%%DOCSDIR%%/html/qt-modules.html %%PORTDOCS%%%%DOCSDIR%%/html/qt-versions.html %%PORTDOCS%%%%DOCSDIR%%/html/qtapplication-item.html %%PORTDOCS%%%%DOCSDIR%%/html/qtguiapplication-item.html %%PORTDOCS%%%%DOCSDIR%%/html/reference.html %%PORTDOCS%%%%DOCSDIR%%/html/rule-item.html %%PORTDOCS%%%%DOCSDIR%%/html/running-applications.html %%PORTDOCS%%%%DOCSDIR%%/html/scanner-item.html %%PORTDOCS%%%%DOCSDIR%%/html/setup.html %%PORTDOCS%%%%DOCSDIR%%/html/shell.html %%PORTDOCS%%%%DOCSDIR%%/html/staticlibrary-item.html %%PORTDOCS%%%%DOCSDIR%%/html/style/offline-simple.css %%PORTDOCS%%%%DOCSDIR%%/html/style/offline.css %%PORTDOCS%%%%DOCSDIR%%/html/subproject-item.html %%PORTDOCS%%%%DOCSDIR%%/html/typescript-module.html %%PORTDOCS%%%%DOCSDIR%%/html/usage.html +%%PORTDOCS%%%%DOCSDIR%%/html/vcs-module.html %%PORTDOCS%%%%DOCSDIR%%/html/wix-module.html %%PORTDOCS%%%%DOCSDIR%%/html/xcode-module.html %%PORTDOCS%%%%DOCSDIR%%/html/xpcservice-item.html %%PORTDOCS%%%%DOCSDIR%%/qbs.qch %%DATADIR%%/examples/app-and-lib/app/app.qbs %%DATADIR%%/examples/app-and-lib/app/main.cpp %%DATADIR%%/examples/app-and-lib/app_and_lib.qbs %%DATADIR%%/examples/app-and-lib/lib/lib.cpp %%DATADIR%%/examples/app-and-lib/lib/lib.h %%DATADIR%%/examples/app-and-lib/lib/lib.qbs %%DATADIR%%/examples/cocoa-application/CocoaApplication.qbs %%DATADIR%%/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj %%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.h %%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.m %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/Contents.json %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/background.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/background@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512@2x.png %%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf %%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings %%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/LICENSE %%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib %%DATADIR%%/examples/cocoa-application/CocoaApplication/en_US.lproj %%DATADIR%%/examples/cocoa-application/CocoaApplication/main.m %%DATADIR%%/examples/cocoa-application/app.qbs %%DATADIR%%/examples/cocoa-application/dmg.qbs %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication.qbs %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h@2x.png %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default.png %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default@2x.png %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib %%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/main.m %%DATADIR%%/examples/code-generator/code-generator.qbs %%DATADIR%%/examples/code-generator/hwgen.cpp %%DATADIR%%/examples/collidingmice/collidingmice.qbs %%DATADIR%%/examples/collidingmice/images/cheese.jpg %%DATADIR%%/examples/collidingmice/main.cpp %%DATADIR%%/examples/collidingmice/mice.qrc %%DATADIR%%/examples/collidingmice/mouse.cpp %%DATADIR%%/examples/collidingmice/mouse.h +%%DATADIR%%/examples/compiled-qml/MainForm.ui.qml +%%DATADIR%%/examples/compiled-qml/cheese.jpg +%%DATADIR%%/examples/compiled-qml/main.cpp +%%DATADIR%%/examples/compiled-qml/main.qml +%%DATADIR%%/examples/compiled-qml/myapp.qbs +%%DATADIR%%/examples/compiled-qml/qml.qrc %%DATADIR%%/examples/examples.qbs %%DATADIR%%/examples/helloworld-complex/hello.qbs %%DATADIR%%/examples/helloworld-complex/src/foo.cpp %%DATADIR%%/examples/helloworld-complex/src/foo.h %%DATADIR%%/examples/helloworld-complex/src/main.cpp %%DATADIR%%/examples/helloworld-complex/src/specialfeature.cpp %%DATADIR%%/examples/helloworld-complex/src/specialfeature.h %%DATADIR%%/examples/helloworld-minimal/hello.qbs %%DATADIR%%/examples/helloworld-minimal/main.cpp %%DATADIR%%/examples/helloworld-qt/hello.qbs %%DATADIR%%/examples/helloworld-qt/main.cpp %%DATADIR%%/examples/install-bundle/MainMenu.xib %%DATADIR%%/examples/install-bundle/Storyboard.storyboard %%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/Contents.json %%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16.png %%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16@2x.png %%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json %%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16.png %%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16@2x.png %%DATADIR%%/examples/install-bundle/coreutils.cpp %%DATADIR%%/examples/install-bundle/coreutils.h %%DATADIR%%/examples/install-bundle/install-bundle.qbs %%DATADIR%%/examples/install-bundle/main.cpp %%DATADIR%%/examples/install-bundle/white.iconset/icon_16x16.png %%DATADIR%%/examples/install-bundle/white.iconset/icon_16x16@2x.png %%DATADIR%%/imports/qbs/BundleTools/bundle-tools.js %%DATADIR%%/imports/qbs/DarwinTools/darwin-tools.js %%DATADIR%%/imports/qbs/ModUtils/utils.js %%DATADIR%%/imports/qbs/PathTools/path-tools.js %%DATADIR%%/imports/qbs/Probes/AndroidNdkProbe.qbs %%DATADIR%%/imports/qbs/Probes/AndroidSdkProbe.qbs %%DATADIR%%/imports/qbs/Probes/BinaryProbe.qbs %%DATADIR%%/imports/qbs/Probes/FrameworkProbe.qbs %%DATADIR%%/imports/qbs/Probes/GccProbe.qbs %%DATADIR%%/imports/qbs/Probes/GccVersionProbe.qbs %%DATADIR%%/imports/qbs/Probes/IncludeProbe.qbs %%DATADIR%%/imports/qbs/Probes/InnoSetupProbe.qbs %%DATADIR%%/imports/qbs/Probes/JdkProbe.qbs +%%DATADIR%%/imports/qbs/Probes/JdkVersionProbe.qbs %%DATADIR%%/imports/qbs/Probes/MsvcProbe.qbs %%DATADIR%%/imports/qbs/Probes/NodeJsProbe.qbs %%DATADIR%%/imports/qbs/Probes/NpmProbe.qbs %%DATADIR%%/imports/qbs/Probes/PathProbe.qbs %%DATADIR%%/imports/qbs/Probes/PkgConfigProbe.qbs %%DATADIR%%/imports/qbs/Probes/TypeScriptProbe.qbs %%DATADIR%%/imports/qbs/Probes/WiXProbe.qbs %%DATADIR%%/imports/qbs/Probes/XcodeProbe.qbs %%DATADIR%%/imports/qbs/Probes/path-probe.js %%DATADIR%%/imports/qbs/UnixUtils/unix-utils.js %%DATADIR%%/imports/qbs/WindowsUtils/windows-utils.js %%DATADIR%%/imports/qbs/base/AndroidApk.qbs %%DATADIR%%/imports/qbs/base/AppleApplicationDiskImage.qbs %%DATADIR%%/imports/qbs/base/AppleDiskImage.qbs %%DATADIR%%/imports/qbs/base/Application.qbs %%DATADIR%%/imports/qbs/base/ApplicationExtension.qbs %%DATADIR%%/imports/qbs/base/AutotestRunner.qbs %%DATADIR%%/imports/qbs/base/CppApplication.qbs %%DATADIR%%/imports/qbs/base/DynamicLibrary.qbs %%DATADIR%%/imports/qbs/base/InnoSetup.qbs %%DATADIR%%/imports/qbs/base/InstallPackage.qbs %%DATADIR%%/imports/qbs/base/JavaClassCollection.qbs %%DATADIR%%/imports/qbs/base/JavaJarFile.qbs %%DATADIR%%/imports/qbs/base/Library.qbs %%DATADIR%%/imports/qbs/base/LoadableModule.qbs %%DATADIR%%/imports/qbs/base/NSISSetup.qbs %%DATADIR%%/imports/qbs/base/NativeBinary.qbs %%DATADIR%%/imports/qbs/base/NetModule.qbs %%DATADIR%%/imports/qbs/base/NodeJSApplication.qbs %%DATADIR%%/imports/qbs/base/QtApplication.qbs %%DATADIR%%/imports/qbs/base/QtGuiApplication.qbs %%DATADIR%%/imports/qbs/base/StaticLibrary.qbs %%DATADIR%%/imports/qbs/base/WindowsInstallerPackage.qbs %%DATADIR%%/imports/qbs/base/WindowsSetupPackage.qbs %%DATADIR%%/imports/qbs/base/XPCService.qbs %%DATADIR%%/modules/Android/ndk/ndk.qbs %%DATADIR%%/modules/Android/ndk/utils.js %%DATADIR%%/modules/Android/sdk/sdk.qbs %%DATADIR%%/modules/Android/sdk/utils.js %%DATADIR%%/modules/archiver/archiver.qbs %%DATADIR%%/modules/bundle/BundleModule.qbs %%DATADIR%%/modules/bundle/MacOSX-Package-Types.xcspec %%DATADIR%%/modules/bundle/MacOSX-Product-Types.xcspec %%DATADIR%%/modules/bundle/bundle.js %%DATADIR%%/modules/cli/CLIModule.qbs %%DATADIR%%/modules/cli/cli.js %%DATADIR%%/modules/cli/mono.qbs %%DATADIR%%/modules/cli/windows-dotnet.qbs %%DATADIR%%/modules/cpp/CppModule.qbs %%DATADIR%%/modules/cpp/DarwinGCC.qbs %%DATADIR%%/modules/cpp/GenericGCC.qbs %%DATADIR%%/modules/cpp/LinuxGCC.qbs %%DATADIR%%/modules/cpp/UnixGCC.qbs %%DATADIR%%/modules/cpp/android-gcc.qbs %%DATADIR%%/modules/cpp/darwin.js %%DATADIR%%/modules/cpp/freebsd-gcc.qbs %%DATADIR%%/modules/cpp/freebsd.js %%DATADIR%%/modules/cpp/gcc.js %%DATADIR%%/modules/cpp/genericunix-gcc.qbs %%DATADIR%%/modules/cpp/ios-gcc.qbs %%DATADIR%%/modules/cpp/macos-gcc.qbs %%DATADIR%%/modules/cpp/msvc.js %%DATADIR%%/modules/cpp/qnx-qcc.qbs %%DATADIR%%/modules/cpp/tvos-gcc.qbs %%DATADIR%%/modules/cpp/watchos-gcc.qbs %%DATADIR%%/modules/cpp/windows-mingw.qbs %%DATADIR%%/modules/cpp/windows-msvc.qbs +%%DATADIR%%/modules/cpufeatures/cpufeatures.qbs %%DATADIR%%/modules/dmg/DMGModule.qbs %%DATADIR%%/modules/dmg/dmg.js %%DATADIR%%/modules/ib/IBModule.qbs %%DATADIR%%/modules/ib/ib.js %%DATADIR%%/modules/innosetup/InnoSetupModule.qbs %%DATADIR%%/modules/java/JavaModule.qbs %%DATADIR%%/modules/java/io/qt/qbs/Artifact.java %%DATADIR%%/modules/java/io/qt/qbs/ArtifactListJsonWriter.java %%DATADIR%%/modules/java/io/qt/qbs/ArtifactListWriter.java %%DATADIR%%/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java %%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java %%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java %%DATADIR%%/modules/java/io/qt/qbs/tools/utils/NullFileObject.java %%DATADIR%%/modules/java/utils.js %%DATADIR%%/modules/lex_yacc/lexyacc.js %%DATADIR%%/modules/lex_yacc/lexyacc.qbs %%DATADIR%%/modules/nodejs/NodeJS.qbs %%DATADIR%%/modules/nodejs/nodejs.js %%DATADIR%%/modules/nsis/NSISModule.qbs %%DATADIR%%/modules/qbs/common.qbs %%DATADIR%%/modules/qnx/qnx.qbs %%DATADIR%%/modules/typescript/TypeScriptModule.qbs -%%DATADIR%%/modules/typescript/qbs-tsc-scan/.gitignore %%DATADIR%%/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts %%DATADIR%%/modules/typescript/typescript.js +%%DATADIR%%/modules/vcs/vcs-module.qbs %%DATADIR%%/modules/wix/WiXModule.qbs %%DATADIR%%/modules/xcode/xcode.js %%DATADIR%%/modules/xcode/xcode.qbs %%DATADIR%%/python/biplist/LICENSE %%DATADIR%%/python/biplist/__init__.py %%DATADIR%%/python/biplist/qt_attribution.json %%DATADIR%%/python/dmgbuild/LICENSE %%DATADIR%%/python/dmgbuild/__init__.py %%DATADIR%%/python/dmgbuild/badge.py %%DATADIR%%/python/dmgbuild/colors.py %%DATADIR%%/python/dmgbuild/core.py %%DATADIR%%/python/dmgbuild/licensing.py %%DATADIR%%/python/dmgbuild/qt_attribution.json %%DATADIR%%/python/dmgbuild/resources.py %%DATADIR%%/python/ds_store/LICENSE %%DATADIR%%/python/ds_store/__init__.py %%DATADIR%%/python/ds_store/buddy.py %%DATADIR%%/python/ds_store/qt_attribution.json %%DATADIR%%/python/ds_store/store.py %%DATADIR%%/python/mac_alias/LICENSE %%DATADIR%%/python/mac_alias/__init__.py %%DATADIR%%/python/mac_alias/alias.py %%DATADIR%%/python/mac_alias/bookmark.py %%DATADIR%%/python/mac_alias/osx.py %%DATADIR%%/python/mac_alias/qt_attribution.json %%DATADIR%%/python/mac_alias/utils.py Index: head/devel/qtcreator/Makefile =================================================================== --- head/devel/qtcreator/Makefile (revision 457305) +++ head/devel/qtcreator/Makefile (revision 457306) @@ -1,81 +1,82 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= qtcreator -DISTVERSION= 4.4.0 +DISTVERSION= 4.5.0 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} DIST_SUBDIR= KDE/Qt/qtcreator MAINTAINER= kde@FreeBSD.org COMMENT= C++ and QML IDE for Qt development # depend on the split out qbs LIB_DEPENDS= libqbscore.so:devel/qbs USES= qmake compiler:c++11-lib tar:xz USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} USE_GL= gl USE_QT5= buildtools concurrent core designer gui help \ - linguist network printsupport qdoc qmake qml quick quickcontrols \ - script script sql svg webengine widgets xml xmlpatterns + linguist location network printsupport qdoc qmake qml quick \ + quickcontrols script script sql svg webchannel webengine \ + widgets xml xmlpatterns # be paranoid and do not extract qbs (devel/qbs) copy from source tree EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs' # Set QBS_INSTALL_DIR for QBS plugin build and set config parameter to build # the qbsprojectmanager plugin without compile error QMAKE_ARGS+= QBS_INSTALL_DIR=${PREFIX} CONFIG+=qbs_enable_project_file_updates # Enforce installation to ${PREFIX}. QMAKE_ARGS+= QTC_PREFIX=${PREFIX} # Required for building the port with GCC: the define below is required for # std::to_string() to exist. More details in ports/193528. QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99 DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \ "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true BROKEN_aarch64= fails to build: invokes x86 asm OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DESC= Install the Qt5 api documentation DOCS_USE= QT5=doc_run EXAMPLES_DESC= Install the Qt5 example projects EXAMPLES_USE= QT5=examples_run OPTIONS_DEFAULT= ${OPTIONS_DEFINE} ALL_TARGET= all INSTALL_TARGET= install DOCS_ALL_TARGET= docs DOCS_INSTALL_TARGET= install_docs PLIST_SUB= SHLIB_VER="${PORTVERSION}" .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 # The detection of is_trivially_destructible fails with clang-3.4 from 10.3. QMAKE_ARGS+= DEFINES+=TR2_OPTIONAL_DISABLE_EMULATION_OF_TYPE_TRAITS .endif # Fix paths for gnuplot and ant. post-patch: ${REINPLACE_CMD} -e 's|/usr/bin/gnuplot|${LOCALBASE}/bin/gnuplot|' \ ${WRKSRC}/share/qtcreator/debugger/dumper.py ${REINPLACE_CMD} -e 's|/usr/bin/ant|${LOCALBASE}/bin/ant|' \ ${WRKSRC}/src/plugins/android/androidsettingswidget.cpp pre-configure: # We piggyback on QMAKE_LIBDIR_FLAGS to make sure -L${WRKSRC}/lib is passed to # the linker before -L/usr/local/lib. By default, the opposite happens, which # is a problem when a Qt port is being upgraded, since an existing library # would end up being picked up instead of those built in ${WRKSRC}/lib. Since # qmake appends the value of QMAKE_LIBDIR to QMAKE_LIBDIR_FLAGS, we can use the # latter to get the linker path order right. qmake is smart enough to strip # occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them. # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache .include Index: head/devel/qtcreator/distinfo =================================================================== --- head/devel/qtcreator/distinfo (revision 457305) +++ head/devel/qtcreator/distinfo (revision 457306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504763945 -SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.4.0.tar.xz) = 8c97d40a98ceb5dcff7f56668b0942d7a31821439fa76022c0145775c55a6202 -SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.4.0.tar.xz) = 20795448 +TIMESTAMP = 1514283767 +SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.5.0.tar.xz) = 140256a5d99e9e6060a492699a68118f16afcebce70d4221fabff7215475d9f9 +SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.5.0.tar.xz) = 21641628 Index: head/devel/qtcreator/pkg-plist =================================================================== --- head/devel/qtcreator/pkg-plist (revision 457305) +++ head/devel/qtcreator/pkg-plist (revision 457306) @@ -1,2592 +1,2601 @@ bin/qtcreator lib/qtcreator/libAggregation.so lib/qtcreator/libAggregation.so.4 -lib/qtcreator/libAggregation.so.4.4 +lib/qtcreator/libAggregation.so.4.5 lib/qtcreator/libAggregation.so.%%SHLIB_VER%% lib/qtcreator/libCPlusPlus.so lib/qtcreator/libCPlusPlus.so.4 -lib/qtcreator/libCPlusPlus.so.4.4 +lib/qtcreator/libCPlusPlus.so.4.5 lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%% -lib/qtcreator/libClangbackendipc.so -lib/qtcreator/libClangbackendipc.so.4 -lib/qtcreator/libClangbackendipc.so.4.4 -lib/qtcreator/libClangbackendipc.so.%%SHLIB_VER%% +lib/qtcreator/libClangsupport.so +lib/qtcreator/libClangsupport.so.4 +lib/qtcreator/libClangsupport.so.4.5 +lib/qtcreator/libClangsupport.so.%%SHLIB_VER%% lib/qtcreator/libExtensionSystem.so lib/qtcreator/libExtensionSystem.so.4 -lib/qtcreator/libExtensionSystem.so.4.4 +lib/qtcreator/libExtensionSystem.so.4.5 lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%% lib/qtcreator/libFlameGraph.so lib/qtcreator/libFlameGraph.so.4 -lib/qtcreator/libFlameGraph.so.4.4 +lib/qtcreator/libFlameGraph.so.4.5 lib/qtcreator/libFlameGraph.so.%%SHLIB_VER%% lib/qtcreator/libGLSL.so lib/qtcreator/libGLSL.so.4 -lib/qtcreator/libGLSL.so.4.4 +lib/qtcreator/libGLSL.so.4.5 lib/qtcreator/libGLSL.so.%%SHLIB_VER%% lib/qtcreator/libLanguageUtils.so lib/qtcreator/libLanguageUtils.so.4 -lib/qtcreator/libLanguageUtils.so.4.4 +lib/qtcreator/libLanguageUtils.so.4.5 lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%% lib/qtcreator/libModeling.so lib/qtcreator/libModeling.so.4 -lib/qtcreator/libModeling.so.4.4 +lib/qtcreator/libModeling.so.4.5 lib/qtcreator/libModeling.so.%%SHLIB_VER%% lib/qtcreator/libQmlDebug.so lib/qtcreator/libQmlDebug.so.4 -lib/qtcreator/libQmlDebug.so.4.4 +lib/qtcreator/libQmlDebug.so.4.5 lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%% lib/qtcreator/libQmlEditorWidgets.so lib/qtcreator/libQmlEditorWidgets.so.4 -lib/qtcreator/libQmlEditorWidgets.so.4.4 +lib/qtcreator/libQmlEditorWidgets.so.4.5 lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%% lib/qtcreator/libQmlJS.so lib/qtcreator/libQmlJS.so.4 -lib/qtcreator/libQmlJS.so.4.4 +lib/qtcreator/libQmlJS.so.4.5 lib/qtcreator/libQmlJS.so.%%SHLIB_VER%% lib/qtcreator/libQtcSsh.so lib/qtcreator/libQtcSsh.so.4 -lib/qtcreator/libQtcSsh.so.4.4 +lib/qtcreator/libQtcSsh.so.4.5 lib/qtcreator/libQtcSsh.so.%%SHLIB_VER%% lib/qtcreator/libSqlite.so lib/qtcreator/libSqlite.so.4 -lib/qtcreator/libSqlite.so.4.4 +lib/qtcreator/libSqlite.so.4.5 lib/qtcreator/libSqlite.so.%%SHLIB_VER%% lib/qtcreator/libTimeline.so lib/qtcreator/libTimeline.so.4 -lib/qtcreator/libTimeline.so.4.4 +lib/qtcreator/libTimeline.so.4.5 lib/qtcreator/libTimeline.so.%%SHLIB_VER%% lib/qtcreator/libUtils.so lib/qtcreator/libUtils.so.4 -lib/qtcreator/libUtils.so.4.4 +lib/qtcreator/libUtils.so.4.5 lib/qtcreator/libUtils.so.%%SHLIB_VER%% lib/qtcreator/plugins/libAndroid.so lib/qtcreator/plugins/libAutoTest.so lib/qtcreator/plugins/libAutotoolsProjectManager.so lib/qtcreator/plugins/libBareMetal.so lib/qtcreator/plugins/libBazaar.so lib/qtcreator/plugins/libBeautifier.so lib/qtcreator/plugins/libBinEditor.so lib/qtcreator/plugins/libBookmarks.so lib/qtcreator/plugins/libCMakeProjectManager.so lib/qtcreator/plugins/libCVS.so lib/qtcreator/plugins/libClangStaticAnalyzer.so lib/qtcreator/plugins/libClassView.so lib/qtcreator/plugins/libClearCase.so lib/qtcreator/plugins/libCodePaster.so lib/qtcreator/plugins/libCore.so lib/qtcreator/plugins/libCppEditor.so lib/qtcreator/plugins/libCppTools.so lib/qtcreator/plugins/libDebugger.so lib/qtcreator/plugins/libDesigner.so lib/qtcreator/plugins/libDiffEditor.so lib/qtcreator/plugins/libEmacsKeys.so lib/qtcreator/plugins/libFakeVim.so lib/qtcreator/plugins/libGLSLEditor.so lib/qtcreator/plugins/libGenericProjectManager.so lib/qtcreator/plugins/libGit.so lib/qtcreator/plugins/libHelloWorld.so lib/qtcreator/plugins/libHelp.so lib/qtcreator/plugins/libImageViewer.so lib/qtcreator/plugins/libIos.so lib/qtcreator/plugins/libMacros.so lib/qtcreator/plugins/libMercurial.so lib/qtcreator/plugins/libModelEditor.so lib/qtcreator/plugins/libNim.so lib/qtcreator/plugins/libPerforce.so lib/qtcreator/plugins/libProjectExplorer.so lib/qtcreator/plugins/libPythonEditor.so lib/qtcreator/plugins/libQbsProjectManager.so lib/qtcreator/plugins/libQmakeAndroidSupport.so lib/qtcreator/plugins/libQmakeProjectManager.so lib/qtcreator/plugins/libQmlDesigner.so lib/qtcreator/plugins/libQmlJSEditor.so lib/qtcreator/plugins/libQmlJSTools.so lib/qtcreator/plugins/libQmlProfiler.so lib/qtcreator/plugins/libQmlProjectManager.so lib/qtcreator/plugins/libQnx.so lib/qtcreator/plugins/libQtSupport.so lib/qtcreator/plugins/libRemoteLinux.so lib/qtcreator/plugins/libResourceEditor.so lib/qtcreator/plugins/libScxmlEditor.so lib/qtcreator/plugins/libSilverSearcher.so lib/qtcreator/plugins/libSubversion.so lib/qtcreator/plugins/libTaskList.so lib/qtcreator/plugins/libTextEditor.so lib/qtcreator/plugins/libTodo.so lib/qtcreator/plugins/libUpdateInfo.so lib/qtcreator/plugins/libValgrind.so lib/qtcreator/plugins/libVcsBase.so lib/qtcreator/plugins/libWelcome.so lib/qtcreator/plugins/libWinRt.so lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so libexec/qtcreator/buildoutputparser libexec/qtcreator/cpaster libexec/qtcreator/qml2puppet libexec/qtcreator/qtcreator_process_stub libexec/qtcreator/qtpromaker libexec/qtcreator/sdktool %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev.qch %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/abstractsymbolgroupnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/abstractsymbolgroupnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/aggregation-aggregate-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/aggregation-aggregate.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/aggregation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/basesymbolgroupnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/basesymbolgroupnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/classes.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/codeassist.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/coding-style.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/common-extension-tasks.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-actioncontainer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-actioncontainer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-actionmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-actionmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-asynchronousmessagebox.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter-iterator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter-iterator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter-listiterator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter-listiterator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilefilter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilewizard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilewizard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilewizardfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basefilewizardfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basetextdocument-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basetextdocument.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basetextfind-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-basetextfind.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-command-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-command.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandbutton-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandbutton.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandlocator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandlocator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandmappings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-commandmappings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-constants.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-context-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-context.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-designmode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-designmode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-diffservice-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-diffservice.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmodel-entry-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmodel-entry.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-documentmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanager-filepathinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanager-filepathinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanagerplaceholder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editormanagerplaceholder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editortoolbar-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-editortoolbar.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-externaltoolmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-externaltoolmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-fileiconprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-fileutils-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-fileutils.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-find-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-find.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-findtoolbarplaceholder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-findtoolbarplaceholder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-futureprogress-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-futureprogress.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-generatedfile-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-generatedfile.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-helpmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-helpmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-highlight-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-highlight.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-highlightscrollbar-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-highlightscrollbar.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-icons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-icontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-icontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-icore-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-icore.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-id-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-id-obsolete.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-id.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-idocument-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-idocument.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-idocumentfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-idocumentfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ieditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ieditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ieditorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ieditorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iexternaleditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iexternaleditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifeatureprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifeatureprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifindfilter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifindfilter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifindsupport-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ifindsupport.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ilocatorfilter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ilocatorfilter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-imode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-imode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-inavigationwidgetfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-inavigationwidgetfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobar-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobar.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobardisplay-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobardisplay.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobarentry-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-infobarentry.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioptionspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioptionspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioptionspageprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioptionspageprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioutputpane-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ioutputpane.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-itemviewfind-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-itemviewfind.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iversioncontrol-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iversioncontrol-topiccache-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iversioncontrol-topiccache.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iversioncontrol.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iwelcomepage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iwelcomepage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iwizardfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-iwizardfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-jsexpander-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-jsexpander.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatorfilterentry-highlightinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatorfilterentry-highlightinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatorfilterentry-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatorfilterentry.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatormanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-locatormanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-messagemanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-messagemanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-modemanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-modemanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationwidgetplaceholder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-navigationwidgetplaceholder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-nonresizingsplitter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-nonresizingsplitter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-opendocumentstreeview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-opendocumentstreeview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-outputpaneplaceholder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-outputpaneplaceholder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-outputwindow-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-outputwindow.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-patchtool-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-patchtool.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-progressmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-progressmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-progresstimer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-progresstimer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-promptoverwritedialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-promptoverwritedialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-readonlyfilesdialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-readonlyfilesdialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-reaper.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-removefiledialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-removefiledialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-rightpaneplaceholder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-rightpaneplaceholder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-rightpanewidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-rightpanewidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-search-textposition-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-search-textposition.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-search-textrange-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-search-textrange.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-search.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresult-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresult.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresultitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresultitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresultwindow-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-searchresultwindow.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-settingsdatabase-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-settingsdatabase.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-shellcommand-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-shellcommand.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-sidebar-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-sidebar.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-sidebaritem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-sidebaritem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-statusbarwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-statusbarwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-basiclocatorfiltertest-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-basiclocatorfiltertest.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-resultdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-resultdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-testdatadir-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests-testdatadir.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-tests.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-ui.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-variablechooser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-variablechooser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-vcsmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-vcsmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-welcomepagebutton-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-welcomepagebutton.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-welcomepageframe-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-welcomepageframe.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-wizarddialogparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core-wizarddialogparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/core.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-alreadyconsideredclasscontainer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-alreadyconsideredclasscontainer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-astparent-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-astparent.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-astpath-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-astpath.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-backwardsscanner-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-backwardsscanner.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-bytearrayref-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-bytearrayref.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-classornamespace-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-classornamespace.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-client-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-client.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-cppmodelmanagerbase-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-cppmodelmanagerbase.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-createbindings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-createbindings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-dependencytable.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-deprecatedgentemplateinstance-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-deprecatedgentemplateinstance.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-block-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-block.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-diagnosticmessage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-diagnosticmessage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-include-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-include.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-macrouse-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-macrouse.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-undefinedmacrouse-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document-undefinedmacrouse.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-document.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-environment-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-environment.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-expressionundercursor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-expressionundercursor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-fastpreprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-fastpreprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-findcdbbreakpoint-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-findcdbbreakpoint.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-findusages-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-findusages.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-icons-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-icons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-internal-fullyqualifiedname-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-internal-fullyqualifiedname.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-internal-pptoken-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-internal-pptoken.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-internal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-lookupcontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-lookupcontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-lookupitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-lookupitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-macro-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-macro.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-macroargumentreference-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-macroargumentreference.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-matchingtext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-matchingtext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-nameprettyprinter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-nameprettyprinter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-overview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-overviewmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-overviewmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-argument-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-argument.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-blanks-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-blanks.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-char-literal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-char-literal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-comment-or-divop-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-comment-or-divop.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-identifier-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-identifier.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-number-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-number.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-string-literal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-string-literal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-whitespaces-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-pp-skip-whitespaces.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-preprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-preprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-resolveexpression-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-resolveexpression.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-simplelexer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-simplelexer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-snapshot-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-snapshot.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-snapshotsymbolvisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-snapshotsymbolvisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitution-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitution.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitutionenvironment-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitutionenvironment.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitutionmap-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-substitutionmap.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-symbolnamevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-symbolnamevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-typeofexpression-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-typeofexpression.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-typeprettyprinter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-typeprettyprinter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-usage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-usage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-useminimalnames-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-useminimalnames.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-usequalifiednames-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus-usequalifiednames.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/cplusplus.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/creating-plugins.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugfiltersymbolgroupnodevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugfiltersymbolgroupnodevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-analyzerrunconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-analyzerrunconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-constants-internal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-constants.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggeritem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggeritem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggeritemmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggeritemmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerkitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerkitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerrunconfigurationaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerrunconfigurationaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerrunconfigurationaspectdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerrunconfigurationaspectdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerruntool-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerruntool.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerstartparameters-members.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerstartparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-detailederrorview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-detailederrorview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-diagnosticlocation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-diagnosticlocation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-gdbserverportsgatherer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-gdbserverportsgatherer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-gdbserverrunner-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-gdbserverrunner.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-icons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-startremotedialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-startremotedialog.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-tcpserverconnection-members.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-tcpserverconnection.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugsymbolgroupnodevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugsymbolgroupnodevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/dumpparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/dumpparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/dumpsymbolgroupnodevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/dumpsymbolgroupnodevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/eventcallback-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/eventcallback.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extending-index.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncommandcontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncommandcontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncontext-cdbversion-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncontext-cdbversion.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensioncontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-invoker-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-invoker.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-invokerbase-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-invokerbase.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-iplugin-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-iplugin.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginargumentdescription-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginargumentdescription.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-plugindependency-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-plugindependency.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-plugindetailsview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-plugindetailsview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginerroroverview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginerroroverview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginerrorview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginerrorview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginspec-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginspec.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem-pluginview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/extensionsystem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/external-tool-spec.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/first-plugin.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/functions.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/getting-and-building.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/arrow_bc.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/bgrContent.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/btn_next.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/btn_prev.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/bullet_dn.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/bullet_sq.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-kitselection.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-menuitem.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-nameandpath.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-pluginsetup.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-runsettings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-summary.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/firstplugin-wizard.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/home.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/ico_note.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/ico_note_attention.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/ico_out.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/logo.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-context-menu.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-debugger-views.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-dialog.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-error-message.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-locator.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-menu-item.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-menu.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-mode-selector.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-output-pane.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-sidebar-menu.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-tooltip-long.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/qtcreator-tooltip.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/riot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/images/variablechooser.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/localssymbolgroup-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/localssymbolgroup.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/mainclasses.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/mapnodesymbolgroupnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/mapnodesymbolgroupnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/namespaces.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/plugin-lifecycle.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/plugin-meta-data.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/pluginmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abi-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abi.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abiwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abiwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abstractprocessstep-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-abstractprocessstep.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ansifilterparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ansifilterparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-applicationlauncher-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-applicationlauncher.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-argumentsaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-argumentsaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-baseprojectwizarddialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-baseprojectwizarddialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildconfigurationmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildconfigurationmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildenvironmentwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildenvironmentwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstep-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstep.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstepconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstepconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstepinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildstepinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildsteplist-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildsteplist.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfolist-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfolist.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-cache-members.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-cache.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-checkboxfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-checkboxfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangclparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangclparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangtoolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangtoolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-comboboxfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-comboboxfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-constants.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-containernode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-containernode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customexecutablerunconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customexecutablerunconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customexecutablerunconfigurationfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customexecutablerunconfigurationfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparserexpression-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparserexpression.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparsersettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customparsersettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customprojectwizard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customprojectwizard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customtoolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customtoolchain-parser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customtoolchain-parser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customtoolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customwizard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customwizard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customwizardmetafactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-customwizardmetafactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-defaultdeployconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-defaultdeployconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-defaultdeployconfigurationfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-defaultdeployconfigurationfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployablefile-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployablefile.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfigurationfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfigurationfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfigurationmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deployconfigurationmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdatamodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdatamodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdataview-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deploymentdataview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deprecated-toolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deprecated.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopdevice-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopdevice.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopdeviceconfigurationwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopdeviceconfigurationwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopprocesssignaloperation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-desktopprocesssignaloperation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicecheckbuildstep-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicecheckbuildstep.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceenvironmentfetcher-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceenvironmentfetcher.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicekitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicekitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicemanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicemanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicemanagermodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicemanagermodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocess-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocess.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocessesdialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocessesdialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocessitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocessitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocesslist-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocesslist.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocesssignaloperation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceprocesssignaloperation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicetester-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicetester.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicetypekitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-devicetypekitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceusedportsgatherer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-deviceusedportsgatherer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-editorconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-editorconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentaspectwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentaspectwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentkitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentkitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-environmentwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-extracompiler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-extracompiler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-extracompilerfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-extracompilerfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-filenode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-filenode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-addnewinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-addnewinformation.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-locationinfo-members.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-locationinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gccparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gccparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain-detectedabisresult-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain-detectedabisresult.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain-warningflagadder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain-warningflagadder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gcctoolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-glob-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-glob.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gnumakeparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gnumakeparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gnumakeparsertester-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gnumakeparsertester.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpath-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpath.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpathscache-members.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpathscache.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildconfigurationfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildconfigurationfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildstepfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildstepfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-icons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-icustomwizardmetafactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-icustomwizardmetafactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevice-deviceinfoitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevice-deviceinfoitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevice-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevice.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevicefactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevicefactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevicewidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-idevicewidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ioutputparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ioutputparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ipotentialkit-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ipotentialkit.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-irunconfigurationaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-irunconfigurationaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-irunconfigurationfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-irunconfigurationfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-isettingsaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-isettingsaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-itaskhandler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-itaskhandler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-journaldwatcher-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-journaldwatcher.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfieldpage-field-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfieldpage-field.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfieldpage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfieldpage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfilepage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonfilepage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonkitspage-conditionalfeature-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonkitspage-conditionalfeature.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonkitspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonkitspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonprojectpage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonprojectpage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonsummarypage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonsummarypage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard-generatorfile-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard-generatorfile.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard-optiondefinition-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard-optiondefinition.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory-generator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory-generator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory-page-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory-page.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardgenerator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardgenerator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardgeneratorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardgeneratorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardpagefactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-jsonwizardpagefactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kit-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kit.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitchooser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitchooser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitguard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitguard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitoptionspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-kitoptionspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-labelfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-labelfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ldparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ldparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-lineeditfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-lineeditfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-linuxiccparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-linuxiccparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-linuxicctoolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-linuxicctoolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-localenvironmentaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-localenvironmentaspect.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macrocache-members.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macrocache.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macro-members.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macro.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-mingwtoolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-mingwtoolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-msvcparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-msvcparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-namedwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-namedwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-node-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-node.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-osparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-osparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-panelswidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-panelswidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-pathchooserfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-pathchooserfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-portsgatherer-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-portsgatherer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-portsgatheringmethod-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-portsgatheringmethod.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-processextracompiler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-processextracompiler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-processparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-processparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-project-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-project.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfiguration.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfigurationmodel-members.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfigurationmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectdocument-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectdocument.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectexplorerplugin-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectexplorerplugin-openprojectresult-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectexplorerplugin-openprojectresult.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectexplorerplugin.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter-toolchaindata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter-toolchaindata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter-updateguard-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter-updateguard.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectimporter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectmacroexpander-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectmacroexpander.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectpanelfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectpanelfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projecttree-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projecttree.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfiguration-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfigurationmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfigurationmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runcontrol-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runcontrol-workerfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runcontrol-workerfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runcontrol.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runworker-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-runworker.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesdialogadddirectory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesdialogadddirectory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesdialogeditfiles-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesdialogeditfiles.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefilesmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefileswidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-selectablefileswidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sessionmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sessionmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-settingsaccessor-issueinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-settingsaccessor-issueinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-settingsaccessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-settingsaccessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-simplebuildstepconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-simplebuildstepconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-simpletargetrunner-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-simpletargetrunner.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-spacerfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-spacerfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sshdeviceprocess-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sshdeviceprocess.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sshdeviceprocesslist-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sshdeviceprocesslist.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-standardrunnable-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-standardrunnable.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-statefulprojectconfiguration-members.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-statefulprojectconfiguration.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sysrootkitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sysrootkitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-target-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-target.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-targetsetuppage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-targetsetuppage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-task-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-task.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-taskhub-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-taskhub.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-terminalaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-terminalaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-texteditfield-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-texteditfield.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainconfigwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainconfigwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainkitinformation-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainkitinformation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainmanager-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-toolchainmanager.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-tree-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-tree.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ui.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-virtualfoldernode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-virtualfoldernode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-workingdirectoryaspect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-workingdirectoryaspect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-xcodebuildparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-xcodebuildparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-xcodebuildparsertester-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-xcodebuildparsertester.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmlerror-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmlerror.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-anchorlinevalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-anchorlinevalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-ast.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astfunctionvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astfunctionvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astobjectvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astobjectvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astpropertyreference-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astpropertyreference.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astsignal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astsignal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astvariablereference-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-astvariablereference.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-bind-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-bind.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-booleanvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-booleanvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-check-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-check.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter-blockdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter-blockdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter-state-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter-state.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-codeformatter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-colorvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-colorvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-completioncontextfinder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-completioncontextfinder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-constants.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-context-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-context.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttonumber-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttonumber.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttoobject-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttoobject.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttostring-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-converttostring.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-coreimport-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-coreimport.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppcomponentvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppcomponentvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppqmltypes-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppqmltypes.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppqmltypesloader-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-cppqmltypesloader.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-customimportsprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-customimportsprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-dependencyinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-dependencyinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-describevaluevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-describevaluevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-dialect-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-dialect.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-document-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-document.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-evaluate-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-evaluate.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-export-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-export.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-fakemetaobjectwithorigin-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-fakemetaobjectwithorigin.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-findexportedcpptypes-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-findexportedcpptypes.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-function-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-function.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-functionvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-functionvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-icons-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-icons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-icontextpane-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-icontextpane.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-import-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-import.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importdependencies-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importdependencies.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importkind.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importmatchstrength-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importmatchstrength.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-imports-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-imports.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-importtype.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-internal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-intvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-intvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-jsimportscope-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-jsimportscope.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-jsoncheck-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-jsoncheck.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-language.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-languagemerger-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-languagemerger.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-libraryinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-libraryinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo-linizerstate-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo-linizerstate.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo-program-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo-program.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-lineinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-link-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-link.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-matchedimport-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-matchedimport.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-memberprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-memberprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-metafunction-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-metafunction.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-cppdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-cppdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-projectinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-projectinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-workingcopy-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface-workingcopy.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-modelmanagerinterface.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-moduleapiinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-moduleapiinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-nullvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-nullvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-numbervalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-numbervalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-objectvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-objectvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-pathandlanguage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-pathandlanguage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-pathsandlanguages-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-pathsandlanguages.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-persistenttrie-trie-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-persistenttrie-trie.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-persistenttrie-trienode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-persistenttrie-trienode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-persistenttrie.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-plugindumper-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-plugindumper.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertydata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertydata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertyinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertyinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertyreader-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-propertyreader.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-prototypeiterator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-prototypeiterator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlbundle-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlbundle.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlcomponentchain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlcomponentchain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlenumvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlenumvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmljsindenter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmljsindenter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmllanguagebundles-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmllanguagebundles.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlprototypereference-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qmlprototypereference.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qrccache-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qrccache.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qrcparser-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qrcparser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qtstylecodeformatter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-qtstylecodeformatter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-realvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-realvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-reference-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-reference.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-referencecontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-referencecontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-rewriter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-rewriter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scanner-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scanner.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopeastpath-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopeastpath.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopebuilder-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopebuilder.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopechain-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-scopechain.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-severity.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simpleabstractstreamreader-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simpleabstractstreamreader.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simplereader-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simplereader.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simplereadernode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-simplereadernode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-snapshot-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-snapshot.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-staticanalysis-message-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-staticanalysis-message.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-staticanalysis-prototypemessagedata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-staticanalysis-prototypemessagedata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-staticanalysis.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-stringvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-stringvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-token-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-token.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typedescriptionreader-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typedescriptionreader.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typeid-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typeid.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typescope-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-typescope.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-undefinedvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-undefinedvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-unknownvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-unknownvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-urlvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-urlvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-value-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-value.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-valueowner-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-valueowner.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-valuevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-valuevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-viewercontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs-viewercontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qmljs.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qt-creator.index %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-api.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-dev-wizards.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-dev.qhp %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-dev.qhp.sha1 %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-documentation.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreator-ui-text.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtcreatorcdbext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtinfo-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/qtinfo.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/referencesymbolgroupnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/referencesymbolgroupnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/snippets.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/style/offline-simple.css %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/style/offline.css %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroup-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroup.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupnode-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupnode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupnodevisitor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupnodevisitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupvalue-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupvalue.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupvaluecontext-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/symbolgroupvaluecontext.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistinterface-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistinterface.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistproposalitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistproposalitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistproposaliteminterface-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-assistproposaliteminterface.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-autocompleter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-autocompleter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basefilefind-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basefilefind.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basehoverhandler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basehoverhandler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basetexteditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-basetexteditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingspageparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingspageparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingswidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-behaviorsettingswidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-blockrange-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-blockrange.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codeassistant-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codeassistant.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codeformatterdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codeformatterdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestyleeditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestyleeditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestylepool-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestylepool.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestyleselectorwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-codestyleselectorwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-colorpreviewhoverhandler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-colorpreviewhoverhandler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-commentssettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-commentssettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionassistprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionassistprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-constants.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-convenience.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettingspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettingspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettingspageparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettingspageparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-extraencodingsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-extraencodingsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-filefindparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-filefindparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-findinfiles-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-findinfiles.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-fontsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-fontsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-fontsettingspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-fontsettingspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-formatdescription-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-formatdescription.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-functionhintproposal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-functionhintproposal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-functionhintproposalwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-functionhintproposalwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposalmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposalmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposalwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-genericproposalwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-helpitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-helpitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlighter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlighter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightersettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightersettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightersettingspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightersettingspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightingresult-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-highlightingresult.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposal-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposalmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposalmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposalwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistproposalwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-iassistprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-icodestylepreferences-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-icodestylepreferences.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-icodestylepreferencesfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-icodestylepreferencesfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ifunctionhintproposalmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ifunctionhintproposalmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-indenter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-indenter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ioutlinewidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ioutlinewidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ioutlinewidgetfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ioutlinewidgetfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywords-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywords.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordsassistproposalitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordsassistproposalitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordscompletionassistprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordscompletionassistprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordscompletionassistprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordscompletionassistprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordsfunctionhintmodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-keywordsfunctionhintmodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-marginsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-marginsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-namemangler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-namemangler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-normalindenter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-normalindenter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-parenthesis-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-parenthesis.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-plaintexteditorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-plaintexteditorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-quickfixassistprocessor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-quickfixassistprocessor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-quickfixassistprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-quickfixassistprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoringchangesdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoringchangesdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoringfile-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoringfile.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactormarker-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactormarker.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoroverlay-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-refactoroverlay.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-searchengine-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-searchengine.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-semantichighlighter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-simplecodestylepreferences-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-simplecodestylepreferences.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-simplecodestylepreferenceswidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-simplecodestylepreferenceswidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet-parsedsnippet-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet-parsedsnippet-range-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet-parsedsnippet-range.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet-parsedsnippet.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippet.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetassistcollector-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetassistcollector.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippeteditorwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippeteditorwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetprovider-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetprovider.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetssettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-snippetssettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-storagesettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-storagesettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-syntaxhighlighter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-syntaxhighlighter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-tabsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-tabsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-tabsettingswidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-tabsettingswidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textblockuserdata-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textblockuserdata.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocument-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocument.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentlayout-foldvalidator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentlayout-foldvalidator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentlayout-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentlayout.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentmanipulator-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentmanipulator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentmanipulatorinterface-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textdocumentmanipulatorinterface.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditoractionhandler-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditoractionhandler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorlinklabel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorlinklabel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditoroptionspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditoroptionspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorwidget-link-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorwidget-link.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-texteditorwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textmark-annotationrects-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textmark-annotationrects.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textmark-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textmark.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textstyles-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-textstyles.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-typingsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-typingsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-ui.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-baseannotationhighlighter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-baseannotationhighlighter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-cleandialog-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-cleandialog.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-constants.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-diffandloghighlighter-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-diffandloghighlighter.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-diffchunk-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-diffchunk.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submiteditorwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submiteditorwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submitfieldwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submitfieldwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submitfilemodel-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-submitfilemodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclient-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclient-statusitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclient-statusitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclient.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclientimpl-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclientimpl.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclientsettings-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseclientsettings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasediffeditorcontroller-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasediffeditorcontroller.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig-comboboxitem-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig-comboboxitem.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig-optionmapping-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig-optionmapping.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorconfig.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorwidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseeditorwidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseoptionspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseoptionspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseplugin-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbaseplugin.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasepluginstate-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasepluginstate.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasesubmiteditor-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasesubmiteditor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasesubmiteditorparameters-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsbasesubmiteditorparameters.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsclientoptionspage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsclientoptionspage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsclientoptionspagewidget-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsclientoptionspagewidget.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcscommand-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcscommand.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsconfigurationpage-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsconfigurationpage.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcseditorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcseditorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsoutputwindow-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcsoutputwindow.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcssubmiteditorfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase-vcssubmiteditorfactory.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/vcsbase.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/watchessymbolgroup-members.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/watchessymbolgroup.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator.qch %%PORTDOCS%%%%DOCSDIR%%/qtcreator/adding-plugins.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-acknowledgements.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-advanced.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-analyze-mode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-analyzer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-autotest.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-beautifier.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-build-dependencies.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-build-example-application.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-build-process-customizing.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-build-settings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-building-running.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-building-targets.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-cache-profiler.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-checking-code-syntax.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-clang-codemodel.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-clang-static-analyzer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-cli.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-code-style-settings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-coding-navigating.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-coding.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-commercial-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-completing-code.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-configuring-projects.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-configuring.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-connecting-mobile.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-cpu-usage-analyzer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debug-mode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugger-engines.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugger-operating-modes.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debuggers.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugging-example.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugging-helpers.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugging-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-debugging.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-deploying-android.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-deployment-embedded-linux.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-deployment-qnx.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-deployment.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-design-mode.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-developing-android.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-developing-baremetal.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-developing-generic-linux.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-developing-ios.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-developing-qnx.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-diff-editor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-codepasting.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-external.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-fakevim.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-finding.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-functions.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-locator.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-options-text.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-options.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-refactoring.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-editor-settings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-faq.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-finding-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-getting-started.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-glossary.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-help-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-help.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-highlighting.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-indenting-code.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-keyboard-shortcuts.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-known-issues.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-macros.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-mime-types.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-modeling.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-os-supported-platforms.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-cmake.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-creating.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-generic.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-managing-sessions.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-managing.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-opening.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-other.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-qbs.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-qmake-libraries.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-qmake.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-wizards-json.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-wizards-xml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-project-wizards.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-projects-autotools.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-qml-debugging-example.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-qml-modules-with-plugins.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-qml-performance-monitor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-quick-tour.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-quick-ui-forms.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-run-settings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-running-targets.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-running-valgrind-remotely.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-scxml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-sharing-project-settings.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-targets.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-task-lists.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-testing.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-tips.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-tool-chains.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-troubleshooting-debugging.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-tutorials.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-usability.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-using-qt-designer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-using-qt-quick-designer.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-valgrind-overview.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-bazaar.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-clearcase.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-cvs.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-git.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-mercurial.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-perforce.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-vcs-subversion.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-version-control.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-visual-editor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/creator-writing-program.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/examples-manifest.xml %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/anchor_fill.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/anchor_horizontal.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/anchor_vertical.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/arrow_bc.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/arrowdown.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/arrowup.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/beautifier_editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/beautifier_options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/bgrContent.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/bookmark.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/boundingrect.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/btn_next.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/btn_prev.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/buildstepdisable.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/bullet_dn.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/bullet_sq.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/class.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/clean_pane_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/column.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/commercial.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/cpu-usage-analyzer.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-baremetal-device.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-baremetal-kit-for-project.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-baremetal-kits.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-compilers-custom.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-diff-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-git-commit-actions.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-gs-01.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-gs-02.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-gs-03.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-gs-04.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-qbs-build-app.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-qbs-build-clean.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator-toggle-progress-bar.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_advanceduse.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_android_tutorial_ex_app.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_buildingrunning.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_coding.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_designinguserinterface.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_gettinghelp.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_gettingstarted.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_managingprojects.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_publishing.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/creator_testing.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/debugger_stepinto_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/debugger_stepout_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/debugger_stepover_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/download.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/element.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/enum.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/enumerator.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/export_checked.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/export_unchecked.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/eye_open.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/filtericon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/fittoview.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/func.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/func_priv.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/func_prot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/grid.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/home.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/ico_note.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/ico_note_attention.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/ico_out.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/icon-export-canvas.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/icon_color_none.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/keyword.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/leafsort.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/leftsidebaricon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/linkicon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/logo.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/lower.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/macro.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/magnifier.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/namespace.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/navigator.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/next.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/ok.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/pan.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/plus.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/prev.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-export-gimp.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-link-debugging-library.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-observer-view.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-profiler-flamegraph.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-profiler-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-profiler-statistics.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-script-console.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-animation.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-image-preview.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-image.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-pin.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-rectangle.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-toolbar-text.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qml-translate.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-anchor-buttons.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-anchors.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-backends.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-binding-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-bindings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-boolean-false-blue.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-boolean-false.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-boolean-true-blue.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-boolean-true.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-borderimage-bindings-text.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-borderimage-bindings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-borderimage-connections.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-borderimage-properties.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-borderimage.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-breadcrumbs.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-button.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-code-completion.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-connections.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-dynamicprops.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-element-properties.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-element-size.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-export-item.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-inline-editing.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-navigator-arrows.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-navigator.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-new-project.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-only-select-items-with-content.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-pathview-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-preview-size.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-properties-explicit-base.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-properties-explicit-state1.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-qml-components.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-reset-view.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-run-custom-exe.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-run-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-screen-design.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-set-expression.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-snap-margins.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-states-when-condition.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-states.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-text-property-tr.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-transitions.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-design-mode.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-quick-toolbar.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-topleftrect-layout.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-topleftrect.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-ui-ready.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial-user-icon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-tutorial.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmldesigner-visual-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qmlsnippet.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qt-creator-beautifier-options-general.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-breakpoint.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-library-wizard-ex-1.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-library-wizard.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-online-doc.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-resource-wizard.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-resource-wizard2.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-resource-wizard3.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-add-resource.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-analyze-start-button.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-analyzer-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-anchors-reset-icon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-certificate.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-deploy-configurations.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-manifest-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-run-settings.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-sdk-manager.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-select-devices.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-application-output.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotests-options-google.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotests-options-qt.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotests-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotests.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotools-buildrun.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotools-buildsettings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-blockhighlighting.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-breakdown.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-dependencies.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-environment.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-issues.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-settings-ios.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-steps-custom.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-build-steps.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-clang-code-model-build-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-clang-code-model-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-clang-static-analyzer-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-clang-static-analyzer.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-class-info-qt-gui.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-clean-steps.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cmake-build-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cmake-build-steps.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cmake-clean-steps.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cmakeexecutable.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-pasting-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-alignment.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-braces.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-content.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-getter-setter.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-settings-edit-cpp.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-settings-edit-nim.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-settings-edit-qtquick.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-code-style-switch.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-codecompletion.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-compile-pane.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-context-sensitive-help.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpp-class-wizard.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-flamegraph.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-load-perf-trace.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-settings.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-statistics.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-parser.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-project-wizards.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-wizard.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debug-breakpoints.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debug-button-stop.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debug-stack.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debugger-cdb-paths.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debugger-views.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debugging-continue.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-debugging-helper-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-deployment-steps-b2qt-58.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-edit-code-snippets.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-editor-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-editortoolbar-symbols.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-embedded-linux-deployment-details.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-embedded-linux-deployment-overview.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-expand.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-external-tools.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-fakevim-options.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-filesystem-view.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-font-colors.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-formedit.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-generic-highlighter.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-gerrit-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-gerrit.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-gs-build-example-kit-selector.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-gs-build-example-open.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-help-add-bookmark-dlg.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-help-filter-attributes.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-help-filters.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-help-search.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-image-viewer.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-indentation.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-intro-and-location-qt-gui.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-ios-add-kit.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-ios-device-configurations.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-ios-preferences.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-ios-simulator-deploy.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-iso-icon-browser.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-keyboard-shortcuts.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-kit-selector.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-kits.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-linux-device-configurations.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-locals-expressions.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-locator-customize.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-locator-open.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-locator.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-manage-definitions.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-mime-types-magic-header.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-mime-types.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-modeleditor-classes.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-modeleditor-packages.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-modeleditor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-move-component-into-separate-file.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-navigate-customfilter.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-navigate-popup.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-opengl-file.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-project-summary-qt-gui.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-qt-gui-application.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-qt-quick-project-wizard.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-open-project-kits.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-android1.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-android2.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-build-run-debuggers.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-code-style-cpp.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-code-style-nim.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-code-style-qml.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-cpp-files.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-qbs.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-pin-tooltip.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-pointers-references.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-pprunsettings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-project-kits.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-project-options-deploy.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-projectpane.png +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qbs-profile-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qml-performance-monitor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qnx-deployment.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qt-quick-editors.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qt4-qtversions-add.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-refactoring-find.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-refactoring-replace.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-refactoring-virtual-function-dialog.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-reset-position-icon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-reset-size-icon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-run-environment.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-run-selected-tests.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-run-settings-linux.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-screenshot-devconf-linux.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-scxml-editor.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-search-allprojects.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-search-cpp-symbols.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-search-filesystem.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-search-pane.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-search-results.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-searchresults.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-semanticerror-clang.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-semanticerror.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-session-manager.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-setting-breakpoint1.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-setting-breakpoint2.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-show-subprojects.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-sidebar.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-snippet-modifiers.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-spliteditorview.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-ssh-key-configuration.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-syntaxerror-clang.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-syntaxerror.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-tests-view.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-texfinder-filter.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-texfinder-ui-horizontal-layout.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-textfinder-contents.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-textfinder-objectname.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-textfinder-screenshot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-textfinder-ui-widgets.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-textfinder-ui.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-todo-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-todo-pane.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-togglebookmark.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-toolchains.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-valgrind-callgrind-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-valgrind-callgrind.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-valgrind-memcheck-options.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-valgrind-memcheck.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-valgrind-remote-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-vcs-commit.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-vcs-diff.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-vcs-gitbranch.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-vcs-pane.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-vcs-show.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-watcher.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-welcome-session.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-debugging-settings.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-designer-stacked-view.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-example-qml-inspector.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-example-setting-breakpoint1.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-example-setting-breakpoint2.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-example-setting-breakpoint3.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtquick-example-stack.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/raise.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/recordfill.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/refactormarker.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/reload_gray.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/replace.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/rightsidebaricon.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/row.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/run_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/samegame.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/sidebysidediff.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/signal.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/slot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/slot_priv.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/slot_prot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/snapping.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/snapping_and_anchoring.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/snapshot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/snippet.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/splitbutton_closetop.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/splitbutton_horizontal.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/statistics.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/stop_small.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/text.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/unifieddiff.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_priv.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_prot.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/zoom.png %%PORTDOCS%%%%DOCSDIR%%/qtcreator/index.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qmldesigner-connections.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qmldesigner-pathview-editor.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qt-quick-toolbars.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-accelbubble-pro.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-bluebubble-svg.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-bubble-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-example.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-main-qml.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page1-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page1form-ui-qml.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page2form-ui-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-qml-qrc.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-toc.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-example.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-main-qml.html -%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page1-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page1form-ui-qml.html +%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page2form-ui-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-qml-qrc.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-transitions-pro.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator.index %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator.qhp %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator.qhp.sha1 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtquick-iso-icon-browser.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-buttons.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-components.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-export-to-qml.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-projects.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-scalable-image.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/quick-screens.html %%PORTDOCS%%%%DOCSDIR%%/qtcreator/style/offline-simple.css %%PORTDOCS%%%%DOCSDIR%%/qtcreator/style/offline.css %%PORTDOCS%%%%DOCSDIR%%/qtcreator/technical-support.html share/icons/hicolor/128x128/apps/QtProject-qtcreator.png share/icons/hicolor/16x16/apps/QtProject-qtcreator.png share/icons/hicolor/24x24/apps/QtProject-qtcreator.png share/icons/hicolor/256x256/apps/QtProject-qtcreator.png share/icons/hicolor/32x32/apps/QtProject-qtcreator.png share/icons/hicolor/48x48/apps/QtProject-qtcreator.png share/icons/hicolor/512x512/apps/QtProject-qtcreator.png share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%DATADIR%%/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h %%DATADIR%%/debugger/LICENSE.GPL3-EXCEPT %%DATADIR%%/debugger/README.txt %%DATADIR%%/debugger/boosttypes.py %%DATADIR%%/debugger/cdbbridge.py %%DATADIR%%/debugger/creatortypes.py %%DATADIR%%/debugger/dumper.py %%DATADIR%%/debugger/dumper.py.bak %%DATADIR%%/debugger/gdbbridge.py %%DATADIR%%/debugger/lldbbridge.py %%DATADIR%%/debugger/misctypes.py %%DATADIR%%/debugger/opencvtypes.py %%DATADIR%%/debugger/pdbbridge.py %%DATADIR%%/debugger/personaltypes.py %%DATADIR%%/debugger/qttypes.py %%DATADIR%%/debugger/stdtypes.py %%DATADIR%%/externaltools/lrelease.xml %%DATADIR%%/externaltools/lupdate.xml %%DATADIR%%/externaltools/qmlscene.xml %%DATADIR%%/externaltools/qmlviewer.xml -%%DATADIR%%/externaltools/sort.xml %%DATADIR%%/externaltools/vi.xml %%DATADIR%%/fonts/SourceCodePro-Bold.ttf %%DATADIR%%/fonts/SourceCodePro-It.ttf %%DATADIR%%/fonts/SourceCodePro-Regular.ttf %%DATADIR%%/fonts/SourceCodePro.txt %%DATADIR%%/generic-highlighter/alert.xml %%DATADIR%%/generic-highlighter/autoconf.xml %%DATADIR%%/generic-highlighter/bash.xml %%DATADIR%%/generic-highlighter/cmake.xml %%DATADIR%%/generic-highlighter/css.xml %%DATADIR%%/generic-highlighter/doxygen.xml %%DATADIR%%/generic-highlighter/dtd.xml %%DATADIR%%/generic-highlighter/html.xml %%DATADIR%%/generic-highlighter/ini.xml %%DATADIR%%/generic-highlighter/java.xml %%DATADIR%%/generic-highlighter/javadoc.xml %%DATADIR%%/generic-highlighter/json.xml %%DATADIR%%/generic-highlighter/makefile.xml %%DATADIR%%/generic-highlighter/perl.xml %%DATADIR%%/generic-highlighter/ruby.xml %%DATADIR%%/generic-highlighter/valgrind-suppression.xml %%DATADIR%%/generic-highlighter/xml.xml %%DATADIR%%/generic-highlighter/yacc.xml %%DATADIR%%/glsl/glsl_120.frag %%DATADIR%%/glsl/glsl_120.vert %%DATADIR%%/glsl/glsl_120_common.glsl %%DATADIR%%/glsl/glsl_es_100.frag %%DATADIR%%/glsl/glsl_es_100.vert %%DATADIR%%/glsl/glsl_es_100_common.glsl %%DATADIR%%/modeleditor/standard.def %%DATADIR%%/qml-type-descriptions/builtins.qmltypes %%DATADIR%%/qml-type-descriptions/qbs-bundle.json %%DATADIR%%/qml-type-descriptions/qbs.qmltypes %%DATADIR%%/qml-type-descriptions/qmlproject-bundle.json %%DATADIR%%/qml-type-descriptions/qmlproject.qmltypes %%DATADIR%%/qml-type-descriptions/qmlruntime.qmltypes %%DATADIR%%/qml-type-descriptions/qmltypes-bundle.json %%DATADIR%%/qml-type-descriptions/qt-labs-folderlistmodel.qmltypes %%DATADIR%%/qml-type-descriptions/qt-labs-gestures.qmltypes %%DATADIR%%/qml-type-descriptions/qt-labs-particles.qmltypes %%DATADIR%%/qml-type-descriptions/qt4QtQuick1-bundle.json %%DATADIR%%/qml-type-descriptions/qt5QtQuick1-bundle.json %%DATADIR%%/qml-type-descriptions/qt5QtQuick2-bundle.json %%DATADIR%%/qml-type-descriptions/qtmobility-connectivity.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-contacts.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-feedback.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-gallery.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-location.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-messaging.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-organizer.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-publishsubscribe.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-sensors.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-serviceframework.qmltypes %%DATADIR%%/qml-type-descriptions/qtmobility-systeminfo.qmltypes %%DATADIR%%/qml-type-descriptions/qtmultimediakit.qmltypes %%DATADIR%%/qml-type-descriptions/qtwebkit.qmltypes %%DATADIR%%/qml/qmlpuppet/commands/changeauxiliarycommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changeauxiliarycommand.h %%DATADIR%%/qml/qmlpuppet/commands/changebindingscommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changebindingscommand.h %%DATADIR%%/qml/qmlpuppet/commands/changefileurlcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changefileurlcommand.h %%DATADIR%%/qml/qmlpuppet/commands/changeidscommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changeidscommand.h %%DATADIR%%/qml/qmlpuppet/commands/changenodesourcecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changenodesourcecommand.h %%DATADIR%%/qml/qmlpuppet/commands/changestatecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changestatecommand.h %%DATADIR%%/qml/qmlpuppet/commands/changevaluescommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/changevaluescommand.h %%DATADIR%%/qml/qmlpuppet/commands/childrenchangedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/childrenchangedcommand.h %%DATADIR%%/qml/qmlpuppet/commands/clearscenecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/clearscenecommand.h %%DATADIR%%/qml/qmlpuppet/commands/commands.pri %%DATADIR%%/qml/qmlpuppet/commands/completecomponentcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/completecomponentcommand.h %%DATADIR%%/qml/qmlpuppet/commands/componentcompletedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/componentcompletedcommand.h %%DATADIR%%/qml/qmlpuppet/commands/createinstancescommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/createinstancescommand.h %%DATADIR%%/qml/qmlpuppet/commands/createscenecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/createscenecommand.h %%DATADIR%%/qml/qmlpuppet/commands/debugoutputcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/debugoutputcommand.h %%DATADIR%%/qml/qmlpuppet/commands/endpuppetcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/endpuppetcommand.h %%DATADIR%%/qml/qmlpuppet/commands/informationchangedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/informationchangedcommand.h %%DATADIR%%/qml/qmlpuppet/commands/pixmapchangedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/pixmapchangedcommand.h %%DATADIR%%/qml/qmlpuppet/commands/puppetalivecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/puppetalivecommand.h %%DATADIR%%/qml/qmlpuppet/commands/removeinstancescommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/removeinstancescommand.h %%DATADIR%%/qml/qmlpuppet/commands/removepropertiescommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/removepropertiescommand.h %%DATADIR%%/qml/qmlpuppet/commands/removesharedmemorycommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/removesharedmemorycommand.h %%DATADIR%%/qml/qmlpuppet/commands/reparentinstancescommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/reparentinstancescommand.h %%DATADIR%%/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h %%DATADIR%%/qml/qmlpuppet/commands/synchronizecommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/synchronizecommand.h %%DATADIR%%/qml/qmlpuppet/commands/tokencommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/tokencommand.h %%DATADIR%%/qml/qmlpuppet/commands/valueschangedcommand.cpp %%DATADIR%%/qml/qmlpuppet/commands/valueschangedcommand.h %%DATADIR%%/qml/qmlpuppet/container/addimportcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/addimportcontainer.h %%DATADIR%%/qml/qmlpuppet/container/container.pri %%DATADIR%%/qml/qmlpuppet/container/idcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/idcontainer.h %%DATADIR%%/qml/qmlpuppet/container/imagecontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/imagecontainer.h %%DATADIR%%/qml/qmlpuppet/container/informationcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/informationcontainer.h %%DATADIR%%/qml/qmlpuppet/container/instancecontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/instancecontainer.h %%DATADIR%%/qml/qmlpuppet/container/mockuptypecontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/mockuptypecontainer.h %%DATADIR%%/qml/qmlpuppet/container/propertyabstractcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/propertyabstractcontainer.h %%DATADIR%%/qml/qmlpuppet/container/propertybindingcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/propertybindingcontainer.h %%DATADIR%%/qml/qmlpuppet/container/propertyvaluecontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/propertyvaluecontainer.h %%DATADIR%%/qml/qmlpuppet/container/reparentcontainer.cpp %%DATADIR%%/qml/qmlpuppet/container/reparentcontainer.h %%DATADIR%%/qml/qmlpuppet/container/sharedmemory.h %%DATADIR%%/qml/qmlpuppet/container/sharedmemory_qt.cpp %%DATADIR%%/qml/qmlpuppet/container/sharedmemory_unix.cpp %%DATADIR%%/qml/qmlpuppet/html/welcome.html %%DATADIR%%/qml/qmlpuppet/images/template_image.png %%DATADIR%%/qml/qmlpuppet/images/webkit.png %%DATADIR%%/qml/qmlpuppet/instances/instances.pri %%DATADIR%%/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp %%DATADIR%%/qml/qmlpuppet/instances/nodeinstanceclientproxy.h %%DATADIR%%/qml/qmlpuppet/interfaces/commondefines.h %%DATADIR%%/qml/qmlpuppet/interfaces/interfaces.pri %%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h %%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceglobal.h %%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp %%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h %%DATADIR%%/qml/qmlpuppet/mockfiles/GenericBackend.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/SwipeView.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/Window.qml %%DATADIR%%/qml/qmlpuppet/qml2puppet/Info.plist %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/instances.pri %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppet.pri %%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppet.pro %%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp %%DATADIR%%/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.cpp %%DATADIR%%/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.h %%DATADIR%%/qml/qmlpuppet/qmlprivategate/designersupportdelegate.h %%DATADIR%%/qml/qmlpuppet/qmlprivategate/metaobject.cpp %%DATADIR%%/qml/qmlpuppet/qmlprivategate/metaobject.h %%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.cpp %%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.h %%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.pri %%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp %%DATADIR%%/qml/qmlpuppet/qmlpuppet.qrc %%DATADIR%%/qml/qmlpuppet/qmlpuppet_utilities.pri %%DATADIR%%/qml/qmlpuppet/types/enumeration.cpp %%DATADIR%%/qml/qmlpuppet/types/enumeration.h %%DATADIR%%/qml/qmlpuppet/types/types.pri %%DATADIR%%/qmldesigner/common/DesignerScrollViewStyle.qml %%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml %%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AnchorButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow2.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRowButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CheckBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorCheckButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorEditor.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorLogic.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Constants.js -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomCheckBoxStyle.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomComboBoxStyle.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomSpinBoxStyle.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/DoubleSpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpandingSpacer.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpressionTextField.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontStyleButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GradientLine.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GroupBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/HueSlider.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/IconLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/MarginSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/OriginControl.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/RoundedPanel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SecondColumnLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SectionLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Tab.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/TabView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ToolTipArea.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/checkers.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_gradient.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_none.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_solid.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialogSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DrawerSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSection.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentHorizontalButtons.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentVerticalButtons.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorCheckButton.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomCheckBoxStyle.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomComboBoxStyle.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomSpinBoxStyle.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionButton.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GroupBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Tab.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TabView.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow@2x.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression@2x.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder@2x.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu@2x.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow@2x.png +%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir %%DATADIR%%/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml %%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml %%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml %%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png %%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png %%DATADIR%%/qmlicons/Qt/16x16/Button.png %%DATADIR%%/qmlicons/Qt/16x16/ButtonColumn.png %%DATADIR%%/qmlicons/Qt/16x16/ButtonRow.png %%DATADIR%%/qmlicons/Qt/16x16/CheckBox.png %%DATADIR%%/qmlicons/Qt/16x16/ChoiceList.png %%DATADIR%%/qmlicons/Qt/16x16/ColorAnimation.png %%DATADIR%%/qmlicons/Qt/16x16/Component.png %%DATADIR%%/qmlicons/Qt/16x16/CountBubble.png %%DATADIR%%/qmlicons/Qt/16x16/DatePickerDialog.png %%DATADIR%%/qmlicons/Qt/16x16/Flickable.png %%DATADIR%%/qmlicons/Qt/16x16/Flipable.png %%DATADIR%%/qmlicons/Qt/16x16/FocusScope.png %%DATADIR%%/qmlicons/Qt/16x16/GridView.png %%DATADIR%%/qmlicons/Qt/16x16/Image.png %%DATADIR%%/qmlicons/Qt/16x16/InfoBanner.png %%DATADIR%%/qmlicons/Qt/16x16/Item.png %%DATADIR%%/qmlicons/Qt/16x16/ListButton.png %%DATADIR%%/qmlicons/Qt/16x16/ListDelegate.png %%DATADIR%%/qmlicons/Qt/16x16/ListView.png %%DATADIR%%/qmlicons/Qt/16x16/MoreIndicator.png %%DATADIR%%/qmlicons/Qt/16x16/MouseArea.png %%DATADIR%%/qmlicons/Qt/16x16/PageIndicator.png %%DATADIR%%/qmlicons/Qt/16x16/ParallelAnimation.png %%DATADIR%%/qmlicons/Qt/16x16/PathView.png %%DATADIR%%/qmlicons/Qt/16x16/PauseAnimation.png %%DATADIR%%/qmlicons/Qt/16x16/ProgressBar.png %%DATADIR%%/qmlicons/Qt/16x16/PropertyChanges.png %%DATADIR%%/qmlicons/Qt/16x16/RadioButton.png %%DATADIR%%/qmlicons/Qt/16x16/RatingIndicator.png %%DATADIR%%/qmlicons/Qt/16x16/Rectangle.png %%DATADIR%%/qmlicons/Qt/16x16/SequentialAnimation.png %%DATADIR%%/qmlicons/Qt/16x16/Slider.png %%DATADIR%%/qmlicons/Qt/16x16/State.png %%DATADIR%%/qmlicons/Qt/16x16/Switch.png %%DATADIR%%/qmlicons/Qt/16x16/TabBar.png %%DATADIR%%/qmlicons/Qt/16x16/TabButton.png %%DATADIR%%/qmlicons/Qt/16x16/Text.png %%DATADIR%%/qmlicons/Qt/16x16/TextArea.png %%DATADIR%%/qmlicons/Qt/16x16/TextEdit.png %%DATADIR%%/qmlicons/Qt/16x16/TextField.png %%DATADIR%%/qmlicons/Qt/16x16/TextInput.png %%DATADIR%%/qmlicons/Qt/16x16/TimePickerDialog.png %%DATADIR%%/qmlicons/Qt/16x16/ToolBar.png %%DATADIR%%/qmlicons/Qt/16x16/Transition.png %%DATADIR%%/qmlicons/Qt/16x16/Tumbler.png %%DATADIR%%/qmlicons/Qt/16x16/TumblerButton.png %%DATADIR%%/qmlicons/Qt/16x16/TumblerColumn.png %%DATADIR%%/qmlicons/Qt/16x16/TumblerDialog.png %%DATADIR%%/qmlicons/Qt/16x16/Window.png %%DATADIR%%/qmlicons/Qt/16x16/item-icon16.png %%DATADIR%%/qmlicons/QtWebkit/16x16/WebView.png %%DATADIR%%/schemes/MS_Visual_C++.kms %%DATADIR%%/schemes/Xcode.kms %%DATADIR%%/snippets/cpp.xml %%DATADIR%%/snippets/qml.xml %%DATADIR%%/snippets/text.xml %%DATADIR%%/styles/creator-dark.xml %%DATADIR%%/styles/dark.xml %%DATADIR%%/styles/default.xml %%DATADIR%%/styles/default_classic.xml %%DATADIR%%/styles/grayscale.xml %%DATADIR%%/styles/inkpot.xml %%DATADIR%%/styles/intellij.xml %%DATADIR%%/styles/modnokai_night_shift_v2.xml %%DATADIR%%/styles/solarized-dark.xml %%DATADIR%%/styles/solarized-light.xml %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.cpp %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.h %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_plugin.pro %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_resources.qrc %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.cpp %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.h %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.cpp %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.h %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_include.pri %%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro %%DATADIR%%/templates/qt4project/main.cpp %%DATADIR%%/templates/qt4project/mywidget.cpp %%DATADIR%%/templates/qt4project/mywidget.h %%DATADIR%%/templates/qt4project/mywidget_form.cpp %%DATADIR%%/templates/qt4project/mywidget_form.h %%DATADIR%%/templates/qt4project/widget.ui %%DATADIR%%/templates/wizards/README.txt %%DATADIR%%/templates/wizards/autotest/autotest.png %%DATADIR%%/templates/wizards/autotest/autotest@2x.png %%DATADIR%%/templates/wizards/autotest/files/googlecommon.js %%DATADIR%%/templates/wizards/autotest/files/gtest_dependency.pri %%DATADIR%%/templates/wizards/autotest/files/tst.pro %%DATADIR%%/templates/wizards/autotest/files/tst.qbs %%DATADIR%%/templates/wizards/autotest/files/tst.txt %%DATADIR%%/templates/wizards/autotest/files/tst_main.cpp %%DATADIR%%/templates/wizards/autotest/files/tst_src.cpp %%DATADIR%%/templates/wizards/autotest/files/tst_src.h %%DATADIR%%/templates/wizards/autotest/wizard.json %%DATADIR%%/templates/wizards/classes/cpp/file.cpp %%DATADIR%%/templates/wizards/classes/cpp/file.h %%DATADIR%%/templates/wizards/classes/cpp/wizard.json %%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.cpp %%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.h %%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.cpp %%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.h %%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.cpp %%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.h %%DATADIR%%/templates/wizards/classes/itemmodel/wizard.json %%DATADIR%%/templates/wizards/classes/python/file.py %%DATADIR%%/templates/wizards/classes/python/wizard.json %%DATADIR%%/templates/wizards/classes/qtquickui/file.qml.tpl %%DATADIR%%/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl %%DATADIR%%/templates/wizards/classes/qtquickui/wizard.json %%DATADIR%%/templates/wizards/codesnippet/main.cpp %%DATADIR%%/templates/wizards/codesnippet/project.pro %%DATADIR%%/templates/wizards/codesnippet/wizard.xml %%DATADIR%%/templates/wizards/files/cppheader/file.h %%DATADIR%%/templates/wizards/files/cppheader/wizard.json %%DATADIR%%/templates/wizards/files/cppsource/file.cpp %%DATADIR%%/templates/wizards/files/cppsource/wizard.json %%DATADIR%%/templates/wizards/files/form/file.ui %%DATADIR%%/templates/wizards/files/form/wizard.json %%DATADIR%%/templates/wizards/files/glsl/gl/fragment/file.frag %%DATADIR%%/templates/wizards/files/glsl/gl/fragment/wizard.json %%DATADIR%%/templates/wizards/files/glsl/gl/vertex/file.vert %%DATADIR%%/templates/wizards/files/glsl/gl/vertex/wizard.json %%DATADIR%%/templates/wizards/files/glsl/gles/fragment/file.fsh %%DATADIR%%/templates/wizards/files/glsl/gles/fragment/wizard.json %%DATADIR%%/templates/wizards/files/glsl/gles/vertex/file.vsh %%DATADIR%%/templates/wizards/files/glsl/gles/vertex/wizard.json %%DATADIR%%/templates/wizards/files/java/source.java %%DATADIR%%/templates/wizards/files/java/wizard.json %%DATADIR%%/templates/wizards/files/js/file.js %%DATADIR%%/templates/wizards/files/js/wizard.json %%DATADIR%%/templates/wizards/files/modeling/file.qmodel %%DATADIR%%/templates/wizards/files/modeling/wizard.json %%DATADIR%%/templates/wizards/files/nim/file.nim %%DATADIR%%/templates/wizards/files/nim/wizard.json %%DATADIR%%/templates/wizards/files/nimscript/file.nims %%DATADIR%%/templates/wizards/files/nimscript/wizard.json %%DATADIR%%/templates/wizards/files/python/file.py %%DATADIR%%/templates/wizards/files/python/wizard.json %%DATADIR%%/templates/wizards/files/qrc/file.qrc %%DATADIR%%/templates/wizards/files/qrc/wizard.json %%DATADIR%%/templates/wizards/files/qtquick2/file.qml.tpl %%DATADIR%%/templates/wizards/files/qtquick2/wizard.json %%DATADIR%%/templates/wizards/files/scratch/file.txt %%DATADIR%%/templates/wizards/files/scratch/wizard.json %%DATADIR%%/templates/wizards/files/scxml/file.scxml %%DATADIR%%/templates/wizards/files/scxml/wizard.json %%DATADIR%%/templates/wizards/files/text/file.txt %%DATADIR%%/templates/wizards/files/text/wizard.json %%DATADIR%%/templates/wizards/global/consoleapplication.png %%DATADIR%%/templates/wizards/global/consoleapplication@2x.png %%DATADIR%%/templates/wizards/global/guiapplication.png %%DATADIR%%/templates/wizards/global/guiapplication@2x.png %%DATADIR%%/templates/wizards/projects/consoleapp/CMakeLists.txt %%DATADIR%%/templates/wizards/projects/consoleapp/file.pro %%DATADIR%%/templates/wizards/projects/consoleapp/file.qbs %%DATADIR%%/templates/wizards/projects/consoleapp/main.cpp %%DATADIR%%/templates/wizards/projects/consoleapp/wizard.json %%DATADIR%%/templates/wizards/projects/git.ignore %%DATADIR%%/templates/wizards/projects/nim/file.nimproject %%DATADIR%%/templates/wizards/projects/nim/icon.png %%DATADIR%%/templates/wizards/projects/nim/icon@2x.png %%DATADIR%%/templates/wizards/projects/nim/main.nim %%DATADIR%%/templates/wizards/projects/nim/wizard.json %%DATADIR%%/templates/wizards/projects/plainc/CMakeLists.txt %%DATADIR%%/templates/wizards/projects/plainc/file.pro %%DATADIR%%/templates/wizards/projects/plainc/file.qbs %%DATADIR%%/templates/wizards/projects/plainc/main.c %%DATADIR%%/templates/wizards/projects/plainc/wizard.json %%DATADIR%%/templates/wizards/projects/plaincpp/CMakeLists.txt %%DATADIR%%/templates/wizards/projects/plaincpp/file.pro %%DATADIR%%/templates/wizards/projects/plaincpp/file.qbs %%DATADIR%%/templates/wizards/projects/plaincpp/main.cpp %%DATADIR%%/templates/wizards/projects/plaincpp/wizard.json %%DATADIR%%/templates/wizards/projects/qmake/empty/file.pro %%DATADIR%%/templates/wizards/projects/qmake/empty/wizard.json -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/3dapplication.png -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/3dapplication@2x.png -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/CMakeLists.txt -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/app.pro -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/file.qbs -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/main.cpp -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/main.qml.tpl -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/plaincanvas3d/glcode.js -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/qml.qrc -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/threejs/3rdparty/three.js -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/threejs/glcode.js -%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/wizard.json %%DATADIR%%/templates/wizards/projects/qtquickapplication/CMakeLists.txt -%%DATADIR%%/templates/wizards/projects/qtquickapplication/MainForm.ui.qml.tpl %%DATADIR%%/templates/wizards/projects/qtquickapplication/app.pro +%%DATADIR%%/templates/wizards/projects/qtquickapplication/app.qbs +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/icon.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/icon@2x.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/plaincanvas3d/glcode.js +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/qml.qrc +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/threejs/3rdparty/three.js +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/threejs/glcode.js +%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/wizard.json +%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/icon.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/icon@2x.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/qml.qrc +%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/wizard.json %%DATADIR%%/templates/wizards/projects/qtquickapplication/file.qbs -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-empty.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-empty@2x.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-scroll.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-scroll@2x.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-stack.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-stack@2x.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-swipe.png -%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-swipe@2x.png %%DATADIR%%/templates/wizards/projects/qtquickapplication/main.cpp -%%DATADIR%%/templates/wizards/projects/qtquickapplication/main.qml.tpl -%%DATADIR%%/templates/wizards/projects/qtquickapplication/qml.qrc -%%DATADIR%%/templates/wizards/projects/qtquickapplication/wizard.json -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/CMakeLists.txt -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/Page1.qml.tpl -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/Page1Form.ui.qml.tpl -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/app.pro -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/file.qbs -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/main.cpp -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/main.qml.tpl -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/qml.qrc -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/qtquickcontrols2.conf -%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/wizard.json +%%DATADIR%%/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf +%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/icon.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/icon@2x.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/qml.qrc +%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/wizard.json +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/HomeForm.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/Page1Form.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/Page2Form.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/icon.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/icon@2x.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/qml.qrc +%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/wizard.json +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/Page1Form.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/Page2Form.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/icon.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/icon@2x.png +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/qml.qrc +%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/wizard.json %%DATADIR%%/templates/wizards/projects/qtquickuiprototype/app.qmlproject %%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype.png %%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype@2x.png %%DATADIR%%/templates/wizards/projects/qtquickuiprototype/wizard.json %%DATADIR%%/templates/wizards/projects/vcs/bazaar/icon.png %%DATADIR%%/templates/wizards/projects/vcs/bazaar/icon@2x.png %%DATADIR%%/templates/wizards/projects/vcs/bazaar/wizard.json %%DATADIR%%/templates/wizards/projects/vcs/cvs/icon.png %%DATADIR%%/templates/wizards/projects/vcs/cvs/icon@2x.png %%DATADIR%%/templates/wizards/projects/vcs/cvs/wizard.json %%DATADIR%%/templates/wizards/projects/vcs/git/icon.png %%DATADIR%%/templates/wizards/projects/vcs/git/icon@2x.png %%DATADIR%%/templates/wizards/projects/vcs/git/wizard.json %%DATADIR%%/templates/wizards/projects/vcs/mercurial/icon.png %%DATADIR%%/templates/wizards/projects/vcs/mercurial/icon@2x.png %%DATADIR%%/templates/wizards/projects/vcs/mercurial/wizard.json %%DATADIR%%/templates/wizards/projects/vcs/subversion/icon.png %%DATADIR%%/templates/wizards/projects/vcs/subversion/icon@2x.png %%DATADIR%%/templates/wizards/projects/vcs/subversion/wizard.json %%DATADIR%%/templates/wizards/qtcreatorplugin/MyPlugin.json.in %%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.cpp %%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.h %%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.pro %%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin_global.h %%DATADIR%%/templates/wizards/qtcreatorplugin/mypluginconstants.h %%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin.png %%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin@2x.png %%DATADIR%%/templates/wizards/qtcreatorplugin/wizard.xml %%DATADIR%%/templates/wizards/qtquick2-extension/lib.png %%DATADIR%%/templates/wizards/qtquick2-extension/lib@2x.png %%DATADIR%%/templates/wizards/qtquick2-extension/object.cpp %%DATADIR%%/templates/wizards/qtquick2-extension/object.h %%DATADIR%%/templates/wizards/qtquick2-extension/plugin.cpp %%DATADIR%%/templates/wizards/qtquick2-extension/plugin.h %%DATADIR%%/templates/wizards/qtquick2-extension/project.pro %%DATADIR%%/templates/wizards/qtquick2-extension/qmldir %%DATADIR%%/templates/wizards/qtquick2-extension/wizard.xml %%DATADIR%%/templates/wizards/qtquickstyleicons/default.png %%DATADIR%%/templates/wizards/qtquickstyleicons/default@2x.png %%DATADIR%%/templates/wizards/qtquickstyleicons/material-dark.png %%DATADIR%%/templates/wizards/qtquickstyleicons/material-dark@2x.png %%DATADIR%%/templates/wizards/qtquickstyleicons/material-light.png %%DATADIR%%/templates/wizards/qtquickstyleicons/material-light@2x.png %%DATADIR%%/templates/wizards/qtquickstyleicons/universal-dark.png %%DATADIR%%/templates/wizards/qtquickstyleicons/universal-dark@2x.png %%DATADIR%%/templates/wizards/qtquickstyleicons/universal-light.png %%DATADIR%%/templates/wizards/qtquickstyleicons/universal-light@2x.png %%DATADIR%%/themes/dark.creatortheme %%DATADIR%%/themes/default.creatortheme %%DATADIR%%/themes/flat-dark.creatortheme %%DATADIR%%/themes/flat-light.creatortheme %%DATADIR%%/themes/flat.creatortheme %%DATADIR%%/translations/qtcreator_cs.qm %%DATADIR%%/translations/qtcreator_da.qm %%DATADIR%%/translations/qtcreator_de.qm %%DATADIR%%/translations/qtcreator_fr.qm %%DATADIR%%/translations/qtcreator_ja.qm %%DATADIR%%/translations/qtcreator_pl.qm %%DATADIR%%/translations/qtcreator_ru.qm %%DATADIR%%/translations/qtcreator_sl.qm %%DATADIR%%/translations/qtcreator_uk.qm %%DATADIR%%/translations/qtcreator_zh_CN.qm %%DATADIR%%/translations/qtcreator_zh_TW.qm