From owner-svn-ports-head@freebsd.org Tue Dec 26 18:45:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73E11EA81A3; Tue, 26 Dec 2017 18:45:22 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 112C42CA2; Tue, 26 Dec 2017 18:45:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBQIjLgs033400; Tue, 26 Dec 2017 18:45:21 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBQIjKqW033392; Tue, 26 Dec 2017 18:45:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201712261845.vBQIjKqW033392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 26 Dec 2017 18:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457306 - in head/devel: qbs qbs/files qtcreator X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel: qbs qbs/files qtcreator X-SVN-Commit-Revision: 457306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2017 18:45:22 -0000 Author: tcberner Date: Tue Dec 26 18:45:20 2017 New Revision: 457306 URL: https://svnweb.freebsd.org/changeset/ports/457306 Log: Update devel/qbs and devel/qtcreator to 1.10.0 and 4.5.0 Changelog: http://blog.qt.io/blog/2017/12/07/qt-creator-4-5-0-released/ Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D13639 Added: head/devel/qbs/files/ head/devel/qbs/files/patch-doc_man_man.pri (contents, props changed) Modified: head/devel/qbs/Makefile head/devel/qbs/distinfo head/devel/qbs/pkg-descr head/devel/qbs/pkg-plist head/devel/qtcreator/Makefile head/devel/qtcreator/distinfo head/devel/qtcreator/pkg-plist Modified: head/devel/qbs/Makefile ============================================================================== --- head/devel/qbs/Makefile Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qbs/Makefile Tue Dec 26 18:45:20 2017 (r457306) @@ -2,13 +2,13 @@ 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 @@ -34,8 +34,6 @@ 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 Modified: head/devel/qbs/distinfo ============================================================================== --- head/devel/qbs/distinfo Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qbs/distinfo Tue Dec 26 18:45:20 2017 (r457306) @@ -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 Added: head/devel/qbs/files/patch-doc_man_man.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qbs/files/patch-doc_man_man.pri Tue Dec 26 18:45:20 2017 (r457306) @@ -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 Modified: head/devel/qbs/pkg-descr ============================================================================== --- head/devel/qbs/pkg-descr Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qbs/pkg-descr Tue Dec 26 18:45:20 2017 (r457306) @@ -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 Modified: head/devel/qbs/pkg-plist ============================================================================== --- head/devel/qbs/pkg-plist Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qbs/pkg-plist Tue Dec 26 18:45:20 2017 (r457306) @@ -42,12 +42,12 @@ 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 @@ -55,6 +55,7 @@ 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 @@ -69,10 +70,29 @@ libexec/qbs/qbs_processlauncher %%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 @@ -94,6 +114,7 @@ libexec/qbs/qbs_processlauncher %%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 @@ -119,7 +140,6 @@ libexec/qbs/qbs_processlauncher %%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 @@ -127,8 +147,10 @@ libexec/qbs/qbs_processlauncher %%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 @@ -157,6 +179,7 @@ libexec/qbs/qbs_processlauncher %%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 @@ -231,6 +254,12 @@ libexec/qbs/qbs_processlauncher %%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 @@ -269,6 +298,7 @@ libexec/qbs/qbs_processlauncher %%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 @@ -336,6 +366,7 @@ libexec/qbs/qbs_processlauncher %%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 @@ -358,9 +389,9 @@ libexec/qbs/qbs_processlauncher %%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 Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qtcreator/Makefile Tue Dec 26 18:45:20 2017 (r457306) @@ -2,7 +2,7 @@ # $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} @@ -18,8 +18,9 @@ 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' Modified: head/devel/qtcreator/distinfo ============================================================================== --- head/devel/qtcreator/distinfo Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qtcreator/distinfo Tue Dec 26 18:45:20 2017 (r457306) @@ -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 Modified: head/devel/qtcreator/pkg-plist ============================================================================== --- head/devel/qtcreator/pkg-plist Tue Dec 26 18:41:38 2017 (r457305) +++ head/devel/qtcreator/pkg-plist Tue Dec 26 18:45:20 2017 (r457306) @@ -1,63 +1,63 @@ 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 @@ -470,8 +470,6 @@ libexec/qtcreator/sdktool %%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 @@ -483,8 +481,6 @@ libexec/qtcreator/sdktool %%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 @@ -605,6 +601,8 @@ libexec/qtcreator/sdktool %%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 @@ -708,6 +706,8 @@ libexec/qtcreator/sdktool %%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 @@ -726,8 +726,6 @@ libexec/qtcreator/sdktool %%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 @@ -815,8 +813,8 @@ libexec/qtcreator/sdktool %%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 @@ -843,6 +841,8 @@ libexec/qtcreator/sdktool %%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 @@ -903,6 +903,8 @@ libexec/qtcreator/sdktool %%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 @@ -1227,7 +1229,6 @@ libexec/qtcreator/sdktool %%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 @@ -1729,6 +1730,7 @@ libexec/qtcreator/sdktool %%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 @@ -1768,6 +1770,10 @@ libexec/qtcreator/sdktool %%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 @@ -1787,6 +1793,7 @@ libexec/qtcreator/sdktool %%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 @@ -1830,6 +1837,7 @@ libexec/qtcreator/sdktool %%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 @@ -1842,6 +1850,7 @@ libexec/qtcreator/sdktool %%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 @@ -1942,14 +1951,14 @@ libexec/qtcreator/sdktool %%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 @@ -1993,7 +2002,6 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%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 @@ -2208,67 +2216,6 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%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 @@ -2309,6 +2256,67 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%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 @@ -2489,44 +2497,45 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%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