aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs
Commit message (Expand)AuthorAgeFilesLines
* Add missing nanopb generator file extension on windowsKai Dohmen2020-12-171-4/+4
* Fix qt4 binary path detectionv1.18.0Raphaël Cotty2020-12-141-1/+2
* Fix building .xcassetsIvan Komissarov2020-12-141-1/+1
* protobuf: explicitly disable auto refcount for generated filesIvan Komissarov2020-12-141-0/+1
* Probe for release and debug version of protobuf librariesKai Dohmen2020-12-122-4/+30
* baremetal: Handle preprocessor flags for SDCC toolchainDenis Shienkov2020-12-081-0/+1
* Android: Fix debugging supportRaphaël Cotty2020-12-086-41/+14
* Fix installing standalone loadable modulesIvan Komissarov2020-12-081-0/+2
* Pass import paths as nanopb_opt to support `.options` filesKai Dohmen2020-12-032-2/+10
* Disable moc for the aggregate product when multiplexingRaphaël Cotty2020-11-261-0/+5
* Android: Update sdk/ndk/tools versionsRaphaël Cotty2020-11-181-1/+1
* baremetal: Fix dumping of compiler includes for IAR toolchainDenis Shienkov2020-11-181-6/+3
* Android: Update for Qt 6Raphaël Cotty2020-11-174-7/+45
* Fix parsing compiler definesIvan Komissarov2020-11-171-3/+5
* Implement missing check for allowed values in PropertyOptionsIvan Komissarov2020-10-281-2/+0
* Merge branch '1.17'Ivan Komissarov2020-10-264-7/+34
|\
| * Xcode: fix compilation for ios-simulator with Xcode 12v1.17.11.17Ivan Komissarov2020-10-261-0/+8
| * Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-233-7/+6
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-212-0/+20
| * Android: Allow exporting of Qt modules by using importingProductRaphaël Cotty2020-10-211-2/+10
* | capnp: Make outputDir variable publicIvan Komissarov2020-10-263-3/+3
* | baremetal: Fix detection for IAR compiler include pathsDenis Shienkov2020-10-151-4/+5
* | Fix usage of @VAR@ in info plist filesIvan Komissarov2020-10-082-2/+9
* | baremetal: Improve macros dumping for KEIL C51/C251/C166 toolchainsDenis Shienkov2020-09-301-126/+84
* | Make protobuf.*.outputDir public againKai Dohmen2020-09-245-20/+24
* | baremetal: Handle cpp.enableDefinesByLanguage for SDCC toolchainDenis Shienkov2020-09-242-2/+17
* | baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANGDenis Shienkov2020-09-232-4/+32
* | Android: Change the product property to importingProduct to allow exporting Q...Raphaël Cotty2020-09-211-2/+10
* | baremetal: Mark helper commands without of descriptions as 'silent'Denis Shienkov2020-09-181-0/+3
* | baremetal: Pass 'generate-linker-map' test for SDCC toolchainDenis Shienkov2020-09-171-2/+17
* | Add protobuf.nanopb moduleKai Dohmen2020-09-163-29/+86
* | Remove extra semicolonsDenis Shienkov2020-09-118-32/+32
* | Fix InnoSetupModule to support InnoSetup v6Ivan Komissarov2020-09-043-11/+23
* | baremetal: Fix assignment of probes 'found' flagDenis Shienkov2020-09-046-23/+16
* | Fix accessing toolchainInstallPath variable in NSIS moduleIvan Komissarov2020-08-311-1/+1
* | Extract compiler macros using common JS functionDenis Shienkov2020-08-315-32/+16
* | Introduce an "exportingProduct" variableChristian Kandeler2020-08-241-1/+1
* | Merge branch '1.17' into masterIvan Komissarov2020-08-171-1/+1
|\|
| * Fix passing compiler defines to mocIvan Komissarov2020-08-171-1/+1
* | Merge branch 1.17 into masterRichard Weickelt2020-08-1413-50/+115
|\|
| * Replace wrong continue statement with returnRichard Weickelt2020-08-141-1/+1
| * Tune search order of path probesIvan Komissarov2020-08-131-8/+16
| * baremetal: Fix detection of ARM architecture details for KEIL armclangDenis Shienkov2020-08-131-0/+1
| * baremetal: Pass 'compiler-listing-files' test for SDCC toolchainDenis Shienkov2020-08-132-11/+40
| * baremetal: Fix typo in cpp.optimization flags for IAR toolchainDenis Shienkov2020-08-121-2/+2
| * Implement cpp.generateCompilerListingFiles for MSVC toolchainDenis Shienkov2020-08-122-3/+14
| * baremetal: Use 'input' target instead of 'product' targetDenis Shienkov2020-08-082-6/+6
| * baremetal: Fix linker MAP file generation for KEIL C51/C251/C166Denis Shienkov2020-08-081-3/+14
| * baremetal: Fix typos in input parameters for {linker|archiver} flagsDenis Shienkov2020-08-083-12/+12
| * baremetal: Fix compiler listing generation for KEIL C166Denis Shienkov2020-08-061-1/+2