aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs
Commit message (Expand)AuthorAgeFilesLines
* bare-metal: Fix architecture name for 8-bit AVR mcu'sDenis Shienkov2019-02-191-3/+0
* bare-metal: Add support of the AVR32 architecture for GCC compilerDenis Shienkov2019-02-191-0/+2
* Android: Work around regression in Qt 5.12.1Christian Kandeler2019-02-181-0/+6
* Qt provider: Make sure not to invoke qtchooser directlyChristian Kandeler2019-02-181-2/+7
* Qt provider: Fix plugin map setupChristian Kandeler2019-02-181-1/+1
* Qt provider: Check exit code of qmake -query callChristian Kandeler2019-02-181-0/+4
* bare-metal: Add KEIL ARM toolchain support for WindowsDenis Shienkov2019-02-153-113/+293
* Qt provider: Handle file paths with spaces in prl filesChristian Kandeler2019-02-141-3/+2
* Fix detection of static QtChristian Kandeler2019-02-141-3/+3
* Android: Fix libc++abi issuesChristian Kandeler2019-02-131-4/+12
* bare-metal: Add KEIL 8051 toolchain support for WindowsDenis Shienkov2019-02-133-0/+688
* Fix some missed license headersDenis Shienkov2019-02-136-6/+6
* Android: Remove "noexecstack" assembler optionChristian Kandeler2019-02-131-1/+1
* Detect Qt via a module providerChristian Kandeler2019-02-1220-0/+3622
* bare-metal: Add IAR AVR toolchain supportDenis Shienkov2019-01-233-0/+30
* bare-metal: Add IAR 8051 toolchain supportDenis Shienkov2019-01-233-24/+118
* Introduce module providersChristian Kandeler2019-01-233-0/+191
* bare-metal: Remove '--warnings_affect_exit_code' option from IAR compilerDenis Shienkov2019-01-221-1/+0
* bare-metal: Link with library dependencies on IAR for ARMDenis Shienkov2019-01-212-0/+70
* bare-metal: Add IAR EWARM toolchain support on WindowsDenis Shienkov2019-01-193-0/+524
* Add recursive dependency scanning of GNU ld linkerscriptsOla Røer Thorsen2019-01-181-0/+40
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+3
* GCC: Make it possible to force the linker variantChristian Kandeler2019-01-071-0/+12
* Rename PathProbe.pathPrefixes and PathProbe.platformPaths propertiesIvan Komissarov2018-12-1017-32/+44
* MSVC: Fix handling of intermediate objectsChristian Kandeler2018-12-031-1/+2
* Support big Qt resourcesJoerg Bornemann2018-11-302-5/+15
* Fix environmentPaths properties typeIvan Komissarov2018-11-221-2/+2
* Add protobuf.cpp and protobuf.objc modulesIvan Komissarov2018-11-226-6/+325
* Properly support building Qt apps for AndroidChristian Kandeler2018-11-161-2/+12
* Qt support: Allow users to pull in plugins by typeChristian Kandeler2018-11-091-6/+0
* Fix detecting path to the MacOSX.platformIvan Komissarov2018-11-051-2/+5
* Initialize the multiplexing properties to empty listsChristian Kandeler2018-11-021-3/+3
* qbs module: Do not set default values for multiplexing propertiesChristian Kandeler2018-10-311-21/+2
* Android: Convert to new-style property access syntaxChristian Kandeler2018-10-191-6/+4
* Android: Enable building apps with native code and no multiplexingChristian Kandeler2018-10-192-2/+4
* Android: Update compiler flagsChristian Kandeler2018-10-151-31/+6
* Android: Make sure the manifest file has the right package nameChristian Kandeler2018-10-122-3/+33
* Merge 1.12 into masterChristian Kandeler2018-10-125-19/+50
|\
| * Exporter.qbs: Prevent passing an empty string to FileInfo.relativePath()Christian Kandeler2018-10-121-1/+1
| * Android support: Adapt to changes in newer revisionsChristian Kandeler2018-10-112-14/+40
| * MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-0/+2
* | cpp module: Work around distcc quirkChristian Kandeler2018-10-111-0/+20
* | Android: Allow additional assets and resourcesChristian Kandeler2018-10-111-4/+41
* | Android: Rewrite the rules gathering binaries for packagingChristian Kandeler2018-10-044-146/+108
* | MSVC: Give hint about possible reason for missing import libChristian Kandeler2018-09-041-4/+23
* | MSVC: Suppress "performing full link" also for executablesOrgad Shaneh2018-08-291-1/+2
* | Android: Properly support the aidl toolChristian Kandeler2018-08-271-2/+10
* | Enable the Application item to create Android appsChristian Kandeler2018-08-108-62/+99
* | Add support for job poolsChristian Kandeler2018-08-084-0/+9
* | Merge 1.12 into masterChristian Kandeler2018-08-033-7/+10
|\|