aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsbuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Project managers: Only enable the debug build config by defaultChristian Kandeler2025-03-051-0/+1
* ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-15/+1
* ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-8/+7
* ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-1/+1
* QbsProjectManager: Simplify the build info generatorChristian Kandeler2025-01-231-42/+19
* QbsProfileManager: Support remote qbsChristian Kandeler2024-12-181-3/+7
* Qbs: Return FilePath from QbsSettings::qbsSettingsBaseDirhjk2024-12-171-4/+2
* Qbs: Replace some .toUserOutput() with .nativePath()hjk2024-12-161-4/+4
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-1/+1
* ProjectExplorer: remove confusing function from ProjectDavid Schulz2024-05-021-2/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Qbs: Use Store instead of QVariantMap in a few placeshjk2024-01-261-7/+7
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-191-1/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* QbsBuildStep: Employ task tree for runningJarek Kobus2023-07-251-4/+0
* QbsCleanStep: Employ task tree for runningJarek Kobus2023-07-241-6/+0
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-5/+4
* Qbs: Use aspects more directly in QbsBuildConfigurationhjk2023-07-141-36/+12
* QtSupport: Use current aspect ctor pattern for Qml related aspecthjk2023-07-071-2/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Qmake: Use FilePath in QtVersion::reportIssueshjk2023-01-121-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QbsProjectManager: Add UI support for "profile" build variantChristian Kandeler2022-11-081-8/+27
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-9/+10
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove unneeded #include in projectexplorer.hhjk2022-07-271-0/+1
* ProjectExplorer: Make BuildSystem:Name variable availableChristian Kandeler2022-06-031-1/+1
* Pass BuildConfiguration to Qml related build aspects constructorshjk2022-05-021-4/+2
* QtQuickCompilerAspect: Compile fixJarek Kobus2022-04-221-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+0
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* ProjectExplorer: Streamline access to buildDirectoryTemplate datahjk2021-08-241-5/+3
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-1/+1
* Utils: Use value/setValue instead of settings also for TriStateAspectshjk2021-02-221-3/+3
* Qbs: Fix executable path in equivalent command lineRaphaël Cotty2020-12-071-5/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-1/+1
|\
| * Fix qmake build of unittestsChristian Stenger2020-08-271-1/+1
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-3/+3
|/
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-171-0/+8
|\
| * QbsProjectManager: Fix crash when unloading a building projectChristian Kandeler2020-04-141-0/+8
* | DebuggerAspect: Simplify handling of Qml debuggingTobias Hunger2020-02-191-5/+0
|/
* Qbs: Pass related info directly to command line creation functionhjk2020-02-141-92/+14
* QbsProjectManager: Improve interactive build config creationChristian Kandeler2020-01-271-6/+4
* QbsProjectManager: Make BuildInfo::typeName uniqueChristian Kandeler2020-01-271-1/+2
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-7/+5
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-101-9/+7