Downloads:
37,262
Downloads of v 15.0.0:
395
Last Update:
02 Dec 2024
Package Maintainer(s):
Software Author(s):
- Qt Project
Tags:
c++ qt ide qtcreator adminQt Creator
- 1
- 2
- 3
15.0.0 | Updated: 02 Dec 2024
Downloads:
37,262
Downloads of v 15.0.0:
395
Maintainer(s):
Software Author(s):
- Qt Project
Qt Creator 15.0.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Qt Project. The inclusion of Qt Project trademark(s), if any, upon this webpage is solely to identify Qt Project goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Qt Creator, run the following command from the command line or from PowerShell:
To upgrade Qt Creator, run the following command from the command line or from PowerShell:
To uninstall Qt Creator, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download qtcreator --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade qtcreator -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade qtcreator -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install qtcreator
win_chocolatey:
name: qtcreator
version: '15.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'qtcreator' do
action :install
source 'INTERNAL REPO URL'
version '15.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller qtcreator
{
Name = "qtcreator"
Version = "15.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qtcreator':
ensure => '15.0.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Dec 2024.
Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop and mobile device platforms, such as Android and iOS.
Notes
- 32bit support was stopped being provided starting with Version 6.0.0.
$ErrorActionPreference = 'Stop'
# Remove the start menu shortcut
$startMenu = [System.Environment]::GetFolderPath('Programs')
if (Test-Path "$startMenu\Qt Creator.lnk") {
Remove-Item -Force "$startMenu\Qt Creator.lnk"
}
$hkey = "HKCR:\.pro"
if (Test-Path $hkey) {
Remove-Item -Force $hkey
}
Log in or click on link to see number of positives.
- qtcreator.15.0.0.nupkg (8eb07c21c915) - ## / 67
- qtcreator.7z (d3eb22c68ce1) - ## / 54
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Qt Creator 15.0.0 | 395 | Monday, December 2, 2024 | Approved | |
Qt Creator 14.0.2 | 1196 | Tuesday, October 1, 2024 | Approved | |
Qt Creator 14.0.1 | 1304 | Wednesday, August 7, 2024 | Approved | |
Qt Creator 14.0.0 | 277 | Thursday, July 25, 2024 | Approved | |
Qt Creator 13.0.2 | 938 | Thursday, June 6, 2024 | Approved | |
Qt Creator 13.0.0 | 787 | Thursday, April 4, 2024 | Approved | |
Qt Creator 12.0.2 | 573 | Wednesday, February 7, 2024 | Approved | |
Qt Creator 12.0.1 | 551 | Tuesday, December 12, 2023 | Approved | |
Qt Creator 12.0.0 | 325 | Thursday, November 23, 2023 | Approved | |
Qt Creator 11.0.3 | 579 | Thursday, September 28, 2023 | Approved | |
Qt Creator 11.0.2 | 600 | Monday, August 14, 2023 | Approved | |
Qt Creator 11.0.1 | 219 | Thursday, August 3, 2023 | Approved | |
Qt Creator 10.0.2 | 741 | Thursday, June 15, 2023 | Approved | |
Qt Creator 10.0.1 | 480 | Friday, May 5, 2023 | Approved | |
Qt Creator 10.0.0 | 508 | Wednesday, March 29, 2023 | Approved | |
Qt Creator 9.0.2 | 424 | Wednesday, February 22, 2023 | Approved | |
Qt Creator 9.0.1 | 892 | Thursday, December 15, 2022 | Approved | |
Qt Creator 9.0.0 | 388 | Thursday, November 24, 2022 | Approved | |
Qt Creator 8.0.2 | 630 | Friday, October 21, 2022 | Approved | |
Qt Creator 8.0.1 | 995 | Thursday, August 11, 2022 | Approved | |
Qt Creator 8.0.0 | 305 | Wednesday, July 20, 2022 | Approved | |
Qt Creator 7.0.2 | 584 | Tuesday, May 24, 2022 | Approved | |
Qt Creator 7.0.1 | 359 | Wednesday, April 27, 2022 | Approved | |
Qt Creator 7.0.0 | 481 | Wednesday, March 23, 2022 | Approved | |
Qt Creator 6.0.2 | 898 | Wednesday, January 19, 2022 | Approved | |
Qt Creator 6.0.1 | 409 | Thursday, December 16, 2021 | Approved | |
Qt Creator 6.0.0 | 289 | Thursday, December 2, 2021 | Approved | |
Qt Creator 5.0.3 | 449 | Thursday, November 4, 2021 | Approved | |
Qt Creator 5.0.2 | 435 | Friday, October 1, 2021 | Approved | |
Qt Creator 5.0.1 | 274 | Wednesday, September 15, 2021 | Approved | |
Qt Creator 5.0.0 | 394 | Thursday, August 26, 2021 | Approved | |
Qt Creator 4.15.2 | 665 | Wednesday, July 14, 2021 | Approved | |
Qt Creator 4.15.1 | 723 | Wednesday, June 9, 2021 | Approved | |
Qt Creator 4.15.0 | 676 | Wednesday, May 5, 2021 | Approved | |
Qt Creator 4.14.2 | 675 | Monday, March 22, 2021 | Approved | |
Qt Creator 4.14.1 | 378 | Wednesday, February 24, 2021 | Approved | |
Qt Creator 4.14.0 | 519 | Sunday, February 14, 2021 | Approved | |
Qt Creator 4.13.3 | 676 | Friday, November 20, 2020 | Approved | |
Qt Creator 4.13.2 | 649 | Friday, October 2, 2020 | Approved | |
Qt Creator 4.13.1 | 320 | Thursday, September 17, 2020 | Approved | |
Qt Creator 4.12.4 | 577 | Sunday, July 26, 2020 | Approved | |
Qt Creator 4.12.3 | 452 | Wednesday, June 17, 2020 | Approved | |
Qt Creator 4.12.1 | 403 | Wednesday, May 20, 2020 | Approved | |
Qt Creator 4.12.0 | 457 | Thursday, April 23, 2020 | Approved | |
Qt Creator 4.11.2 | 315 | Tuesday, March 31, 2020 | Approved | |
Qt Creator 4.11.0 | 987 | Thursday, December 12, 2019 | Approved | |
Qt Creator 4.10.2 | 282 | Tuesday, November 5, 2019 | Approved | |
Qt Creator 4.10.1 | 588 | Tuesday, October 8, 2019 | Approved | |
Qt Creator 4.10.0 | 600 | Thursday, September 5, 2019 | Approved | |
Qt Creator 4.9.2 | 614 | Friday, June 28, 2019 | Approved | |
Qt Creator 4.9.1 | 378 | Tuesday, May 28, 2019 | Approved | |
Qt Creator 4.9.0 | 402 | Wednesday, April 24, 2019 | Approved | |
Qt Creator 4.8.2 | 524 | Friday, March 1, 2019 | Approved | |
Qt Creator 4.8.1 | 428 | Thursday, January 17, 2019 | Approved | |
Qt Creator 4.8.0 | 441 | Thursday, December 6, 2018 | Approved | |
Qt Creator 4.7.2 | 637 | Thursday, October 25, 2018 | Approved | |
Qt Creator 4.7.1 | 591 | Thursday, September 20, 2018 | Approved | |
Qt Creator 4.7.0 | 716 | Wednesday, July 18, 2018 | Approved | |
Qt Creator 4.6.2 | 583 | Monday, June 11, 2018 | Approved | |
Qt Creator 4.6.1 | 627 | Thursday, May 3, 2018 | Approved | |
Qt Creator 4.6.0 | 475 | Wednesday, March 28, 2018 | Approved | |
Qt Creator 4.5.2 | 617 | Tuesday, March 13, 2018 | Approved | |
Qt Creator 4.5.1 | 491 | Wednesday, February 14, 2018 | Approved | |
Qt Creator 4.5.0 | 562 | Thursday, December 7, 2017 | Approved | |
Qt Creator 4.4.1 | 480 | Sunday, December 3, 2017 | Approved | |
Qt Creator 4.1.0 | 899 | Wednesday, November 16, 2016 | Approved |
© 2016 The Qt Company Ltd.
-
- vcredist2017 (≥ 14.16.27027.20190415)
Ground Rules:
- This discussion is only about Qt Creator and the Qt Creator package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Qt Creator, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.