FreeBSD Bugzilla – Attachment 246520 Details for
Bug 275285
devel/qtcreator: Update to 12.0.0 release.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update QtCreator to 12.0.0 release.
devel-qtcreator-Update-to-12.0.0-release.patch (text/plain), 17.76 KB, created by
Florian Walpen
on 2023-11-23 17:48:57 UTC
(
hide
)
Description:
Update QtCreator to 12.0.0 release.
Filename:
MIME Type:
Creator:
Florian Walpen
Created:
2023-11-23 17:48:57 UTC
Size:
17.76 KB
patch
obsolete
>From 98a4925ec5a2ee6dbc50971d0f4126bf19c35c9f Mon Sep 17 00:00:00 2001 >From: Florian Walpen <dev@submerge.ch> >Date: Wed, 18 Oct 2023 13:20:20 +0200 >Subject: [PATCH] devel/qtcreator: Update to 12.0.0 release. > >Changes: https://www.qt.io/blog/qt-creator-12-released >--- > devel/qtcreator/Makefile | 2 +- > devel/qtcreator/distinfo | 6 +- > .../patch-src_libs_sqlite_CMakeLists.txt | 10 +- > devel/qtcreator/pkg-plist | 106 +++++++++++++++--- > 4 files changed, 98 insertions(+), 26 deletions(-) > >diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile >index 0317bd48bc28..da475e412f0a 100644 >--- a/devel/qtcreator/Makefile >+++ b/devel/qtcreator/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= qtcreator >-DISTVERSION= 11.0.3 >+DISTVERSION= 12.0.0 > CATEGORIES= devel > MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} > DISTNAME= qt-creator-opensource-src-${DISTVERSION} >diff --git a/devel/qtcreator/distinfo b/devel/qtcreator/distinfo >index 325a061998b3..c09440072d2c 100644 >--- a/devel/qtcreator/distinfo >+++ b/devel/qtcreator/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1695967211 >-SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.3.tar.xz) = 5f501e64e836b7e3e50b98b3ebc345b201396a5fd92e49738dabb5e268d5cf1c >-SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.3.tar.xz) = 49863336 >+TIMESTAMP = 1700741061 >+SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.0.tar.xz) = 399ae0dcefa3bd9e01a3f068b93dabe8b39f9b56466c389d1446e5c84c8f7b9f >+SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.0.tar.xz) = 50995944 >diff --git a/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt b/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt >index 75b6d7235767..1d5b59b35dd0 100644 >--- a/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt >+++ b/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt >@@ -1,11 +1,11 @@ >---- src/libs/sqlite/CMakeLists.txt.orig 2023-09-27 07:28:11 UTC >+--- src/libs/sqlite/CMakeLists.txt.orig 2023-10-12 11:48:19 UTC > +++ src/libs/sqlite/CMakeLists.txt >-@@ -55,6 +55,8 @@ if (APPLE) >+@@ -21,6 +21,8 @@ extend_qtc_library(SqliteInternal > > if (APPLE) >- extend_qtc_library(SqliteC DEFINES _BSD_SOURCE) >+ extend_qtc_library(SqliteInternal DEFINES _BSD_SOURCE) > +elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") >-+ extend_qtc_library(SqliteC DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE) >++ extend_qtc_library(SqliteInternal DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE) > elseif (UNIX) >- extend_qtc_library(SqliteC DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE) >+ extend_qtc_library(SqliteInternal DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE) > endif() >diff --git a/devel/qtcreator/pkg-plist b/devel/qtcreator/pkg-plist >index 0dc3f1708b35..59d5698416f0 100644 >--- a/devel/qtcreator/pkg-plist >+++ b/devel/qtcreator/pkg-plist >@@ -28,6 +28,8 @@ lib/qtcreator/libQmlJS.so.%%SHLIB_SHVER%% > lib/qtcreator/libQmlJS.so.%%SHLIB_VER%% > lib/qtcreator/libSqlite.so.%%SHLIB_SHVER%% > lib/qtcreator/libSqlite.so.%%SHLIB_VER%% >+lib/qtcreator/libTerminalLib.so.%%SHLIB_SHVER%% >+lib/qtcreator/libTerminalLib.so.%%SHLIB_VER%% > lib/qtcreator/libTracing.so.%%SHLIB_SHVER%% > lib/qtcreator/libTracing.so.%%SHLIB_VER%% > lib/qtcreator/libUtils.so.%%SHLIB_SHVER%% >@@ -44,7 +46,6 @@ 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/libBoot2Qt.so > lib/qtcreator/plugins/libCMakeProjectManager.so > lib/qtcreator/plugins/libCVS.so >@@ -56,6 +57,7 @@ lib/qtcreator/plugins/libClearCase.so > lib/qtcreator/plugins/libCoco.so > lib/qtcreator/plugins/libCodePaster.so > lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so >+lib/qtcreator/plugins/libCompilerExplorer.so > lib/qtcreator/plugins/libConan.so > lib/qtcreator/plugins/libCopilot.so > lib/qtcreator/plugins/libCore.so >@@ -106,6 +108,7 @@ lib/qtcreator/plugins/libQtSupport.so > lib/qtcreator/plugins/libRemoteLinux.so > lib/qtcreator/plugins/libResourceEditor.so > lib/qtcreator/plugins/libSafeRenderer.so >+lib/qtcreator/plugins/libScreenRecorder.so > lib/qtcreator/plugins/libScxmlEditor.so > lib/qtcreator/plugins/libSerialTerminal.so > lib/qtcreator/plugins/libSilverSearcher.so >@@ -121,7 +124,6 @@ lib/qtcreator/plugins/libVcpkg.so > lib/qtcreator/plugins/libVcsBase.so > lib/qtcreator/plugins/libWebAssembly.so > lib/qtcreator/plugins/libWelcome.so >-lib/qtcreator/plugins/qmldesigner/libStudioPlugin.so > lib/qtcreator/plugins/qmldesigner/libassetexporterplugin.so > lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so > lib/qtcreator/plugins/qmldesigner/libqmlpreviewplugin.so >@@ -158,6 +160,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/changelog/changes-11.0.1.md > %%DATADIR%%/changelog/changes-11.0.2.md > %%DATADIR%%/changelog/changes-11.0.3.md >+%%DATADIR%%/changelog/changes-12.0.0.md > %%DATADIR%%/changelog/changes-2.0.0 > %%DATADIR%%/changelog/changes-2.0.1 > %%DATADIR%%/changelog/changes-2.1.0 >@@ -340,7 +343,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/modeleditor/standard.def > %%DATADIR%%/package-manager/auto-setup.cmake > %%DATADIR%%/package-manager/conan.cmake >-%%DATADIR%%/package-manager/conan_support.cmake >+%%DATADIR%%/package-manager/conan_provider.cmake > %%DATADIR%%/qml-type-descriptions/builtins.qmltypes > %%DATADIR%%/qml-type-descriptions/qbs-base.qmltypes > %%DATADIR%%/qml-type-descriptions/qbs-bundle.json >@@ -378,7 +381,41 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewEffectDialog.qml > %%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewFolderDialog.qml > %%DATADIR%%/qmldesigner/assetsLibraryQmlSources/RenameFolderDialog.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionItem.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionView.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CsvImport.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/IconTextButton.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/JsonImport.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/Message.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/ModelSourceItem.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/NewCollectionDialog.qml >+%%DATADIR%%/qmldesigner/collectionEditorQmlSource/SingleCollectionView.qml >+%%DATADIR%%/qmldesigner/connectionseditor/BindingsDialog.qml >+%%DATADIR%%/qmldesigner/connectionseditor/BindingsDialogForm.qml >+%%DATADIR%%/qmldesigner/connectionseditor/BindingsListView.qml >+%%DATADIR%%/qmldesigner/connectionseditor/ConnectionsDialog.qml >+%%DATADIR%%/qmldesigner/connectionseditor/ConnectionsDialogForm.qml >+%%DATADIR%%/qmldesigner/connectionseditor/ConnectionsListView.qml >+%%DATADIR%%/qmldesigner/connectionseditor/ExpressionBuilder.qml >+%%DATADIR%%/qmldesigner/connectionseditor/Main.qml >+%%DATADIR%%/qmldesigner/connectionseditor/MyListViewDelegate.qml >+%%DATADIR%%/qmldesigner/connectionseditor/MyTreeViewDelegate.qml >+%%DATADIR%%/qmldesigner/connectionseditor/Pill.qml >+%%DATADIR%%/qmldesigner/connectionseditor/PopupDialog.qml >+%%DATADIR%%/qmldesigner/connectionseditor/PopupLabel.qml >+%%DATADIR%%/qmldesigner/connectionseditor/PropertiesDialog.qml >+%%DATADIR%%/qmldesigner/connectionseditor/PropertiesDialogForm.qml >+%%DATADIR%%/qmldesigner/connectionseditor/PropertiesListView.qml >+%%DATADIR%%/qmldesigner/connectionseditor/StatementEditor.qml >+%%DATADIR%%/qmldesigner/connectionseditor/SuggestionPopup.qml >+%%DATADIR%%/qmldesigner/connectionseditor/TabCheckButton.qml >+%%DATADIR%%/qmldesigner/connectionseditor/imports/ConnectionsEditor/Constants.qml >+%%DATADIR%%/qmldesigner/connectionseditor/imports/ConnectionsEditor/qmldir >+%%DATADIR%%/qmldesigner/contentLibraryImages/new_flag_triangle.png > %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml >+%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryEffect.qml >+%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryEffectContextMenu.qml >+%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryEffectsView.qml > %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterial.qml > %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterialContextMenu.qml > %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterialsView.qml >@@ -393,6 +430,29 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/designericons.json > %%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsProgressDialog.qml > %%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsSetupDialog.qml >+%%DATADIR%%/qmldesigner/edit3dQmlSource/SnapConfigurationDialog.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectCompositionNode.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectCompositionNodeUniform.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMaker.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMakerPreview.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMakerTopBar.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectNode.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectNodesComboBox.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/PreviewImagesComboBox.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueBool.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueColor.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueDefine.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueFloat.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueImage.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueInt.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec2.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec3.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec4.qml >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview0.png >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview1.png >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview2.png >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview3.png >+%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview4.png > %%DATADIR%%/qmldesigner/feedback/FeedbackPopup.qml > %%DATADIR%%/qmldesigner/feedback/star_empty.png > %%DATADIR%%/qmldesigner/feedback/star_empty@2x.png >@@ -469,14 +529,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/qmldir > %%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/DefaultProject.qml > %%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/qmldir >-%%DATADIR%%/qmldesigner/newstateseditor/Main.qml >-%%DATADIR%%/qmldesigner/newstateseditor/MenuButton.qml >-%%DATADIR%%/qmldesigner/newstateseditor/StateMenu.qml >-%%DATADIR%%/qmldesigner/newstateseditor/StateScrollBar.qml >-%%DATADIR%%/qmldesigner/newstateseditor/StateThumbnail.qml >-%%DATADIR%%/qmldesigner/newstateseditor/images/checkers.png >-%%DATADIR%%/qmldesigner/newstateseditor/imports/StatesEditor/Constants.qml >-%%DATADIR%%/qmldesigner/newstateseditor/imports/StatesEditor/qmldir > %%DATADIR%%/qmldesigner/projectstorage/fake.qmltypes > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/3DItemFilterComboBoxEditorTemplate.template > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template >@@ -763,9 +815,11 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ToolTip.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TopLevelComboBox.qml >+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TransientScrollBar.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml >-%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/VerticalScrollBar.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir >+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ConnectionPopupButtonStyle.qml >+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ConnectionPopupControlStyle.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ControlStyle.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/DefaultStyle.qml >@@ -780,6 +834,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarControlStyle.qml >+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewStyle.qml > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf > %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir > %%DATADIR%%/qmldesigner/qt4mcu/metadata.qml >@@ -792,9 +847,16 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/qt4mcu/qul-22.qml > %%DATADIR%%/qmldesigner/qt4mcu/qul-23.qml > %%DATADIR%%/qmldesigner/qt4mcu/qul-24.qml >-%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml >-%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml >-%%DATADIR%%/qmldesigner/statesEditorQmlSources/images/checkers.png >+%%DATADIR%%/qmldesigner/qt4mcu/qul-25.qml >+%%DATADIR%%/qmldesigner/qt4mcu/qul-26.qml >+%%DATADIR%%/qmldesigner/stateseditor/Main.qml >+%%DATADIR%%/qmldesigner/stateseditor/MenuButton.qml >+%%DATADIR%%/qmldesigner/stateseditor/StateMenu.qml >+%%DATADIR%%/qmldesigner/stateseditor/StateScrollBar.qml >+%%DATADIR%%/qmldesigner/stateseditor/StateThumbnail.qml >+%%DATADIR%%/qmldesigner/stateseditor/images/checkers.png >+%%DATADIR%%/qmldesigner/stateseditor/imports/StatesEditor/Constants.qml >+%%DATADIR%%/qmldesigner/stateseditor/imports/StatesEditor/qmldir > %%DATADIR%%/qmldesigner/statusbar/Main.qml > %%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button.png > %%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button@2.png >@@ -861,6 +923,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/file_ui.png > %%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/file_ui@2.png > %%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/wizard.json >+%%DATADIR%%/qmldesigner/studio_templates/files/scxml/file.scxml >+%%DATADIR%%/qmldesigner/studio_templates/files/scxml/wizard.json > %%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view.png > %%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view@2.png > %%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/file.qml.tpl >@@ -869,7 +933,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view@2.png > %%DATADIR%%/qmldesigner/studio_templates/files/swipeview/file.qml.tpl > %%DATADIR%%/qmldesigner/studio_templates/files/swipeview/wizard.json >-%%DATADIR%%/qmldesigner/studio_templates/projects/app_mcu.qmlproject > %%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl > %%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/contentmodule.main.qml.tpl > %%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank.png >@@ -923,6 +986,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-o.png > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/qmldir > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Screen01.ui.qml.tpl >+%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/app_mcu.qmlproject.tpl > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank.png > %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank@2.png >@@ -1064,8 +1128,10 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/qmlicons/QtWebkit/16x16/WebView.png > %%DATADIR%%/schemes/MS_Visual_C++.kms > %%DATADIR%%/schemes/Xcode.kms >+%%DATADIR%%/snippets/cmake.xml > %%DATADIR%%/snippets/cpp.xml > %%DATADIR%%/snippets/qml.xml >+%%DATADIR%%/snippets/test.xml > %%DATADIR%%/snippets/text.xml > %%DATADIR%%/styles/creator-dark.xml > %%DATADIR%%/styles/dark.xml >@@ -1091,7 +1157,11 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/templates/wizards/README.txt > %%DATADIR%%/templates/wizards/autotest/autotest.png > %%DATADIR%%/templates/wizards/autotest/autotest@2x.png >+%%DATADIR%%/templates/wizards/autotest/boosttest/wizard.json >+%%DATADIR%%/templates/wizards/autotest/catch/wizard.json >+%%DATADIR%%/templates/wizards/autotest/files/catch-common.pri > %%DATADIR%%/templates/wizards/autotest/files/catch2_tst.cpp >+%%DATADIR%%/templates/wizards/autotest/files/catchCommon.js > %%DATADIR%%/templates/wizards/autotest/files/googlecommon.js > %%DATADIR%%/templates/wizards/autotest/files/gtest_dependency.pri > %%DATADIR%%/templates/wizards/autotest/files/setup.cpp >@@ -1104,7 +1174,9 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml > %%DATADIR%%/templates/wizards/autotest/files/tst_src.cpp > %%DATADIR%%/templates/wizards/autotest/files/tst_src_boost.cpp > %%DATADIR%%/templates/wizards/autotest/files/tst_src_gt.cpp >-%%DATADIR%%/templates/wizards/autotest/wizard.json >+%%DATADIR%%/templates/wizards/autotest/gtest/wizard.json >+%%DATADIR%%/templates/wizards/autotest/qttest/wizard.json >+%%DATADIR%%/templates/wizards/autotest/quicktest/wizard.json > %%DATADIR%%/templates/wizards/classes/cpp/file.cpp > %%DATADIR%%/templates/wizards/classes/cpp/file.h > %%DATADIR%%/templates/wizards/classes/cpp/wizard.json >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dev
:
maintainer-approval?
(
kde
)
Actions:
View
|
Diff
Attachments on
bug 275285
: 246520