aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Fix detection of C++ language option for IARDenis Shienkov2019-07-241-2/+13
* Android: Fix binutils pathChristian Kandeler2019-07-161-1/+1
* Set minimumTvosVersion to "6.0" by defaultIvan Komissarov2019-07-151-1/+1
* ios: Move cpp.entryPoint from Qt.Core to Qt.guiIvan Komissarov2019-07-102-4/+6
* Add hasLibrary property to Qt.coreRichard Weickelt2019-07-091-0/+1
* Set cpp.minimumIosVersion to "6.0" by defaultIvan Komissarov2019-07-051-1/+1
* baremetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* Add support for gRPC to the protobuf.cpp moduleIvan Komissarov2019-06-272-9/+100
* Assume that libc++ is present on iOS if cpp.minimumIosVersion is not setIvan Komissarov2019-06-261-2/+2
* Add PathProbe::candidateFilter propertyIvan Komissarov2019-06-265-13/+15
* Allow PathProbe to search multiple filesIvan Komissarov2019-06-255-54/+119
* Android: Fix build with NDKr20BogDan Vatra2019-06-171-1/+1
* Merge "Merge 1.13 into master"The Qt Project2019-06-171-1/+1
|\
| * Merge 1.13 into masterChristian Kandeler2019-06-141-1/+1
| |\
| | * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+1
* | | Fix javac version detectionIvan Komissarov2019-06-143-5/+19
|/ /
* | Do not use pathSuffixes in IncludeProbeIvan Komissarov2019-06-031-1/+4
* | Add pkgconfig.sysroot propertyIvan Komissarov2019-05-272-0/+6
* | C/C++: Prevent adjacent duplicate libsChristian Kandeler2019-05-272-1/+10
* | Merge 1.13 into masterChristian Kandeler2019-05-234-16/+36
|\|
| * Qt Support: Properly handle host libsChristian Kandeler2019-05-231-1/+13
| * Qt Support: Fix dependency de-duplicationChristian Kandeler2019-05-231-10/+12
| * Do not override properties that are present in user plistIvan Komissarov2019-05-161-1/+2
| * Fix generation of the default Info.plist when building for iOSIvan Komissarov2019-05-162-4/+9
* | Use validateFunc property in protobuf modulesIvan Komissarov2019-05-223-14/+22
* | Remove unused property in protobufbaseIvan Komissarov2019-05-201-1/+0
* | bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchainDenis Shienkov2019-05-163-0/+23
* | bare-metal: Implement cpp.compilerDefinesByLanguage for KEIL toolchainDenis Shienkov2019-05-153-10/+32
* | bare-metal: Implement cpp.compilerDefinesByLanguage for SDCC toolchainDenis Shienkov2019-05-142-1/+7
* | bare-metal: Implement cpp.compilerIncludePaths for SDCC toolchainDenis Shienkov2019-05-143-0/+36
* | bare-metal: Use preferred architecture to dump macrosDenis Shienkov2019-05-143-5/+16
* | bare-metal: Implement cpp.compilerIncludePaths for IAR toolchainDenis Shienkov2019-05-103-0/+55
* | bare-metal: Implement cpp.compilerDefinesByLanguage for IAR toolchainDenis Shienkov2019-05-103-7/+25
* | Merge 1.13 into masterChristian Kandeler2019-05-105-5/+13
|\|
| * Fix building iOS-simulator apps when qbs.architecture is undefinedIvan Komissarov2019-05-071-1/+1
| * Qt: Do not link static plugins into static librariesChristian Kandeler2019-05-073-3/+8
| * Fix reading *.prl file in qml.jsIvan Komissarov2019-05-021-1/+4
* | Android: add Qt.android_support.extraLibsBogDan Vatra2019-05-021-0/+10
* | Android: Set a buildable default package nameBogDan Vatra2019-04-291-1/+6
* | Android: Nuke mips[64] abi supportBogDan Vatra2019-04-263-18/+6
* | Default to the minimum supported NDK API versionBogDan Vatra2019-04-263-7/+11
* | Android: default to c++14BogDan Vatra2019-04-251-0/+1
* | Android: Nuke support for old NDKsBogDan Vatra2019-04-254-191/+65
* | [Android] Allow the user to override version attributesBogDan Vatra2019-04-241-1/+6
* | Use LLVM toolchain starting with NDK r19+BogDan Vatra2019-04-241-6/+14
* | NDK r+19 doesn't need gcc-toolchain anymoreBogDan Vatra2019-04-241-1/+1
* | Android: follow official android flags for cmakeBogDan Vatra2019-04-241-2/+13
* | Fix tests on non-latin systemsIvan Komissarov2019-04-231-0/+3
* | Merge 1.13 into masterChristian Kandeler2019-04-161-32/+27
|\|
| * Qt support: Fix detection of deployment target for Apple platformsv1.13.0Christian Kandeler2019-04-081-32/+27