aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt
Commit message (Expand)AuthorAgeFilesLines
* Do not use std::string in HostOsInfoIvan Komissarov2022-02-041-1/+1
* Replace std::erase && std::remove_if chains with Internal::remove_ifDenis Shienkov2021-12-221-4/+1
* Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-021-1/+1
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-011-1/+1
* Merge 1.20 into masterChristian Kandeler2021-08-201-2/+0
|\
| * Remove `import qbs` from all project filesDenis Shienkov2021-08-041-2/+0
* | Get rid of Set::to/from methodsIvan Komissarov2021-08-161-3/+4
|/
* cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-201-1/+1
* cmake: Fix target namesIvan Komissarov2020-08-201-1/+1
* Initial CMake portIvan Komissarov2020-08-171-0/+12
* Fix MinGW buildChristian Stenger2020-08-061-1/+6
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+2
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-3/+9
* Merge 1.13 into masterChristian Kandeler2019-06-141-1/+1
|\
| * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+1
* | Fix uninitialized variablesIvan Komissarov2019-05-021-2/+2
|/
* setup-qt: Fix magic MSVC version number used for compatibility checkChristian Kandeler2019-03-181-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-261-7/+7
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-252-22/+22
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Detect Qt via a module providerChristian Kandeler2019-02-125-247/+102
* qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-181-5/+5
* Fix VS toolchain compatibility matchingJoerg Bornemann2018-06-081-1/+8
* Add support for system-level settingsChristian Kandeler2018-06-013-4/+12
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-243-17/+29
* Move MSVC-related functions to qtprofilesetup libJoerg Bornemann2018-05-241-35/+1
* Replace some uses of find_if with any_of and none_ofJoerg Bornemann2018-01-171-4/+4
* Make Version a public classJake Petroules2017-12-011-1/+0
* Constrain Qt modules also to qbs.targetPlatformJake Petroules2017-11-291-46/+0
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-11/+14
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-44/+34
* STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-2/+2
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-163-11/+11
* STL compatibility: use size() instead of count()Jake Petroules2017-11-152-3/+3
* STL compatibility: use front() instead of first()Jake Petroules2017-11-142-3/+3
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
* Make sure all files in the repository are shown in the Qbs project treeJake Petroules2017-08-161-1/+1
* Add initial support for Universal Windows PlatformJake Petroules2017-08-011-3/+1
* Remove references to obsolete platformsJake Petroules2017-07-251-7/+0
* Fix the auto-connection of Qt profiles to toolchain profilesJoerg Bornemann2017-06-131-9/+5
* setup-qt: Fix automatic base profile assignment for MSVC Qt'sJoerg Bornemann2017-06-091-46/+62
* setup-qt: compress MSVC profiles even when Qt's MSVC version is unknownJoerg Bornemann2017-06-091-8/+25
* Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-022-3/+2
* Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-011-0/+1
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-11/+15
* Fix detection of framework builds of QtJake Petroules2017-02-241-7/+2
* Fix command-line parsing bug with some toolsChristian Kandeler2017-02-031-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-045-15/+14