aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/QtCreatorAPI.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Simplify markdown to json conversionMarcus Tillmanns2025-09-041-15/+7
* CMake: Add initial SPDX v2.3 SBOM support for Qt CreatorAlexandru Croitor2025-07-231-0/+98
* CMake: Fix macOS rpath removal when building against non-frameworksAlexandru Croitor2025-06-251-0/+4
* Raise minimum supported MSVC to 2022Christian Stenger2025-06-241-0/+1
* CMake: Mark FILES in qtc_add_resources as SKIP_AUTOGENCristian Adam2025-04-161-0/+1
* CMake: Group qtc_add_resources FILES as "Resources" source groupCristian Adam2025-04-161-0/+2
* CMake: Add FILES_PREFIX argument to qtc_add_resourcesCristian Adam2025-04-161-1/+5
* CMake: Fix bulding with sanitizers and pchCristian Adam2025-03-271-0/+4
* CMake: Re-format cmake_parse_arguments callsAlexandru Croitor2025-03-031-11/+103
* Increase concept diagnostic depth to 8Marco Bubke2025-02-211-0/+6
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-01-061-1/+0
|\
| * QmlDesigner: improve terminology consistencyTim Jenßen2024-12-121-1/+0
* | Raise Qt requirement for building Qt Creator to Qt 6.5.3Eike Ziller2024-12-191-1/+1
|/
* CMake: Fix semicolon handlingMarcus Tillmanns2024-10-101-5/+12
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-09-251-0/+12
|\
| * Enforce that plugins can't be used as library dependenciesMarco Bubke2024-09-021-0/+14
| * Revert "Enforce that plugins can't be used as library dependencies"Thomas Hartmann2024-08-301-12/+0
| * Enforce that plugins can't be used as library dependenciesMarco Bubke2024-08-291-0/+12
* | Build: Get rid of custom dependency tracking for pluginsEike Ziller2024-09-181-6/+8
* | ExtensionSystem: Allow .md files for License and LongDescriptionMarcus Tillmanns2024-09-111-1/+26
* | Build: Only state direct dependencies in plugin specEike Ziller2024-09-051-7/+3
* | Fix property used for writing plugin dependenciesEike Ziller2024-09-031-2/+2
* | Export Qt Creator's special propertiesEike Ziller2024-09-031-2/+5
* | Extensions: Make dependency id lowercaseMarcus Tillmanns2024-09-021-0/+4
* | ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-5/+5
* | Build: Suppress moc warnings when building without testsOrgad Shaneh2024-08-281-0/+6
|/
* Merge remote-tracking branch 'origin/14.0' into qds/devTim Jenßen2024-07-101-1/+1
|\
| * Move the shipped Lua plugins to the resources directoryEike Ziller2024-06-201-24/+0
| * Lua: Move lua plugins into normal plugin folderMarcus Tillmanns2024-06-131-2/+2
| * Fix Lua plugin installationEike Ziller2024-04-171-16/+15
| * Lua: Avoid CMake 3.20+ APIEike Ziller2024-04-171-1/+1
| * Lua: Add first pluginMarcus Tillmanns2024-04-161-0/+25
| * Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-1/+16
| |\
| * | Require Qt 6.4.3 for building Qt CreatorEike Ziller2024-03-041-1/+1
* | | Remove INTERFACE_COMPILE_OPTIONSMarco Bubke2024-05-291-1/+1
* | | Add compile options to cmake declarative interfaceMarco Bubke2024-05-281-4/+12
| |/ |/|
* | QmlDesigner: Add optional dependency on LicenseCheckerEike Ziller2024-03-131-1/+16
|/
* CMake: Add QTC_USE_LLVM_LINKER optionCristian Adam2024-01-091-0/+1
* CMake: Fix QTC_STATIC_BUILDCristian Adam2023-11-101-1/+6
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-09-141-2/+6
|\
| * CMake: Silence warning in third party codeMarco Bubke2023-09-071-2/+6
* | cmake build: Set the WITH_TESTS macro also in the tests themselvesChristian Kandeler2023-08-311-1/+1
* | CMake: Fix build for WindowsCristian Adam2023-08-171-1/+1
* | CMake: add environment variable for ccache supportDavid Schulz2023-08-161-1/+2
* | Tests: Add NEEDS_GUI flag to add platform argumentMarcus Tillmanns2023-08-101-2/+6
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-12/+9
* | Build: Remove feature from the olden timesEike Ziller2023-07-251-7/+1
|/
* CMake: Add -fPIC also for OBJECT librariesCristian Adam2023-05-121-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-03-301-1/+2
|\
| * Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-18/+29
| |\